DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CorrespondenceType"
Namespace:
Content:
complex, 5 elements
Defined:
globally in comparative.xsd, see XML source
Includes:
definitions of 5 elements
Used:
XML Representation Summary
<...>
   
Content: 
Commonality+, Difference+, CommonalityTypeCoded?, CommonalityWeight?, UserDefinedCorrespondenceProperty*
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the correspondence between source and target schemes/items.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="CorrespondenceType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="Commonality"/>
<xs:element maxOccurs="unbounded" ref="Difference"/>
<xs:element minOccurs="0" ref="CommonalityTypeCoded"/>
<xs:element minOccurs="0" name="CommonalityWeight" type="CommonalityWeightType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UserDefinedCorrespondenceProperty"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 5/5)
Commonality
Type:
r:StructuredStringType, mixed content
Textual description of the common aspects of the two schemes/items.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Commonality"/>

CommonalityTypeCoded
Type:
r:CodeValueType, simple content
Provides a type code for commonality of the two schemes/items. Suggested values are "Identical", "High", "Medium", "Low", "None".
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CommonalityTypeCoded"/>

CommonalityWeight
Type:
CommonalityWeightType, simple content
A value between 0 and 1 expressing the degree of commonality (0 indicates none, 1 indicates that they are identical).
Simple Content
xs:float
maxInclusive:
1
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommonalityWeight" type="CommonalityWeightType"/>

Difference
Type:
r:StructuredStringType, mixed content
Textual description of the differing aspects of the two schemes/items.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Difference"/>

UserDefinedCorrespondenceProperty
Type:
A user-defined property defining the corrrespondence.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UserDefinedCorrespondenceProperty"/>

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