Definition Type: ComplexType
Name: LineStateType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LineStateTypeCode in schema components_xsd Drilldown into StateDateTime in schema components_xsdXSD Diagram of LineStateType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LineStateType">
    <xsd:sequence>
        <xsd:element name="StateDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        The date and time the state took effect. Only the most
                            recent state is the current state. This facilitates a dealer awareness
                            of the order fulfillment timeline.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LineStateTypeCode" type="scl:LineStateTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Defines a common enumeration of state
                        values.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StateDateTime star:StateDateTime (1) (1)
LineStateTypeCode star:LineStateTypeCode (1) (1)
Collapse Derivation Tree:
Collapse References:
star:LineState