SubTotalPriceType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
sequenceNo PositiveIntegerType required

Used By

Element SubTotal

Source

<xs:complexType name="SubTotalPriceType">
  <xs:sequence>
    <xs:element ref="SubTotalName" minOccurs="0"/>
    <xs:element ref="Amount"/>
    <xs:element ref="DescriptionLine" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute ref="sequenceNo" use="required"/>
</xs:complexType>