A text field used to communicate the proper name of the hotel.
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="HotelName" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en"> A text field used to communicate the proper name of the hotel.</xs:documentation>
</xs:annotation>
</xs:attribute>