Definition Type: ComplexType
Name: TransferType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The TransferType component represents information about the part being transferred from a specific dealer location to a specific dealer location as well as information about the particular dealer location from and to which a part is being transferred.
Collapse XSD Schema Diagram:
Drilldown into TransferToType in schema components_xsd Drilldown into TransferFromType in schema components_xsdXSD Diagram of TransferType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TransferType">
    <xsd:annotation>
        <xsd:documentation>The TransferType component represents information about the part being transferred from a specific dealer location to a specific dealer location as well as information about the particular dealer location from and to which a part is being transferred.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="TransferFromType" />
        <xsd:element maxOccurs="unbounded" minOccurs="1" ref="TransferToType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransferFromType star:TransferFromType 1 1
TransferToType star:TransferToType 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:TransferType