<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>
|