Definition Type Element
Name responsibilityOfWeighing
Type string
Abstract False
Content Type Restriction
Facets  
Enumerations Buyer , Seller
Documentation The party responsible for paying the weighing charges - buyer or seller
XSD Schema .\Invoice_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="responsibilityOfWeighing" >
  <xs:annotation>
    <xs:documentation>The party responsible for paying the weighing charges - buyer or seller</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Buyer"/>
      <xs:enumeration value="Seller"/>
    </xs:restriction>

  </xs:simpleType>

</xs:element>
Derivation Tree
[No Sub Types]
responsibilityOfWeighing
    responsibilityOfWeighing
References
responsibilityOfWeighing
Generated using Liquid XML Studio by Liquid Technologies Ltd