Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element scenario
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_scenario.tmp#scenario_idDECOR_xsd_Attribute_Group_VersionHandling.tmp#VersionHandlingDECOR_xsd_Element_scenario.tmp#scenario_statusCodeDECOR_xsd_Element_scenario.tmp#scenario_nameDECOR_xsd_Element_scenario.tmp#scenario_descDECOR_xsd_Element_scenario.tmp#scenario_triggerDECOR_xsd_Element_scenario.tmp#scenario_conditionDECOR_xsd_Element_scenario.tmp#scenario_publishingAuthorityDECOR_xsd_Element_scenario.tmp#scenario_propertyDECOR_xsd_Element_scenario.tmp#scenario_copyrightDECOR_xsd_Element_transaction.tmp#transaction
Properties
content complex
Used by
Element scenarios
Model
Children condition, copyright, desc, name, property, publishingAuthority, transaction, trigger
Instance
<scenario effectiveDate="" expirationDate="" id="" lastModifiedDate="" officialReleaseDate="" statusCode="" versionLabel="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
  <trigger language="" lastTranslated="" mimeType="">{0,unbounded}</trigger>
  <condition language="" lastTranslated="" mimeType="">{0,unbounded}</condition>
  <publishingAuthority id="" inherited="" name="">{0,1}</publishingAuthority>
  <property datatype="text" name="">{0,unbounded}</property>
  <copyright inherited="" language="" lastTranslated="" mimeType="">{0,unbounded}</copyright>
  <transaction canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" ident="" label="" lastModifiedDate="" model="" officialReleaseDate="" prefix="" referencedFrom="" shortName="" statusCode="" type="" url="" versionLabel="">{1,unbounded}</transaction>
</scenario>
Attributes
QName Type Use Annotation
effectiveDate TimeStampNoTimezone required
Identifies the effective date of the version of the object.
expirationDate TimeStampNoTimezone optional
Identifies the expiration date of the version of the object.
id Oid required
lastModifiedDate TimeStampNoTimezone optional
Identifies last point in time that the object was changed.
officialReleaseDate TimeStampNoTimezone optional
Identifies the official release date of the version of the object.
statusCode ItemStatusCodeLifeCycle required
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:element name="scenario">
  <xs:complexType>
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Scenario that describes a business process</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
      <xs:element name="desc" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="trigger" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="condition" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="publishingAuthority" type="AuthorityType" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">The authoritative body who has reviewed the Scenario for (clinical) accuracy and relevance, and authorized it for publication. Registries may require this element to be valued</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="property" type="ArbitraryPropertyType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">Scenario properties</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="copyright" minOccurs="0" maxOccurs="unbounded" type="CopyrightText">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">A copyright statement relating to the scenario and/or its contents.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="transaction" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <!-- Deprecated. Having a name element and a @displayName attribute makes no sense. Was not in use at deprecation time -->
    <!--xs:attribute name="displayName" type="ShortDescriptiveName" use="optional"/-->
    <xs:attribute name="id" use="required" type="Oid"/>
    <xs:attributeGroup ref="VersionHandling"/>
    <xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>
  </xs:complexType>
</xs:element>
Element scenario / name
Namespace No namespace
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_languageDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage_lastTranslatedDECOR-datatypes_xsd_Complex_Type_BusinessNameWithLanguage.tmp#BusinessNameWithLanguage
Type BusinessNameWithLanguage
Properties
content complex
minOccurs 1
maxOccurs unbounded
mixed true
Attributes
QName Type Default Use Annotation
language LanguageCode en-US optional
Indicates the language in which the business name is expressed
UML: Part of a complex tag value
DublinCore: Language
Alpha
lastTranslated TimeStampNoTimezone optional
Indicates when this languages rendition was last translated from the original.
UML: part of a complex stereotype tag
Source
<xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
Element scenario / 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" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element scenario / trigger
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="trigger" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element scenario / condition
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="condition" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded"/>
Element scenario / publishingAuthority
Namespace No namespace
Annotations
The authoritative body who has reviewed the Scenario for (clinical) accuracy and relevance, 
and authorized it for publication. Registries may require this element to be valued
Diagram
DiagramDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType_idDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType_nameDECOR_xsd_Attribute_Group_PublicationAuthorityCompilationAttributes.tmp#PublicationAuthorityCompilationAttributesDECOR_xsd_Element_addrLine.tmp#addrLineDECOR_xsd_Complex_Type_AuthorityType.tmp#AuthorityType
Type AuthorityType
Properties
content complex
minOccurs 0
maxOccurs 1
mixed true
Model
Children addrLine
Instance
<publishingAuthority id="" inherited="" name="">
  <addrLine type="">{0,unbounded}</addrLine>
</publishingAuthority>
Attributes
QName Type Use Annotation
id Oid optional
Id of the authority/organisation/person
inherited optional
name NonEmptyString required
Name of the authority/organisation/person
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:element name="publishingAuthority" type="AuthorityType" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The authoritative body who has reviewed the Scenario for (clinical) accuracy and relevance, and authorized it for publication. Registries may require this element to be valued</xs:documentation>
  </xs:annotation>
</xs:element>
Element scenario / property
Namespace No namespace
Annotations
Scenario properties
Diagram
DiagramDECOR-datatypes_xsd_Complex_Type_VariousMixedContent.tmp#VariousMixedContentDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType_nameDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType_datatypeDECOR_xsd_Complex_Type_ArbitraryPropertyType.tmp#ArbitraryPropertyType
Type ArbitraryPropertyType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Attributes
QName Type Default Use Annotation
datatype DataSetValueType text optional
name NonEmptyString optional
Name of the property.
Source
<xs:element name="property" type="ArbitraryPropertyType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Scenario properties</xs:documentation>
  </xs:annotation>
</xs:element>
Element scenario / copyright
Namespace No namespace
Annotations
Diagram
Type CopyrightText
Type hierarchy
Properties
Model
Attributes
Source
Attribute scenario / @id
Namespace No namespace
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element scenario
Source
<xs:attribute name="id" use="required" type="Oid"/>
Attribute scenario / @statusCode
Namespace No namespace
Type ItemStatusCodeLifeCycle
Type hierarchy
Properties
use required
Facets
maxLength 50
enumeration new
Item just created and is new and work in progress to become a draft/finalized item/issue. Beyond the author, nobody should look at this
item/issue unless it's status code is draft or finalized.
enumeration draft
Item is draft
enumeration pending
Item is in pre-publication review: the item is complete, pending appropriate review.
enumeration final
Item finalized, ready for approval
enumeration rejected
Item is rejected
enumeration cancelled
Item is cancelled
enumeration deprecated
Item is deprecated, i.e. item should be avoided to be used, typically because it will be or has been superseded
Used by
Element scenario
Source
<xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>