Details of quantity or price difference
<QuantityDifferenceRecord> <QuantityTypeCodeQualifier>{1,1}</QuantityTypeCodeQualifier> <Amount>{1,1}</Amount> <ItemPrice>{0,1}</ItemPrice> <ItemPrice>{1,1}</ItemPrice> </QuantityDifferenceRecord>
<xs:element minOccurs="1" maxOccurs="unbounded" name="QuantityDifferenceRecord" type="QuantityDifferenceRecord"> <xs:annotation> <xs:documentation>Details of quantity or price difference</xs:documentation> <!-- 3.1.11: annotation clarified --> </xs:annotation> </xs:element>
<xs:complexType name="QuantityDifferences"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="unbounded" name="QuantityDifferenceRecord" type="QuantityDifferenceRecord"> <xs:annotation> <xs:documentation>Details of quantity or price difference</xs:documentation> <!-- 3.1.11: annotation clarified --> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType>