DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "NoteTypeCodeType"
Namespace:
Defined:
globally in reusable.xsd, see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Processing"
 - 
A note related to the processing.
"Footnote"
 - 
A footnote related to the data or metadata being documented.
"Addendum"
 - 
An addendum to the information contained in a DDI section or module. Information of a factual nature as opposed to commentary.
"System"
 - 
A note generated by the processing system that produced the data or metadata.
"Problem"
 - 
A problem, as reported by a human user or system generated. Generally a temporary note providing information for review and correction.
"Comment"
 - 
A human-readable comment, typically of a more subjective nature than a footnote.
"Other"
 - 
Any other type of note.

All Direct / Indirect Based Attributes (1):
Known Usage Locations
Annotation
A standard typology of notes.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN
  NoteTypeCodeType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Processing"
 - 
A note related to the processing.
"Footnote"
 - 
A footnote related to the data or metadata being documented.
"Addendum"
 - 
An addendum to the information contained in a DDI section or module. Information of a factual nature as opposed to commentary.
"System"
 - 
A note generated by the processing system that produced the data or metadata.
"Problem"
 - 
A problem, as reported by a human user or system generated. Generally a temporary note providing information for review and correction.
"Comment"
 - 
A human-readable comment, typically of a more subjective nature than a footnote.
"Other"
 - 
Any other type of note.
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="NoteTypeCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Processing"/>
<xs:enumeration value="Footnote"/>
<xs:enumeration value="Addendum"/>
<xs:enumeration value="System"/>
<xs:enumeration value="Problem"/>
<xs:enumeration value="Comment"/>
<xs:enumeration value="Other"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set