Definition Type: ComplexType
Name: PrivacyType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PrivacyPeriod in schema components_xsd Drilldown into PrivacyTypeString in schema components_xsd Drilldown into PrivacyIndicator in schema components_xsdXSD Diagram of PrivacyType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PrivacyType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PrivacyIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicator to note that Business Party has requested to
                            share or to not share information with third parties
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PrivacyTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Code identifying a Party's authorized privacy rights.
                            (i.e., Financial, Demographics, etc.)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="PrivacyPeriod" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PrivacyIndicator star:PrivacyIndicator 0 (1)
PrivacyTypeString star:PrivacyTypeString 0 (1)
PrivacyPeriod star:PrivacyPeriod 0 1
Collapse Derivation Tree:
Collapse References:
star:Privacy