Definition Type: Element
Name: CodeRef
Type: LocationType
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Indicates the location of points of interest.
Collapse XSD Schema Diagram:
Drilldown into CodeContext in schema ota_commontypes_xsd1 Drilldown into LocationCode in schema ota_commontypes_xsd1 Drilldown into LocationGroup in schema ota_commontypes_xsd Drilldown into LocationType in schema ota_commontypes_xsd Drilldown into VicinityCode in schema ota_commontypes_xsd1XSD Diagram of CodeRef in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="CodeRef" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the location of points of interest.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="LocationType">
                <xs:attribute name="VicinityCode" type="OTA_CodeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Used to identify the vicinity of the location.  Refer to OTA Codelist Vehicle Where at Facility (VWF).</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
LocationCode LocationCode Optional
CodeContext CodeContext IATA (Optional)
VicinityCode VicinityCode Optional
Collapse Derivation Tree: