complexType "ClassificationIndexEntryType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
Annotation
A Classification Index Entry is a word or a short text (e.g. the name of a locality, an economic activity or an occupational title) describing a type of object/unit or object property to which a Classification Item applies, together with the code of the corresponding Classification Item. Each Classification Index Entry typically refers to one item of the Statistical Classification. Although a Classification Index Entry may be associated with a Classification Item at any Level of a Statistical Classification, Classification Index Entries are normally associated with Classification Items at the lowest Level.
XML Source (w/o annotations (6); see within schema source)
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="EntryText"/>
<xs:element maxOccurs="1" minOccurs="0" ref="ValidFrom"/>
<xs:element maxOccurs="1" minOccurs="0" ref="ValidTo"/>
</xs:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 5/5)
-
The Classification Item with which the Classification Index Entry is associated. TypeOfObject should be set to ClassificationItem.
XML Source (w/o annotations (1); see within schema source)
-
Additional information which drives the coding process. Required when coding is dependent upon one or many other factors. Supports the use of multiple languages and structured content.
XML Source (w/o annotations (1); see within schema source)
-
Text describing the type of object/unit or object property. Supports the use of multiple languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="EntryText"/>
|
-
Date from which the Classification Index Entry became valid. The date must be defined if the Classification Index Entry belongs to a floating Classification Index.
Simple Content
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration
|
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="ValidFrom"/>
|
-
Date at which the Classification Index Entry became invalid. The date must be defined if the Classification Index Entry belongs to a floating Classification Index and is no longer valid.
Simple Content
xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration
|
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="ValidTo"/>
|