<xsd:complexType name="LocationABIEType">
<xsd:annotation>
<xsd:documentation>LocationABIEType is logically derived from UN/CEFACT TBG17 ABIE LocationType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Name" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Directions" minOccurs="0" />
<xsd:element ref="Coordinate" minOccurs="0" />
<xsd:element ref="Address" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
|