Definition Type Element
Name CountryOfDestination
Abstract False
Documentation Country of the Delivery Location
XSD Schema .\Invoice_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="CountryOfDestination" >
  <xs:annotation>
    <xs:documentation>Country of the Delivery Location</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="locationCode"/>
      <xs:element name="countryName" type="xs:string"/>
    </xs:sequence>

  </xs:complexType>

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