Definition Type: Element
Name: AuthorizedViewer
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Specifies those authorized to view a confidential special remark.
Collapse XSD Schema Diagram:
Drilldown into ViewerCarrierCode in schema ota_aircommontypes_xsd Drilldown into ViewerCode in schema ota_aircommontypes_xsdXSD Diagram of AuthorizedViewer in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AuthorizedViewer" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies those authorized to view a confidential special remark.  </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="ViewerCode" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Identifies an authorized viewer of a confidential remark. Can be a 3 character ATA/IATA airport/city code, an office ID, pseudo city code, etc.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ViewerCarrierCode" type="StringLength1to8" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">Carrier code that may be used in conjunction with the viewer code to identify those authorized to view the confidential special remark.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ViewerCode ViewerCode Optional
ViewerCarrierCode ViewerCarrierCode Optional