Definition Type: AttributeGroup
Name: AgentInfoGroup
Containing Schema: OTA_CruiseCommonTypes.xsd
Documentation:
Agency information.
Collapse XSD Schema Diagram:
Drilldown into ContactID in schema ota_cruisecommontypes_xsd Drilldown into Contact in schema ota_cruisecommontypes_xsdXSD Diagram of AgentInfoGroup in schema ota_cruisecommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Contact Contact Optional
ContactID ContactID Optional