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