Definition Type: ComplexType
Name: TransErrorType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ErrorText in schema components_xsd Drilldown into ErrorCode in schema components_xsdXSD Diagram of TransErrorType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TransErrorType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ErrorCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Error Code
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ErrorText" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Descriptive Error Text
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ErrorCode star:ErrorCode 0 (1)
ErrorText star:ErrorText 0 (1)
Collapse Derivation Tree:
Collapse References:
star:TransError