Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type CodeSystemPropertyDefinition
Namespace No namespace
Annotations
Additional information supplied about each concept
Diagram
DiagramDECOR_xsd_Complex_Type_CodeSystemPropertyDefinition.tmp#CodeSystemPropertyDefinition_codeDECOR_xsd_Complex_Type_CodeSystemPropertyDefinition.tmp#CodeSystemPropertyDefinition_uriDECOR_xsd_Complex_Type_CodeSystemPropertyDefinition.tmp#CodeSystemPropertyDefinition_descriptionDECOR_xsd_Complex_Type_CodeSystemPropertyDefinition.tmp#CodeSystemPropertyDefinition_type
Used by
Attributes
QName Type Use
code EnumerationString required
description NonEmptyString optional
type CodeSystemPropertyDefinitionType optional
uri xs:anyURI optional
Source
<xs:complexType name="CodeSystemPropertyDefinition">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Additional information supplied about each concept</xs:documentation>
  </xs:annotation>
  <xs:attribute name="code" type="EnumerationString" use="required"/>
  <xs:attribute name="uri" type="xs:anyURI" use="optional"/>
  <xs:attribute name="description" type="NonEmptyString" use="optional"/>
  <xs:attribute name="type" type="CodeSystemPropertyDefinitionType" use="optional"/>
</xs:complexType>
Attribute CodeSystemPropertyDefinition / @code
Namespace No namespace
Type EnumerationString
Properties
use required
Facets
maxLength 128
Used by
Source
<xs:attribute name="code" type="EnumerationString" use="required"/>
Attribute CodeSystemPropertyDefinition / @uri
Namespace No namespace
Type xs:anyURI
Properties
use optional
Used by
Source
<xs:attribute name="uri" type="xs:anyURI" use="optional"/>
Attribute CodeSystemPropertyDefinition / @description
Namespace No namespace
Type NonEmptyString
Properties
use optional
Facets
minLength 1
Used by
Source
<xs:attribute name="description" type="NonEmptyString" use="optional"/>
Attribute CodeSystemPropertyDefinition / @type
Namespace No namespace
Type CodeSystemPropertyDefinitionType
Properties
use optional
Facets
enumeration code
A simple code
enumeration Coding
A coded concept
enumeration string
A string
enumeration integer
An integer
enumeration boolean
A boolean
enumeration dateTime
A dateTime
enumeration decimal
A decimal
Used by
Source
<xs:attribute name="type" type="CodeSystemPropertyDefinitionType" use="optional"/>