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: 
</...>
Content Model Elements (5):
Commonality, CommonalityTypeCoded, CommonalityWeight, r:Difference, r:UserDefinedCorrespondenceProperty
All Direct / Indirect Based Elements (1):
Correspondence
Known Usage Locations
Annotation
Describes the commonalities and differences between two items using a textual description of both commonalities and differences plus an optional coding of the type of commonality, a commonality expresses as a 0 to 1 weighting factor (expressing degree of comparability) and a user defined correspondence property which is specific to an organization or community of use.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="CorrespondenceType">
<xs:sequence>
<xs:element minOccurs="0" ref="Commonality"/>
<xs:element minOccurs="0" ref="r:Difference"/>
<xs:element minOccurs="0" ref="CommonalityTypeCoded"/>
<xs:element minOccurs="0" name="CommonalityWeight" type="CommonalityWeightType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UserDefinedCorrespondenceProperty"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
Commonality
Type:
r:StructuredStringType, complex content
A description of the common features of the two items using a StructuredString to support multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Commonality"/>

CommonalityTypeCoded
Type:
r:CodeValueType, simple content
A brief description describing the commonality of the two schemes/items, i.e., "Identical", "High", "Medium", "Low", "None". Supports the use of an external controlled vocabulary.
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
Identical
minInclusive:
0
No commonality
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CommonalityWeight" type="CommonalityWeightType"/>

r:Difference
Type:
r:StructuredStringType, complex content
A description of the differences between the two items using a StructuredString to support multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Difference"/>

r:UserDefinedCorrespondenceProperty
Type:
An alternate means of expressing commonality within a specific system. A system specific user defined correspondence expressed as a key/value pair. As this is specific to an individual system the use of controlled vocabularies for the key is strongly recommended.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:UserDefinedCorrespondenceProperty"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set