<xs:element name="DocumentAndPrintInfo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies print information that should be used by the receiver to print various Check-in documents.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="CompanyLogo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Company Emblem</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="FileAttachmentGroup" />
</xs:complexType>
</xs:element>
<xs:element name="AllianceLogo" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Carrier Alliance Emblem</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="FileAttachmentGroup" />
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="AirAllianceName" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Carrier Alliance Name</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PrintDeviceID" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier assigned to a specific device or drawn from a pool as necessary.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PrintDateTime" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This is the timestamp to be imprinted on the document being printed. The time zone assumed to be UTC. Time reflects GMT or Zulu.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CompanyID_AttributesGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The IATA two or three character airline code and name.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|