Definition Type: ComplexType
Name: PackageInformationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Package of work assigned to the workshop oder. This structures represents only the package head data. The content of the package meaning the corresponding labours, parts and sublets are represented as separated labour, sparepart etc elements of the order and has a corresponding RelatedPackage elememnt set to PackageID of the PackageInformation.
Collapse XSD Schema Diagram:
Drilldown into Tags in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into PackageDescription in schema components_xsd Drilldown into PackageLineNumber in schema components_xsd Drilldown into PackageNumber in schema components_xsd Drilldown into PackageID in schema components_xsdXSD Diagram of PackageInformationType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PackageInformationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Package of work assigned to the workshop oder. This structures represents only the package head data. 
                The content of the package meaning the corresponding labours, parts and sublets are represented as 
                separated labour, sparepart etc elements of the order and has a corresponding RelatedPackage elememnt 
                set to PackageID of the PackageInformation.		
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PackageID" 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 PackageInfo 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="PackageNumber" 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">
                        Business identification of the package, based on package catalog. The schemeID attribute
                        identifies the corresponding package catalog (origin). Contact your package catalog provider for allowed values.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PackageLineNumber" 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 packageInfo 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="PackageDescription" 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 ref="Pricing" minOccurs="0" maxOccurs="unbounded">
        </xsd:element>
        <xsd:element name="Tags" 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">
                        Whitespace separated list of tags for additional description of package kind ( e.g. maintenance).	
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PackageID star:PackageID 0 1
PackageNumber star:PackageNumber 0 1
PackageLineNumber star:PackageLineNumber 0 1
PackageDescription star:PackageDescription 0 unbounded
Pricing star:Pricing 0 unbounded
Tags star:Tags 0 1
Collapse Derivation Tree:
Collapse References:
star:PackageInformation