Definition Type Element
Name DeliveryLocation
Abstract False
MinOccurs (1)
MaxOccurs (1)
Documentation Name, address and contact details for the Location of the Coffee. E.g. RPM Warehouse Inc.
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="DeliveryLocation" >
  <xs:annotation>
    <xs:documentation>Name, address and contact details for the Location of the Coffee. E.g. RPM Warehouse Inc.</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]
DeliveryLocation
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd