Definition Type: Element
Name: AuthorizedViewers
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
A container for authorized viewers.
Collapse XSD Schema Diagram:
Drilldown into AuthorizedViewer in schema ota_aircommontypes_xsd1XSD Diagram of AuthorizedViewers in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="AuthorizedViewers" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">A container for authorized viewers. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AuthorizedViewer AuthorizedViewer (1) 99