Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type SourceOrTargetValueSet
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_SourceOrTargetValueSet.tmp#SourceOrTargetValueSet_refDECOR_xsd_Complex_Type_SourceOrTargetValueSet.tmp#SourceOrTargetValueSet_flexibilityDECOR_xsd_Attribute_displayName.tmp#displayNameDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUri
Used by
Attributes
QName Type Use Annotation
canonicalUri xs:anyURI optional
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® canonical URI. Logical URI to reference this StructureDefinition, logical model, value set, etc. (globally unique)
HL7® FHIR® kanonieke URI. Logische URI om te verwijzen naar deze StructureDefinition, dit logisch model, waardelijst, etc. (wereldwijd uniek)
displayName NonEmptyString optional
A short description string for the designation
flexibility StaticOrDynamicFlexibility optional
Reference to a valueSet/@effectiveDate. Default is unspecified which means 'latest available version'.
ref Uri required
Source
<xs:complexType name="SourceOrTargetValueSet">
  <xs:attribute name="ref" type="Uri" use="required"/>
  <xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Reference to a valueSet/@effectiveDate. Default is unspecified which means 'latest available version'.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="displayName" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">A displayname for the object, only for human readablility here</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="canonicalUri" use="optional"/>
</xs:complexType>
Attribute SourceOrTargetValueSet / @ref
Namespace No namespace
Type Uri
Properties
use required
Facets
maxLength 255
Used by
Complex Type SourceOrTargetValueSet
Source
<xs:attribute name="ref" type="Uri" use="required"/>
Attribute SourceOrTargetValueSet / @flexibility
Namespace No namespace
Annotations
Reference to a valueSet/@effectiveDate. Default is unspecified which means 'latest available version'.
Type StaticOrDynamicFlexibility
Properties
use optional
Used by
Complex Type SourceOrTargetValueSet
Source
<xs:attribute name="flexibility" type="StaticOrDynamicFlexibility" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Reference to a valueSet/@effectiveDate. Default is unspecified which means 'latest available version'.</xs:documentation>
  </xs:annotation>
</xs:attribute>