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_xsd1 Drilldown into Coordinate in schema components_xsd1 Drilldown into Directions in schema fields_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of LocationABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
Name oagis:Name 0 unbounded
Directions oagis:Directions 0 (1)
Coordinate oagis:Coordinate 0 (1)
Address oagis:Address 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:LocationType