Definition Type: ComplexType
Name: AccommodationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A room, or other compartment in a boat, truck, RV, or other vehicle.
Collapse XSD Schema Diagram:
Drilldown into UsagePreference in schema components_xsd Drilldown into AccommodationCountNumeric in schema components_xsd Drilldown into WidthMeasure in schema components_xsd Drilldown into LengthMeasure in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into AccommodationTypeCode in schema components_xsdXSD Diagram of AccommodationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccommodationTypeCode star:AccommodationTypeCode 1 1
Description star:Description 0 1
LengthMeasure star:LengthMeasure 0 1
WidthMeasure star:WidthMeasure 0 1
AccommodationCountNumeric star:AccommodationCountNumeric 0 1
UsagePreference star:UsagePreference 0 1
Collapse Derivation Tree:
Collapse References:
star:Accommodation