complexType "RepresentationMapType"
Namespace:
Content:
complex, 7 attributes, 18 elements
Defined:
globally in comparative.xsd; see XML source
Includes:
definitions of 1 attribute, 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (18):
Correspondence, RepresentationMapName, SourceRepresentation, TargetRepresentation, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:MaintainableObject, r:ProcessingInstructionReference, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
RepresentationMap
Known Usage Locations
Annotation
Maps between any two managed representations. In addition to representation types held in a ManagagedRepresentationScheme, managed representations include CategoryScheme and coded representations which include CodeList, GeographicStructureCode or GeographicLocationCode. Note that the source can be any managed representation including a CodeList, GeographicStructure or GeographicLocation. Note that comparisons between two category schemes is best handled by CategoryMap. In addition to the standard name, label, and description of the RepresentationMap, identifies the source representation and target representation (which should be a CodeList, GeographicStructure, or GeographicLocation), describes the correspondence between the source and target, allows for the use of a GenerationInstruction to describe the recoding process, and indicates if this a general mapping or a mapping for a specific purpose.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          RepresentationMapType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="RepresentationMapType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="RepresentationMapName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element ref="SourceRepresentation"/>
<xs:element ref="TargetRepresentation"/>
<xs:element minOccurs="0" ref="Correspondence"/>
</xs:sequence>
<xs:attribute name="contextSpecificComparison" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
contextSpecificComparison
Type:
xs:boolean, predefined
Use:
optional
Set to "true" when a Concept has been identified in the SourceRepresentation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="contextSpecificComparison" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 7/18)
Correspondence
Type:
CorrespondenceType, complex content
Describe the level of similarity and difference between the Source and the Target contents.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Correspondence"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the RepresentationMap. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the RepresentationMap. 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"/>

r:ProcessingInstructionReference
Type:
Allows for use of programmatic logic to construct a detailed comparison map between individual codes in the source and target structures by reference. TypeOfObject should be set to GenerationInstruction or GeneralInstruction. This reference allows for specifying ParameterLinkages at point of use.
XML Source (w/o annotations (1); see within schema source)

RepresentationMapName
Type:
r:NameType, complex content
A name for the RepresentationMap. 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="RepresentationMapName"/>

SourceRepresentation
Type:
SourceRepresentationType, complex content
Provides a reference to the managed content of a representation which acts as the source object in the Source/Target comparison pair. May be a ManagedRepresentation or a specific CategoryScheme, CodeList, GeographicRepresentation, or GeographicLocation. Allows for the optional reference to a Concept when context is important. For example, a ManagedNumericRepresentation within the context of Age.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SourceRepresentation"/>

TargetRepresentation
Type:
TargetRepresentationType, complex content
Provides a reference to the managed content of a representation which acts as the target object in the Source/Target comparison pair. May be a ManagedRepresentation or a specific CategoryScheme, CodeList, GeographicRepresentation, or GeographicLocation. Supports the ability to limit code coverage as appropriate for the coding structure referenced.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TargetRepresentation"/>

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