Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element valueCoding
Namespace No namespace
Annotations
A coding
Diagram
DiagramDECOR_xsd_Element_valueCoding.tmp#valueCoding_codeDECOR_xsd_Element_valueCoding.tmp#valueCoding_codeSystemDECOR_xsd_Element_valueCoding.tmp#valueCoding_canonicalUri
Properties
content complex
Used by
Complex Type CodedConceptProperty
Attributes
QName Type Use
canonicalUri xs:anyURI optional
code EnumerationString optional
codeSystem Oid optional
Source
<xs:element name="valueCoding">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">A coding</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="code" type="EnumerationString"/>
    <xs:attribute name="codeSystem" type="Oid"/>
    <xs:attribute name="canonicalUri" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
Attribute valueCoding / @code
Namespace No namespace
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element valueCoding
Source
<xs:attribute name="code" type="EnumerationString"/>
Attribute valueCoding / @codeSystem
Namespace No namespace
Type Oid
Properties
content simple
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element valueCoding
Source
<xs:attribute name="codeSystem" type="Oid"/>
Attribute valueCoding / @canonicalUri
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element valueCoding
Source
<xs:attribute name="canonicalUri" type="xs:anyURI"/>