Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element QuantityDifferenceRecord / QuantityTypeCodeQualifier
Namespace No namespace
Diagram
Diagrame-document-3_1_11_xsd_Simple_Type_QuantityType.tmp#QuantityType
Type QuantityType
Properties
content simple
Facets
pattern (\c+) & ((ORDERED)|(RECEIVED)|(INVOICED)|(RECEIVED_NOT_INVOICED)|(NOT_RECEIVED)|(TOLERANCE))
Source
<xs:element name="QuantityTypeCodeQualifier" type="QuantityType"/>
Element QuantityDifferenceRecord / Amount
Namespace No namespace
Diagram
Diagrame-document-3_1_11_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
Facets
fractionDigits 5
Source
<xs:element name="Amount" type="Decimal5FractionDigitsType"/>
Element QuantityDifferenceRecord / ItemPrice
Namespace No namespace
Diagram
Diagrame-document-3_1_11_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="ItemPrice" type="Decimal5FractionDigitsType"/>
Complex Type QuantityDifferenceRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_11_xsd_Complex_Type_QuantityDifferenceRecord.tmp#QuantityDifferenceRecord_QuantityTypeCodeQualifiere-document-3_1_11_xsd_Complex_Type_QuantityDifferenceRecord.tmp#QuantityDifferenceRecord_Amounte-document-3_1_11_xsd_Complex_Type_QuantityDifferenceRecord.tmp#QuantityDifferenceRecord_ItemPrice
Used by
Model
Children Amount, ItemPrice, QuantityTypeCodeQualifier
Source
<xs:complexType name="QuantityDifferenceRecord">
  <!-- 3.1.11: complexType structure updated -->
  <xs:sequence>
    <xs:element name="QuantityTypeCodeQualifier" type="QuantityType"/>
    <xs:choice>
      <xs:sequence>
        <xs:element name="Amount" type="Decimal5FractionDigitsType"/>
        <xs:element minOccurs="0" name="ItemPrice" type="Decimal5FractionDigitsType"/>
      </xs:sequence>
      <xs:sequence>
        <xs:element name="ItemPrice" type="Decimal5FractionDigitsType"/>
      </xs:sequence>
    </xs:choice>
  </xs:sequence>
</xs:complexType>