Definition Type Element
Name WeighingMethod
Abstract False
Documentation Weighing method agreed upon in the contract. For example, NSW 0.5 (Net Shipped Weights 0.5% franchise).  Consists of a code and description.
XSD Schema .\Invoice_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="WeighingMethod" >
  <xs:annotation>
    <xs:documentation>Weighing method agreed upon in the contract. For example, NSW 0.5 (Net Shipped Weights 0.5% franchise).  Consists of a code and description.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="weighingMethodCode">
        <xs:annotation>
          <xs:documentation>Harmonised code for the weighing method.</xs:documentation>
        </xs:annotation>

        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="NULL"/>
            <xs:enumeration value="SW 0.5"/>
            <xs:enumeration value="SW 1"/>
            <xs:enumeration value="LW"/>
            <xs:enumeration value="DW"/>
            <xs:enumeration value="PW"/>
            <xs:enumeration value="RW"/>
            <xs:enumeration value="SiW"/>
          </xs:restriction>

        </xs:simpleType>

      </xs:element>

      <xs:element name="weighingMethodDescription" type="xs:string">
        <xs:annotation>
          <xs:documentation>Text description of the weighing method.</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
WeighingMethod
    WeighingMethod
References
WeighingMethod
Generated using Liquid XML Studio by Liquid Technologies Ltd