<xs:complexType name="RightsType">
<xs:annotation>
<xs:appinfo xml:lang="en">Type used to model the rights element.</xs:appinfo>
</xs:annotation>
<xs:attribute name="privacyAct" type="xs:boolean" default="false">
<xs:annotation>
<xs:appinfo xml:lang="en">(TBD:PrivacyActIndicator, 1.0) An indicator that this product is categorized as containing personal information subject to protection by the Privacy Act. This element has no data content. Attribute "indicator", a yes/no toggle, is used to specify applicability of the Privacy Act. The default is "no". {False = No}</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="intellectualProperty" type="xs:boolean" default="false">
<xs:annotation>
<xs:appinfo xml:lang="en">An indicator identifying products under protection against reproduction and distribution without the express written permission of the intellectual property rights owner. A yes/no value used to specify applicability of the rights. The default is "no". {False = No}</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="copyright" type="xs:boolean" default="false">
<xs:annotation>
<xs:appinfo xml:lang="en">An indicator identifying products under protection against reproduction and distribution without the express written permission of the copyright owner. A yes/no value used to specify applicability of the rights. The default is "no". {False = No} (TBD:CopyrightIndicator, 1.0) An indicator identifying documents under protection against reproduction and distribution without the express written permission of the copyright owner This prohibition is binding on individuals and corporations, as well as the US Government. Examples of applicability: books (yes), newspaper photos (yes), US Federal Publications (no), magazine articles (yes), vendor technical information (yes).</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|