Showing:

Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element ConceptMapGroupDefinition / source
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_SourceOrTargetCodeSystem.tmp#SourceOrTargetCodeSystem_codeSystemDECOR_xsd_Complex_Type_SourceOrTargetCodeSystem.tmp#SourceOrTargetCodeSystem
Type SourceOrTargetCodeSystem
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
codeSystem Uri required
Source
<xs:element name="source" minOccurs="1" maxOccurs="1" type="SourceOrTargetCodeSystem"/>
Element ConceptMapGroupDefinition / target
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_SourceOrTargetCodeSystem.tmp#SourceOrTargetCodeSystem_codeSystemDECOR_xsd_Complex_Type_SourceOrTargetCodeSystem.tmp#SourceOrTargetCodeSystem
Type SourceOrTargetCodeSystem
Properties
content complex
minOccurs 1
maxOccurs 1
Attributes
QName Type Use
codeSystem Uri required
Source
<xs:element name="target" minOccurs="1" maxOccurs="1" type="SourceOrTargetCodeSystem"/>
Element ConceptMapGroupDefinition / element
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ConceptMapElement.tmp#ConceptMapElement_codeDECOR_xsd_Attribute_displayName.tmp#displayNameDECOR_xsd_Complex_Type_ConceptMapElement.tmp#ConceptMapElement_targetDECOR_xsd_Complex_Type_ConceptMapElement.tmp#ConceptMapElement
Type ConceptMapElement
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children target
Instance
<element code="" displayName="">
  <target code="" displayName="" relationship="">{1,unbounded}</target>
</element>
Attributes
QName Type Use Annotation
code EnumerationString required
displayName NonEmptyString optional
A short description string for the designation
Source
<xs:element name="element" minOccurs="1" maxOccurs="unbounded" type="ConceptMapElement"/>
Complex Type ConceptMapGroupDefinition
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ConceptMapGroupDefinition.tmp#ConceptMapGroupDefinition_sourceDECOR_xsd_Complex_Type_ConceptMapGroupDefinition.tmp#ConceptMapGroupDefinition_targetDECOR_xsd_Complex_Type_ConceptMapGroupDefinition.tmp#ConceptMapGroupDefinition_element
Used by
Model
Children element, source, target
Source
<xs:complexType name="ConceptMapGroupDefinition">
  <xs:sequence>
    <xs:element name="source" minOccurs="1" maxOccurs="1" type="SourceOrTargetCodeSystem"/>
    <xs:element name="target" minOccurs="1" maxOccurs="1" type="SourceOrTargetCodeSystem"/>
    <xs:element name="element" minOccurs="1" maxOccurs="unbounded" type="ConceptMapElement"/>
  </xs:sequence>
</xs:complexType>