NamedPriceType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
sequenceNo PositiveIntegerType required

Used By

Element PriceComponent

Source

<xs:complexType name="NamedPriceType">
  <xs:sequence>
    <xs:element ref="PriceComponentName"/>
    <xs:element ref="Amount"/>
    <xs:element ref="DescriptionLine" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="CalculationSpecification" minOccurs="0"/>
    <xs:element ref="RateCardReference" minOccurs="0"/>
    <xs:element ref="RateCode" minOccurs="0"/>
    <xs:element ref="RateReason" minOccurs="0"/>
    <xs:element ref="RateDetails" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="TaxCategory" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="ScheduleEntryReference" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="AdditionalServiceReference" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute ref="sequenceNo" use="required"/>
</xs:complexType>