Definition Type: ComplexType
Name: OrderReferenceOAGIType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This is a STAR specific version of the OAGIS 9.1 OrderReferenceType. Contains meta data information about a particular order.
Collapse XSD Schema Diagram:
Drilldown into SubLineNumber in schema fields_xsd1 Drilldown into ScheduleLineNumber in schema fields_xsd1 Drilldown into LineNumber in schema fields_xsd1 Drilldown into ReleaseNumber in schema fields_xsd1 Drilldown into OrderReferenceStatusType in schema components_xsd Drilldown into StatusCode in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into DocumentIdentificationGroup in schema components_xsdXSD Diagram of OrderReferenceOAGIType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OrderReferenceOAGIType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> This is a STAR specific
                version of the OAGIS 9.1 OrderReferenceType.  Contains meta data information about a particular order.
             </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="DocumentIdentificationGroup" />
        <xsd:element maxOccurs="1" minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date and
                time that the event being documented, for example the Parts Order, occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="oagis:Note" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:StatusCode">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        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" ref="OrderReferenceStatusType">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        Indicates the status of the associated object by providing the Status Code along with a description and when the status is effective.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:ReleaseNumber">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        Identifies the Release Number in the case of Blanket
                        POs                        
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:LineNumber">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        Is the Line Number of the given Line Coponent within the document.
                        LineNumbers are assigned by the sending system.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:ScheduleLineNumber">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        Is the ScheduleLineNumber of a particular item of interest for the given
                        DocumentReference. The Line Number is of the primary DocumentId of
                        the sender indicated by the DocumentId under DocumentIds
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:SubLineNumber">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                        Is the SublineNumber of a particular item of interest for the given
                        DocumentReference. The Line Number is of the primary DocumentId of
                        the sender indicated by the DocumentId under DocumentIds.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIdentificationGroup star:DocumentIdentificationGroup 0 1
DocumentDateTime star:DocumentDateTime 0 1
Description star:Description 0 unbounded
Note oagis:Note 0 unbounded
StatusCode oagis:StatusCode 0 1
OrderReferenceStatusType star:OrderReferenceStatusType 0 unbounded
ReleaseNumber oagis:ReleaseNumber 0 1
LineNumber oagis:LineNumber 0 1
ScheduleLineNumber oagis:ScheduleLineNumber 0 1
SubLineNumber oagis:SubLineNumber 0 1
Collapse Derivation Tree:
Collapse References:
star:PurchaseOrderReference, star:SalesOrderReference