Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute ValueSetRefAttributes / @ref
Namespace No namespace
Annotations
Reference to a valueSet/@id.
Type Oid
Properties
use optional
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Attribute Group ValueSetRefAttributes
Source
<xs:attribute name="ref" type="Oid" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Reference to a valueSet/@id.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ValueSetRefAttributes / @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
Attribute Group ValueSetRefAttributes
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>
Attribute ValueSetRefAttributes / @exception
Namespace No namespace
Annotations
Indicates whether the valueSet contents should be treated as exceptions. Default is 'false' meaning that the contents are included as concepts.
Type xs:boolean
Properties
use optional
default false
Used by
Attribute Group ValueSetRefAttributes
Source
<xs:attribute name="exception" use="optional" type="xs:boolean" default="false">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Indicates whether the valueSet contents should be treated as exceptions. Default is 'false' meaning that the contents are included as concepts.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group ValueSetRefAttributes
Namespace No namespace
Diagram
DiagramDECOR_xsd_Attribute_Group_ValueSetRefAttributes.tmp#ValueSetRefAttributes_refDECOR_xsd_Attribute_Group_ValueSetRefAttributes.tmp#ValueSetRefAttributes_flexibilityDECOR_xsd_Attribute_Group_ValueSetRefAttributes.tmp#ValueSetRefAttributes_exception
Used by
Attributes
QName Type Default Use Annotation
exception xs:boolean false optional
Indicates whether the valueSet contents should be treated as exceptions. Default is 'false' meaning that the contents are included as concepts.
flexibility StaticOrDynamicFlexibility optional
Reference to a valueSet/@effectiveDate. Default is unspecified which means 'latest available version'.
ref Oid optional
Reference to a valueSet/@id.
Source
<xs:attributeGroup name="ValueSetRefAttributes">
  <xs:attribute name="ref" type="Oid" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Reference to a valueSet/@id.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <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 name="exception" use="optional" type="xs:boolean" default="false">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Indicates whether the valueSet contents should be treated as exceptions. Default is 'false' meaning that the contents are included as concepts.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>