Uses the Component:AccommodationType
Describes the room / accommodations available on the vehicle including; type, Description, size and Number
Table 6.92. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| AccommodationTypeCode | 
                         The type of accommodation.  | 1..1 | Field | sqdt:AccommodationTypeCodeType | |
| Description | 
                         A textual description for the accommodation.  | 0..1 | Field | udt:TextType | |
| LengthMeasure | 
                         The length of the accommodation.  | 0..1 | Field | sqdt:LengthMeasureType | |
| WidthMeasure | 
                         The width of the accommodation.  | 0..1 | Field | sqdt:WeightMeasureType | |
| AccommodationCountNumeric | 
                         The number of accommodations of this type.  | 0..1 | Field | udt:NumericType | |
| UsagePreference | 
                         Precedence, advantage, or choice of one person or thing over another.  | 0..1 | Component | PreferenceABIEType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.92. Accommodation
<Accommodation>
     <AccommodationTypeCode>......</AccommodationTypeCode>     [1..1]
     <Description>......</Description>     [0..1]
     <LengthMeasure>......</LengthMeasure>     [0..1]
     <WidthMeasure>......</WidthMeasure>     [0..1]
     <AccommodationCountNumeric>......</AccommodationCountNumeric>     [0..1]
     <UsagePreference>......</UsagePreference>     [0..1]
</Accommodation>