<xs:attributeGroup name="AgentInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Agency information.</xs:documentation>
</xs:annotation>
<xs:attribute name="Contact" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Either the agent name or agency name that created the booking.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ContactID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Agent or agency's identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|