complexType "CategoryType"
Namespace:
Content:
complex, 8 attributes, 18 elements
Defined:
Includes:
definitions of 1 attribute, 6 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
 = 
xs:boolean
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A description of a particular category or response. OECD Glossary of Statistical Terms: Generic term for items at any level within a classification, typically tabulation categories, sections, subsections, divisions, subdivisions, groups, subgroups, classes and subclasses. In addition to the standard name, label, and description, a category may contain a reference to a defining concept, provide information on how the category was generated (membership defined), and indicate if it is the description of a type of missing value.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          CategoryType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="CategoryType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CategoryName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element minOccurs="0" ref="r:ConceptReference"/>
<xs:element minOccurs="0" ref="Generation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubCategoryReference"/>
</xs:sequence>
<xs:attribute name="isMissing" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
isMissing
Type:
xs:boolean, predefined
Use:
optional
If the category is describing a classification of "missing data" set the value of isMissing to "true".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isMissing" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 6/18)
CategoryName
Type:
r:NameType, complex content
A name for the category. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CategoryName"/>

Generation
Type:
GenerationType, complex content
Describes how the category is derived or generated. A process for describing the determination of category membership.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Generation"/>

r:ConceptReference
Type:
r:ReferenceType, complex content
Reference to the defining concept.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:ConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the category. Note that comparison of categories is done using the content of description. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the category. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.or of different types or applications.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

SubCategoryReference
Type:
SubCategoryReferenceType, complex content
Reference to one or more categories for which the current category is a broader definition. Allows for a reference to the narrower category and the ability to define the relationship as a specialization or part.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubCategoryReference"/>

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