DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ItemMapType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in comparative.xsd, see XML source
Includes:
definitions of 1 attribute and 3 elements
Used:
XML Representation Summary
<...
    alias
 = 
xs:NCName
    >
   
Content: 
SourceItem, TargetItem, Correspondence
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Maps two items (codes, concepts, categories, questions, variables, etc.) from different schemes.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="ItemMapType">
<xs:sequence>
<xs:element name="SourceItem" type="xs:NCName"/>
<xs:element name="TargetItem" type="xs:NCName"/>
<xs:element ref="Correspondence"/>
</xs:sequence>
<xs:attribute name="alias" type="xs:NCName" use="optional"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
alias
Type:
xs:NCName, predefined
Use:
optional
Allows for an alias to be assigned to the correspondence between two items, so that it can be referred to with a single name, that would include both related items.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="alias" type="xs:NCName" use="optional"/>
Content Element Detail (defined in this component only; 3/3)
Correspondence
Type:
CorrespondenceType, complex content
Describes the correspondence between source and target items
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Correspondence"/>

SourceItem
Type:
xs:NCName, predefined, simple content
References an item in the source scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="SourceItem" type="xs:NCName"/>

TargetItem
Type:
xs:NCName, predefined, simple content
References a comparable item in the target scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="TargetItem" type="xs:NCName"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set