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="CodesClassificationItem"/>
<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)
CodesClassificationItem
Type:
r:ReferenceType, complex content
the Classification Item with which the Classification Index Entry is associated.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="CodesClassificationItem"/>

CodingInstructions
Type:
r:StructuredStringType, complex content
Additional information which drives the coding process. Required when coding is dependent upon one or many other factors.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="CodingInstructions"/>

EntryText
Type:
xs:string, predefined, simple content
Text describing the type of object/unit or object property.
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