The name of the hotel chain (e.g., Hilton, Marriott, Hyatt).
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="ChainName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name of the hotel chain (e.g., Hilton, Marriott, Hyatt).</xs:documentation>
</xs:annotation>
</xs:attribute>