Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Complex Type CodedConceptProperty
Namespace No namespace
Annotations
Property value for the concept
Diagram
DiagramDECOR_xsd_Complex_Type_CodedConceptProperty.tmp#CodedConceptProperty_codeDECOR_xsd_Element_valueCode.tmp#valueCodeDECOR_xsd_Element_valueCoding.tmp#valueCodingDECOR_xsd_Element_valueString.tmp#valueStringDECOR_xsd_Element_valueInteger.tmp#valueIntegerDECOR_xsd_Element_valueBoolean.tmp#valueBooleanDECOR_xsd_Element_valueDateTime.tmp#valueDateTimeDECOR_xsd_Element_valueDecimal.tmp#valueDecimal
Used by
Model
Children valueBoolean, valueCode, valueCoding, valueDateTime, valueDecimal, valueInteger, valueString
Attributes
QName Type Use
code EnumerationString optional
Source
<xs:complexType name="CodedConceptProperty">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Property value for the concept</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="valueCode" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueCoding" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueString" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueInteger" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueBoolean" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueDateTime" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="valueDecimal" minOccurs="0" maxOccurs="unbounded"/>
  </xs:choice>
  <xs:attribute name="code" type="EnumerationString"/>
</xs:complexType>
Attribute CodedConceptProperty / @code
Namespace No namespace
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Complex Type CodedConceptProperty
Source
<xs:attribute name="code" type="EnumerationString"/>