simpleType "RecommendedPrivacyCodeType"
Namespace: |
|
Defined: |
|
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):
-
Annotation
A basic set of privacy codes
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:restriction base="xs:string">
<xs:enumeration value="public"/>
<xs:enumeration value="restricted"/>
<xs:enumeration value="private"/>
</xs:restriction>
</xs:simpleType>
|