simpleType "RecommendedPrivacyCodeType"
Namespace:
Defined:
globally in archive.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"public"
 - 
The object may be freely distributed within the constraints placed on the over all metadata availability.
"restricted"
 - 
The distribution or access to the object is restricted. These restrictions may be tighter than the constraints placed on the over all metadata availability.
"private"
 - 
This information is private and at minimum access is restricted to the agency managing the metadata. Further restrictions may also apply.

Known Direct Subtypes (1):
All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
A basic set of privacy codes
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  RecommendedPrivacyCodeType
Derivation:
restriction of xs:string
Facets:
enumeration:
"public"
 - 
The object may be freely distributed within the constraints placed on the over all metadata availability.
"restricted"
 - 
The distribution or access to the object is restricted. These restrictions may be tighter than the constraints placed on the over all metadata availability.
"private"
 - 
This information is private and at minimum access is restricted to the agency managing the metadata. Further restrictions may also apply.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="RecommendedPrivacyCodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="public"/>
<xs:enumeration value="restricted"/>
<xs:enumeration value="private"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set