complexType "CategoryType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
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: |
( r:URN | ( r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, ( r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnObject?, r:RelatedOtherMaterialReference*, r:MaintainableObject?, CategoryName*, r:Label*, r:Description?, r:ConceptReference?, Generation?, SubCategoryReference* |
|
</...> |
All Direct / Indirect Based Elements (1):
-
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 Derivation Tree
CategoryType
|
XML Source (w/o annotations (8); see within schema source)
<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: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)
-
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"/>
|
-
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)
-
Reference to the defining concept.
XML Source (w/o annotations (1); see within schema source)
-
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)
-
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"/>
|
-
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)