<xsd:complexType name="SenderType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">This identifies characteristics and control identifiers that relate
to the application that created the Business Object Document.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="SenderBaseType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="CreatorNameCode" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">DCS Software Creator Code</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="SenderNameCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Additional information about the sending platform
(i.e., Short Manufacturer or DSP code).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="URI" type="qdt:URIType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Physical address of the sender</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DealerNumberID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Dealer Code of source of 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.starstandard.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.starstandard.org">Dealer code area number (DMS vendor assigned)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DealerCountryCode" type="scl:CountryEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Source Dealer country location</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="LanguageCode" type="sqdt:LanguageCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">This code is used to define the language of the data
used in this transaction</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="DeliverPendingMailIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Indicates if the user requests to receive pending mail
that has been stored and has yet not been delivered yet. By selecting 0, the user will only
receive the response for the current transaction the user is performing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="Password" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Token for application specific authentication. Used to
authenticate dealership/users through application specific security</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="SystemVersion" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The sender's software version number.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="PartyID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The Party Id field uniquely identifies the Sender 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="LocationID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The Location Id field uniquely identifies the location
of the Sender 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="ServiceID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The Service Id field identifies the particular service
from which a message is being sent, e.g., an inventory service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="NounCountNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">The number of nouns that are included in the BOD.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|