Definition Type: ComplexType
Name: PartsTransferHeaderType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: PartsTransfer.xsd
Abstract
Documentation:
Parts Transfer Header information.
Collapse XSD Schema Diagram:
Drilldown into TransferType in schema components_xsd Drilldown into RouteMessageIndicator in schema partstransfer_xsd Drilldown into TransferCode in schema partstransfer_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into TransferStatusCode in schema partstransfer_xsd Drilldown into FreeFormTextGroup in schema components_xsd Drilldown into DocumentIdentificationGroup in schema components_xsd Drilldown into SecondaryDealerNumberID in schema components_xsd Drilldown into SecondaryPassword in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into HeaderBaseType in schema components_xsdXSD Diagram of PartsTransferHeaderType in schema partstransfer_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsTransferHeaderType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Parts Transfer Header information.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="HeaderBaseType">
            <xsd:sequence>
                <xsd:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1" />
                <xsd:element name="TransferStatusCode" type="scl:TransferStatusEnumeratedType" minOccurs="0" maxOccurs="1">
                    <xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">A code that that identifies the recommended transfer as either Processed or Unprocessed.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="DocumentReference" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element name="TransferCode" type="udt:CodeType" minOccurs="0" maxOccurs="1">
                    <xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">An identifier that indicates the type of transfer. (e.g.,  Direct Ship, Daily Ship, Transfer Order).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="RouteMessageIndicator" type="udt:CodeType" minOccurs="0" maxOccurs="1">
                    <xsd:annotation xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1" xmlns:scl="http://www.starstandard.org/STAR/5/codelists">
                        <xsd:documentation source="http://www.starstandard.org/STAR/5">An indicator field used to dictate whether or not to route associated messages to corresponding locations.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="TransferType" minOccurs="0" maxOccurs="1" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentDateTime star:DocumentDateTime 0 (1)
SecondaryPassword star:SecondaryPassword 0 (1)
SecondaryDealerNumberID star:SecondaryDealerNumberID 0 (1)
DocumentIdentificationGroup star:DocumentIdentificationGroup 1 1
FreeFormTextGroup star:FreeFormTextGroup 0 1
TransferStatusCode star:TransferStatusCode 0 1
DocumentReference star:DocumentReference 0 unbounded
TransferCode star:TransferCode 0 1
RouteMessageIndicator star:RouteMessageIndicator 0 1
TransferType star:TransferType 0 1
Collapse Derivation Tree:
Collapse References:
star:PartsTransferHeader