Definition Type: ComplexType
Name: SenderType
Namespace: http://www.starstandard.org/STAR/5
Type: star:SenderBaseType
Containing Schema: Meta.xsd
Abstract
Documentation:
This identifies characteristics and control identifiers that relate to the application that created the Business Object Document.
Collapse XSD Schema Diagram:
Drilldown into NounCountNumeric in schema meta_xsd Drilldown into ServiceID in schema meta_xsd Drilldown into LocationID in schema meta_xsd Drilldown into PartyID in schema meta_xsd Drilldown into SystemVersion in schema meta_xsd Drilldown into Password in schema meta_xsd Drilldown into DeliverPendingMailIndicator in schema meta_xsd Drilldown into LanguageCode in schema meta_xsd Drilldown into DealerCountryCode in schema meta_xsd Drilldown into AreaNumber in schema meta_xsd Drilldown into StoreNumber in schema meta_xsd Drilldown into DealerNumberID in schema meta_xsd Drilldown into URI in schema meta_xsd Drilldown into SenderNameCode in schema meta_xsd Drilldown into CreatorNameCode in schema meta_xsd Drilldown into AuthorizationID in schema meta_xsd Drilldown into ConfirmationCode in schema meta_xsd Drilldown into ReferenceID in schema meta_xsd Drilldown into TaskID in schema meta_xsd Drilldown into ComponentID in schema meta_xsd Drilldown into LogicalID in schema meta_xsd Drilldown into SenderBaseType in schema meta_xsdXSD Diagram of SenderType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LogicalID star:LogicalID 0 1
ComponentID star:ComponentID 0 1
TaskID star:TaskID 0 1
ReferenceID star:ReferenceID 0 1
ConfirmationCode star:ConfirmationCode 0 1
AuthorizationID star:AuthorizationID 0 1
CreatorNameCode star:CreatorNameCode 1 1
SenderNameCode star:SenderNameCode 1 1
URI star:URI 0 1
DealerNumberID star:DealerNumberID 0 1
StoreNumber star:StoreNumber 0 1
AreaNumber star:AreaNumber 0 1
DealerCountryCode star:DealerCountryCode 0 1
LanguageCode star:LanguageCode 0 1
DeliverPendingMailIndicator star:DeliverPendingMailIndicator 0 1
Password star:Password 0 1
SystemVersion star:SystemVersion 0 1
PartyID star:PartyID 0 1
LocationID star:LocationID 0 1
ServiceID star:ServiceID 0 1
NounCountNumeric star:NounCountNumeric 0 1
Collapse Derivation Tree:
Collapse References:
star:Sender