Definition Type: ComplexType
Name: ProviderPartyType
Namespace: http://www.starstandard.org/STAR/5
Type: star:PartyBaseType
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use ASBIE ProviderParty instead of the complex Type.
Collapse XSD Schema Diagram:
Drilldown into URI in schema deprecatedcomponents_xsd Drilldown into ProviderName in schema deprecatedcomponents_xsd Drilldown into ProviderContact in schema deprecatedcomponents_xsd Drilldown into PartyID in schema deprecatedcomponents_xsd Drilldown into PartyBaseType in schema deprecatedcomponents_xsdXSD Diagram of ProviderPartyType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ProviderPartyType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use ASBIE ProviderParty instead of the complex Type.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PartyBaseType">
            <xsd:sequence>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ProviderContact">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Provider Party contact information</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ProviderName" type="udt:NameType">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Provider Name</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="URI" type="qdt:URIType">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Provider's URI</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyID star:PartyID 0 (1)
ProviderContact star:ProviderContact 0 unbounded
ProviderName star:ProviderName 0 (1)
URI star:URI 0 (1)
Collapse Derivation Tree: