complexType "ComparisonType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
xs:anyURI |
|
= |
xs:boolean : "false" |
|
= |
xs:language |
|
= |
"true" |
|
|
> |
|
Content: |
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:Note*, r:Software*, r:MetadataQuality*, ComparisonName*, r:Label*, r:Description?, ConceptMap*, VariableMap*, QuestionMap*, CategoryMap*, CodeMap*, UniverseMap* |
|
</...> |
Content Model Elements (22):
-
CategoryMap,
CodeMap,
ComparisonName,
ConceptMap,
QuestionMap,
UniverseMap,
VariableMap,
r:Agency,
r:BasedOnReference,
r:Description,
r:ID,
r:Label,
r:MetadataQuality,
r:Note,
r:Software,
r:URN,
r:UserAttributePair,
r:UserID,
r:Version,
r:VersionRationale,
r:VersionResponsibility,
r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
-
Annotation
Structures information that is necessary to compare two objects of a specific type. Contains the mapping(s) that inform comparisons and facilitate automation. Note that all maps are pairwise, identifying two schemes and the correlation between two items in those schemes. By using a set of pairwise comparisons, it is possible to describe more complex correspondences - pairwise comparisons are easier to process. In addition to providing a standard name, label, and description of the set of comparison maps, currently covers the comparison of concepts, variables, questions, categories, codes, and universes.
Type Derivation Tree ComparisonType |
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="ComparisonType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="ComparisonName"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptMap"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableMap"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="QuestionMap"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="CategoryMap"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeMap"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseMap"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 9/22) -
Maps the content of two different category schemes of objects of the same type providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CategoryMap"/> |
-
Maps the codes from two different CodeLists or from a delineation to a CodeList providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeMap"/> |
-
A name for the comparison. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ComparisonName"/> |
-
Maps the content of two different concept schemes of objects of the same type providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptMap"/> |
-
Maps the content of two different question schemes of objects of the same type providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="QuestionMap"/> |
-
A description of the content and purpose of the comparison. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
-
A display label for the comparison. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/> |
-
Maps the content of two different universe schemes of objects of the same type providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="UniverseMap"/> |
-
Maps the content of two different variable schemes of objects of the same type providing detail for the comparable items within those two schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableMap"/> |