Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element PriceValueRecord / PriceValue
Namespace No namespace
Annotations
A percent or integer value of the price
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="1" maxOccurs="1" name="PriceValue" type="Decimal5FractionDigitsType">
  <xs:annotation>
    <xs:documentation>A percent or integer value of the price</xs:documentation>
  </xs:annotation>
</xs:element>
Element PriceValueRecord / PriceValueTypeCode
Namespace No namespace
Annotations
A classification used to determine how to apply the amount for example value or percent
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PriceValueType.tmp#PriceValueType
Type PriceValueType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
pattern (\c+) & ((VALUE)|(PERCENT))
Source
<xs:element minOccurs="1" maxOccurs="1" name="PriceValueTypeCode" type="PriceValueType">
  <xs:annotation>
    <xs:documentation>A classification used to determine how to apply the amount for example value or percent</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type PriceValueRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_PriceValueRecord.tmp#PriceValueRecord_PriceValuee-document-3_1_10_xsd_Complex_Type_PriceValueRecord.tmp#PriceValueRecord_PriceValueTypeCode
Used by
Model
Children PriceValue, PriceValueTypeCode
Source
<xs:complexType name="PriceValueRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="PriceValue" type="Decimal5FractionDigitsType">
      <xs:annotation>
        <xs:documentation>A percent or integer value of the price</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="1" maxOccurs="1" name="PriceValueTypeCode" type="PriceValueType">
      <xs:annotation>
        <xs:documentation>A classification used to determine how to apply the amount for example value or percent</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>