complexType "ClassificationIndexEntryType"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
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:complexType name="ClassificationIndexEntryType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="EntryText"/>
<xs:element maxOccurs="1" minOccurs="0" ref="CodesClassificationItemReference"/>
<xs:element maxOccurs="1" minOccurs="0" ref="ValidFrom"/>
<xs:element maxOccurs="1" minOccurs="0" ref="ValidTo"/>
<xs:element maxOccurs="1" minOccurs="0" ref="CodingInstructions"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
CodesClassificationItemReference
Type:
r:ReferenceType, complex content
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)
<xs:element maxOccurs="1" minOccurs="0" ref="CodesClassificationItemReference"/>

CodingInstructions
Type:
r:StructuredStringType, complex content
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)
<xs:element maxOccurs="1" minOccurs="0" ref="CodingInstructions"/>

EntryText
Type:
r:InternationalStringType, complex content
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"/>

ValidFrom
Type:
r:BaseDateType, simple content
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"/>

ValidTo
Type:
r:BaseDateType, simple content
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"/>

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