Definition Type: ComplexType
Name: InServiceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Detail information about when a vehicle was first put in service
Collapse XSD Schema Diagram:
Drilldown into InServiceDistanceMeasure in schema components_xsd Drilldown into InServiceTypeDescription in schema components_xsd Drilldown into InServiceTypeCode in schema components_xsd Drilldown into InServiceDate in schema components_xsdXSD Diagram of InServiceType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="InServiceType">
    <xsd:annotation>
        <xsd:documentation>Detail information about when a vehicle was first put in
            service</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="InServiceDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Date the vehicle was put
                in service. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="InServiceTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The type code through
                which the vehicle was put in service. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="InServiceTypeDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The type description
                through with the vehicle was put in service. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="InServiceDistanceMeasure" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The odometer of the
                vehicle when put in service. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InServiceDate star:InServiceDate 0 1
InServiceTypeCode star:InServiceTypeCode 0 1
InServiceTypeDescription star:InServiceTypeDescription 0 unbounded
InServiceDistanceMeasure star:InServiceDistanceMeasure 0 1
Collapse Derivation Tree:
Collapse References:
star:InService