DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CodeMapType"
Namespace:
Content:
complex, 7 attributes, 10 elements
Defined:
globally in comparative.xsd, see XML source
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, CodeMapName*, r:Label*, r:Description*, SourceSchemeReference, TargetSchemeReference, Correspondence, d:GenerationInstruction*
</...>
Content Model Elements (10):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Maps comparable codes from two different code schemes.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          CodeMapType (extension)
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CodeMapType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeMapName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element ref="SourceSchemeReference"/>
<xs:element ref="TargetSchemeReference"/>
<xs:element ref="Correspondence"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="d:GenerationInstruction"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 7/10)
CodeMapName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CodeMapName"/>

Correspondence
Type:
CorrespondenceType, complex content
Describes the difference between source and target schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Correspondence"/>

d:GenerationInstruction
Type:
Allows for use of programmatic logic to construct a detailed comparison map between individual codes in the source and target schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="d:GenerationInstruction"/>

r:Description
Type:
r:StructuredStringType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

SourceSchemeReference
Type:
r:ReferenceType, complex content
References the code scheme that is the source for the mapping.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="SourceSchemeReference"/>

TargetSchemeReference
Type:
r:ReferenceType, complex content
References the coce scheme that is the target for the mapping.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TargetSchemeReference"/>

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