complexType "ClassificationMapType"
Namespace:
Content:
complex, 5 elements
Defined:
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A Map is an expression of the relation between a Classification Item in a source Statistical Classification and a corresponding Classification Item in the target Statistical Classification. The Map should specify whether the relationship between the two Classification Items is partial or complete. Depending on the relationship type of the Correspondence Table, there may be several Maps for a single source or target Classification Item.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ClassificationMapType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="SourceClassificationItemReference"/>
<xs:element maxOccurs="1" minOccurs="0" ref="TargetClassificationItemReference"/>
<xs:element maxOccurs="1" minOccurs="0" name="IsComplete" type="xs:boolean"/>
<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)
IsComplete
Type:
xs:boolean, predefined, simple content
Specifies whether the relationship between the two Classification Items is partial or complete.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="IsComplete" type="xs:boolean"/>

SourceClassificationItemReference
Type:
r:ReferenceType, complex content
The source item refers to the Classification Item in the source Statistical Classification. TypeOfObject should be set to ClassificationItem.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="SourceClassificationItemReference"/>

TargetClassificationItemReference
Type:
r:ReferenceType, complex content
The target item refers to the Classification Item in the target Statistical Classification. TypeOfObject should be set to ClassificationItem.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="TargetClassificationItemReference"/>

ValidFrom
Type:
r:BaseDateType, simple content
Date from which the Map became valid. The date must be defined if the Map belongs to a floating Correspondence Table.
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 Map became invalid. The date must be defined if the Map belongs to a floating Correspondence Table 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