Definition Type: ComplexType
Name: StatementType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Technical statement.
Collapse XSD Schema Diagram:
Drilldown into StatementRelatedPackage in schema components_xsd Drilldown into StatementDescription in schema components_xsd Drilldown into StatementLineNumber in schema components_xsd Drilldown into StatementID in schema components_xsdXSD Diagram of StatementType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="StatementType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Technical statement.			
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="StatementID" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Technical statement item identification. The ID must be unique within the workshop order.
                        The 'schemaID' attribute states the identification schema or origin of the ID.		
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StatementLineNumber" type="udt:NumericType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Sequence number of the statement whithin this order item. Can be used to define the order of lines on an invoice.	
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StatementDescription" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Description of the item, normally invoice text.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="StatementRelatedPackage" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        In case the statement is part of a package the element identifies the corresponding package ID. (PackageID element od PackageInfo).
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StatementID star:StatementID 0 1
StatementLineNumber star:StatementLineNumber 0 1
StatementDescription star:StatementDescription 0 unbounded
StatementRelatedPackage star:StatementRelatedPackage 0 1
Collapse Derivation Tree:
Collapse References:
star:Statement