<xsd:complexType name="AccommodationType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A room, or other compartment in a boat, truck, RV, or other vehicle.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AccommodationTypeCode" type="sqdt:AccommodationTypeCodeType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The type of accommodation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A textual description for the accommodation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LengthMeasure" type="sqdt:LengthMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The length of the accommodation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WidthMeasure" type="sqdt:WeightMeasureType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The width of the accommodation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccommodationCountNumeric" type="udt:NumericType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The number of accommodations of this type.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UsagePreference" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|