simpleType "PrivacyCodeType"
Namespace:
Defined:
globally in archive.xsd; see XML source
Used:
Simple Content Model
xs:string | ("public" | "restricted" | "private")
All Direct / Indirect Based Attributes (1):
PRIVACY/@privacy
Known Usage Locations
Annotation
A basic set of privacy codes for the parent element. These may be stricter than the general access restrictions for the overall metadata. If available codes are insufficient this may also contain any string.
Type Definition Detail
Type Derivation Tree
union of (xs:string | RecommendedPrivacyCodeType)
  PrivacyCodeType
Derivation:
by union
May contain either one of the Recommended Privacy Codes or simple text.
Member Types
  1. xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:simpleType name="PrivacyCodeType">
<xs:union memberTypes="xs:string RecommendedPrivacyCodeType"/>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set