<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>
|