Uses the Component:PrivacyType
Any privacy rights the party has subscribed to or opted out of.
Table 6.15. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| PrivacyIndicator | 
                         Indicator to note that Business Party has requested to share or to not share information with third parties  | 0..1 | Field | udt:IndicatorType | |
| PrivacyTypeString | 
                         Code identifying a Party's authorized privacy rights. (i.e., Financial, Demographics, etc.)  | 0..1 | Field | qdt:StringType | |
| PrivacyPeriod | 
                         The start and end dates for the period that privacy should be applied.  | 0..1 | Component | PeriodABIEType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.15. Privacy
<Privacy>
     <PrivacyIndicator>......</PrivacyIndicator>     [0..1]
     <PrivacyTypeString>......</PrivacyTypeString>     [0..1]
     <PrivacyPeriod>......</PrivacyPeriod>     [0..1]
</Privacy>