Complex Type | CurrencyPriceDeclarationType |
<xs:complexType name="PriceDeclarationType"> <xs:sequence> <xs:element ref="PriceType" minOccurs="0"/> <xs:element ref="TotalPrice"/> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="PriceComponent"/> <xs:element ref="SubTotal"/> </xs:choice> </xs:sequence> </xs:complexType> |