Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element attribute
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_attribute.tmp#attribute_nameDECOR_xsd_Element_attribute.tmp#attribute_valueDECOR_xsd_Element_attribute.tmp#attribute_classCodeDECOR_xsd_Element_attribute.tmp#attribute_contextConductionIndDECOR_xsd_Element_attribute.tmp#attribute_contextControlCodeDECOR_xsd_Element_attribute.tmp#attribute_determinerCodeDECOR_xsd_Element_attribute.tmp#attribute_extensionDECOR_xsd_Element_attribute.tmp#attribute_independentIndDECOR_xsd_Element_attribute.tmp#attribute_institutionSpecifiedDECOR_xsd_Element_attribute.tmp#attribute_inversionIndDECOR_xsd_Element_attribute.tmp#attribute_mediaTypeDECOR_xsd_Element_attribute.tmp#attribute_moodCodeDECOR_xsd_Element_attribute.tmp#attribute_negationIndDECOR_xsd_Element_attribute.tmp#attribute_nullFlavorDECOR_xsd_Element_attribute.tmp#attribute_operatorDECOR_xsd_Element_attribute.tmp#attribute_qualifierDECOR_xsd_Element_attribute.tmp#attribute_representationDECOR_xsd_Element_attribute.tmp#attribute_rootDECOR_xsd_Element_attribute.tmp#attribute_typeCodeDECOR_xsd_Element_attribute.tmp#attribute_unitDECOR_xsd_Element_attribute.tmp#attribute_useDECOR_xsd_Element_attribute.tmp#attribute_isOptionalDECOR_xsd_Element_attribute.tmp#attribute_prohibitedDECOR_xsd_Element_attribute.tmp#attribute_datatypeDECOR_xsd_Element_attribute.tmp#attribute_idDECOR_xsd_Element_attribute.tmp#attribute_descDECOR_xsd_Element_item.tmp#itemDECOR_xsd_Element_vocabulary.tmp#vocabularyDECOR_xsd_Element_attribute.tmp#attribute_constraint
Properties
content complex
Used by
Model
Children constraint, desc, item, vocabulary
Instance
<attribute classCode="" contextConductionInd="" contextControlCode="" datatype="" determinerCode="" extension="" id="" independentInd="" institutionSpecified="" inversionInd="" isOptional="" mediaType="" moodCode="" name="" negationInd="" nullFlavor="" operator="" prohibited="" qualifier="" representation="" root="" typeCode="" unit="" use="" value="">
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
  <item label="">{0,1}</item>
  <vocabulary code="" codeSystem="" codeSystemName="" displayName="" domain="" flexibility="" valueSet="">{0,unbounded}</vocabulary>
  <constraint language="" lastTranslated="" mimeType="">{0,unbounded}</constraint>
</attribute>
Attributes
QName Type Use Annotation
classCode EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
contextConductionInd xs:boolean optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
contextControlCode EnumerationToken optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
datatype xs:QName optional
Determines the datatype of the attribute in the instance.
determinerCode EnumerationToken optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
extension EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
id Oid optional
independentInd xs:boolean optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
institutionSpecified xs:boolean optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
inversionInd xs:boolean optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
isOptional xs:boolean optional
Determines that the attribute is requird to be in the instance. Default is 'false', meaning that the attribute is NOT optional, and thus required.
mediaType EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
moodCode EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
name EnumerationToken optional
negationInd EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
nullFlavor EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
operator EnumerationToken optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
prohibited xs:boolean optional
Determines that the attribute is prohibited to be in the instance.
qualifier EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
representation EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
root OidChoiceList optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
typeCode EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
unit NonEmptyString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
use EnumerationString optional
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
value NonEmptyString optional
Source
<xs:element name="attribute">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="desc" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
      <!-- item label, inherited by all subsequent elements unless overridden -->
      <xs:element ref="item" minOccurs="0" maxOccurs="1"/>
      <xs:choice>
        <xs:element ref="vocabulary" minOccurs="0" maxOccurs="unbounded"/>
        <xs:element name="constraint" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
      </xs:choice>
      <!-- constraints for attributes of type "coded" or "quantities"??????? -->
      <!-- 
                    <xs:choice maxOccurs="1">
                    <xs:element ref="vocabulary" minOccurs="0" maxOccurs="1"/>
                    <xs:element ref="property" minOccurs="0" maxOccurs="1"/>
                </xs:choice>
                -->
    </xs:sequence>
    <!-- == start definitional attributes -->
    <!-- name of attributes required (name) -->
    <xs:attribute name="name" type="EnumerationToken"/>
    <!-- data type II: elements where other siblings are allowed -->
    <xs:attribute name="value" type="NonEmptyString"/>
    <!-- == end definitional attributes -->
    <!-- == start shorthand attributes (discouraged) == -->
    <!-- (@classCode|@contextConductionInd|@contextControlCode|@determinerCode|
                  @extension|@independentInd|@institutionSpecified|@inversionInd|
                  @mediaType|@moodCode|@negationInd|@nullFlavor|
                  @operator|@qualifier|@representation|@root|
                  @typeCode|@unit|@use) -->
    <xs:attribute name="classCode" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="contextConductionInd" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="contextControlCode" type="EnumerationToken">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="determinerCode" type="EnumerationToken">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="extension" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="independentInd" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="institutionSpecified" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="inversionInd" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="mediaType" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="moodCode" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="negationInd" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="nullFlavor" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="operator" type="EnumerationToken">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="qualifier" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="representation" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="root" type="OidChoiceList">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="typeCode" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="unit" type="NonEmptyString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="use" type="EnumerationString">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <!-- == end shorthand attributes (discouraged) == -->
    <!-- == start attribute properties == -->
    <xs:attribute name="isOptional" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Determines that the attribute is requird to be in the instance. Default is 'false', meaning that the attribute is NOT optional, and thus required.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="prohibited" type="xs:boolean">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Determines that the attribute is prohibited to be in the instance.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <!--<xs:attribute name="datatype" type="AttributeDatatypeName"/>-->
    <xs:attribute name="datatype" type="xs:QName">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Determines the datatype of the attribute in the instance.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <!-- == end attributes properties == -->
    <!-- == start DECOR internal purpose only == -->
    <!-- 20141215 - an optional id for to be referenced by associated concepts -->
    <xs:attribute name="id" type="Oid"/>
    <!-- == end DECOR internal purpose only == -->
  </xs:complexType>
</xs:element>
Element attribute / desc
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="desc" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
Element attribute / constraint
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage_mimeTypeDECOR-datatypes_xsd_Complex_Type_FreeFormMarkupWithLanguage.tmp#FreeFormMarkupWithLanguage
Type FreeFormMarkupWithLanguage
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
language LanguageCode optional
Indicates the language in which the marked up text is expressed
UML: part of a complex stereotype tag
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
mimeType MimeType optional
Indicates the mime type in which the data is expressed. If not specified, applications SHALL interpret the content based on other context or
specific application rules. Applications that do not recognize content SHALL retain it unchanged.
UML: Part of a complex tag
Source
<xs:element name="constraint" minOccurs="0" maxOccurs="unbounded" type="FreeFormMarkupWithLanguage"/>
Attribute attribute / @name
Namespace No namespace
Type EnumerationToken
Properties
content simple
Facets
maxLength 50
Used by
Element attribute
Source
<xs:attribute name="name" type="EnumerationToken"/>
Attribute attribute / @value
Namespace No namespace
Type NonEmptyString
Properties
content simple
Facets
minLength 1
Used by
Element attribute
Source
<xs:attribute name="value" type="NonEmptyString"/>
Attribute attribute / @classCode
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="classCode" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @contextConductionInd
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="contextConductionInd" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @contextControlCode
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationToken
Properties
content simple
Facets
maxLength 50
Used by
Element attribute
Source
<xs:attribute name="contextControlCode" type="EnumerationToken">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @determinerCode
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationToken
Properties
content simple
Facets
maxLength 50
Used by
Element attribute
Source
<xs:attribute name="determinerCode" type="EnumerationToken">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @extension
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="extension" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @independentInd
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="independentInd" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @institutionSpecified
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="institutionSpecified" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @inversionInd
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="inversionInd" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @mediaType
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="mediaType" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @moodCode
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="moodCode" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @negationInd
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="negationInd" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @nullFlavor
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="nullFlavor" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @operator
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationToken
Properties
content simple
Facets
maxLength 50
Used by
Element attribute
Source
<xs:attribute name="operator" type="EnumerationToken">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @qualifier
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="qualifier" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @representation
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="representation" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @root
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type OidChoiceList
Properties
content simple
Facets
maxLength 1028
pattern ([0-2][0-9]*(\.[0-9]+)*)(\|[0-2][0-9]*(\.[0-9]+)*)*
Used by
Element attribute
Source
<xs:attribute name="root" type="OidChoiceList">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @typeCode
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="typeCode" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @unit
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type NonEmptyString
Properties
content simple
Facets
minLength 1
Used by
Element attribute
Source
<xs:attribute name="unit" type="NonEmptyString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @use
Namespace No namespace
Annotations
Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead
Type EnumerationString
Properties
content simple
Facets
maxLength 128
Used by
Element attribute
Source
<xs:attribute name="use" type="EnumerationString">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Shorthand for HL7 V3 attribute. Use is discouraged, please use @name='..' and optionally @value='..' instead</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @isOptional
Namespace No namespace
Annotations
Determines that the attribute is requird to be in the instance. Default is 'false', meaning that the attribute is NOT optional, and thus required.
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="isOptional" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Determines that the attribute is requird to be in the instance. Default is 'false', meaning that the attribute is NOT optional, and thus required.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @prohibited
Namespace No namespace
Annotations
Determines that the attribute is prohibited to be in the instance.
Type xs:boolean
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="prohibited" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Determines that the attribute is prohibited to be in the instance.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @datatype
Namespace No namespace
Annotations
Determines the datatype of the attribute in the instance.
Type xs:QName
Properties
content simple
Used by
Element attribute
Source
<xs:attribute name="datatype" type="xs:QName">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Determines the datatype of the attribute in the instance.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute attribute / @id
Namespace No namespace
Type Oid
Properties
content simple
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element attribute
Source
<xs:attribute name="id" type="Oid"/>