Definition Type: ComplexType
Name: StatusType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StateChange in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Code in schema components_xsdXSD Diagram of StatusType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="StatusType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="Code" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Is the Code to indicate the status for the Noun or
                            Component in which the Status Component occurs.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Is a description of the Status.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="StateChange">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the status codes of the change
                        when.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code star:Code 0 (1)
Description star:Description 0 unbounded
StateChange star:StateChange 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Status