Definition Type: ComplexType
Name: StateChangeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema components_xsd Drilldown into ChangeDateDateTime in schema components_xsd Drilldown into ToCode in schema components_xsd Drilldown into FromCode in schema components_xsdXSD Diagram of StateChangeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="StateChangeType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="FromCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Is the Status Code before the change.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ToCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Is the status code after the change.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ChangeDateDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates when the status change occured.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Description of the status change.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromCode star:FromCode 0 (1)
ToCode star:ToCode 0 (1)
ChangeDateDateTime star:ChangeDateDateTime 0 (1)
Description star:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:StateChange