j:InformationPracticesActDisclosureType
complexType InformationPracticesActDisclosureType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a document detailing the policy for the disclosure of information to the subject of the information, in accordance with the Information Practices Act
Diagram
XML Schema
<xs:complexType name="InformationPracticesActDisclosureType">
<xs:annotation>
<xs:documentation>
A data type for a document detailing the policy for the disclosure of information to the subject of the information, in accordance with the Information Practices Act</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:ActivityType">
<xs:sequence>
<xs:element ref="j:InformationPracticesActDisclosureAuthorizingPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InformationPracticesActDisclosureDiscloser" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InformationPracticesActDisclosureInformationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InformationPracticesActDisclosurePurposeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InformationPracticesActDisclosureReceiver" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InformationPracticesActDisclosureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>