Modification

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
level optional

Used By

Element Modifications

Source

<xs:element name="Modification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="OriginalPrice" minOccurs="0"/>
      <xs:choice>
        <xs:element ref="AdditionalDeduction"/>
        <xs:element ref="AdditionalCost"/>
      </xs:choice>
      <xs:element ref="Tax" minOccurs="0"/>
      <xs:element ref="ModificationDetail" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="level"/>
  </xs:complexType>
</xs:element>

Sample