<xsd:complexType name="LocationABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
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 maxOccurs="unbounded" minOccurs="0" ref="ID" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Name" />
<xsd:element minOccurs="0" ref="Directions" />
<xsd:element minOccurs="0" ref="Coordinate" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Address" />
</xsd:sequence>
<xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
|