Definition Type: ComplexType
Name: PartsTransferLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: PartsTransfer.xsd
Abstract
Documentation:
Parts Transfer Line items contain detail information about the individual parts being transferred.
Collapse XSD Schema Diagram:
Drilldown into TransferType in schema components_xsd Drilldown into Pricing in schema components_xsd Drilldown into FreeFormTextGroup in schema components_xsd Drilldown into CriticalTransferIndicator in schema partstransfer_xsdXSD Diagram of PartsTransferLineItemType in schema partstransfer_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartsTransferLineItemType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Parts Transfer Line items contain detail information about the
            individual parts being transferred.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="CriticalTransferIndicator" type="udt:IndicatorType" 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">Indicator to distinguish if transfer line item is critical for transfer-to location.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="Pricing" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="TransferType" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CriticalTransferIndicator star:CriticalTransferIndicator 0 1
FreeFormTextGroup star:FreeFormTextGroup 0 1
Pricing star:Pricing 0 1
TransferType star:TransferType 0 1
Collapse Derivation Tree:
Collapse References:
star:PartsTransferLineItem