<xsd:complexType name="DestinationType">
<xsd:annotation>
<xsd:documentation>Destination</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="DestinationNameCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Code for destination of file (i.e.Short Manufacturer or DSP
code)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DestinationURI" type="qdt:URIType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Physical address of the destination</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DestinationSoftwareCode" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Additional information about the destination application
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DestinationSoftware" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">For which software destination file is intended (may not be
known).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DealerNumberID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Target Dealer Code receiving information</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="StoreNumber" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Dealer code store number (DMS assigned)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="AreaNumber" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Dealer code area number (DMS vendor assigned)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DealerTargetCountry" type="scl:CountryEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">Target Dealer country location</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PartyReceiverID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">The Party Receiver Id field uniquely identifies the Receiver
of the message. This element can be used for parties within the Automotive Community as well as
external parties. Party Id is not intended as a replacement for the Dealer Number. Suggested formats
for OEMs or other large institutions include: DUNs Number, ShortMfgCode + DUNs, or ShortMfgCode. The
suggested format for Dealers is: ShortMfgCode+Dealer Number.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LocationReceiverID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">The Location Receiver Id field uniquely identifies the
location of the Receiver of a message. This Id may be aligned with a physical address or data centers.
This field provides an additional level of granularity beyond the usage of the Party Id for additional
routing and deliver of data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ServiceMessageID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">The Service Message Id field identifies the particular
service to which a message is being sent, e.g., an inventory service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|