Definition Type: ComplexType
Name: LocationABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
LocationABIEType is logically derived from UN/CEFACT TBG17 ABIE LocationType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Address in schema components_xsd Drilldown into Coordinate in schema components_xsd Drilldown into Directions in schema fields_xsd Drilldown into Name in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into type in schema components_xsdXSD Diagram of LocationABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
Name nsA:Name 0 unbounded
Directions nsA:Directions 0 (1)
Coordinate nsA:Coordinate 0 (1)
Address nsA:Address 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:LocationType, nsA:ProcessedLocationType