Definition Type Element
Name Seller
Abstract False
Documentation Name, address and identification of the Seller on the contract.
XSD Schema .\Invoice_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="Seller" >
  <xs:annotation>
    <xs:documentation>Name, address and identification of the Seller on the contract.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element ref="organizationName"/>
      <xs:element minOccurs="0" ref="OrganizationIdentification"/>
      <xs:element minOccurs="0" ref="AddressInformation"/>
      <xs:element minOccurs="0" ref="ContactDetails"/>
    </xs:sequence>

  </xs:complexType>

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