<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>
|