Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element dataset
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_dataset.tmp#dataset_idDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUriDECOR_xsd_Attribute_Group_VersionHandling.tmp#VersionHandlingDECOR_xsd_Element_dataset.tmp#dataset_statusCodeDECOR_xsd_Attribute_Group_DatasetCompilationAttributes.tmp#DatasetCompilationAttributesDECOR_xsd_Element_dataset.tmp#dataset_nameDECOR_xsd_Element_dataset.tmp#dataset_descDECOR_xsd_Element_dataset.tmp#dataset_publishingAuthorityDECOR_xsd_Element_dataset.tmp#dataset_propertyDECOR_xsd_Element_dataset.tmp#dataset_copyrightDECOR_xsd_Element_dataset.tmp#dataset_relationshipDECOR_xsd_Element_dataset.tmp#dataset_concept
Properties
content complex
Used by
Element datasets
Model
Children concept, copyright, desc, name, property, publishingAuthority, relationship
Instance
<dataset canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" ident="" lastModifiedDate="" officialReleaseDate="" prefix="" referencedFrom="" shortName="" statusCode="" url="" versionLabel="">
  <name language="en-US" lastTranslated="">{1,unbounded}</name>
  <desc language="" lastTranslated="" mimeType="">{1,unbounded}</desc>
  <publishingAuthority id="" inherited="" name="">{0,1}</publishingAuthority>
  <property datatype="text" name="">{0,unbounded}</property>
  <copyright inherited="" language="" lastTranslated="" mimeType="">{0,unbounded}</copyright>
  <relationship datasetEffectiveDate="" datasetExpirationDate="" datasetId="" datasetStatusCode="" datasetVersionLabel="" flexibility="" iEffectiveDate="" iExpirationDate="" iStatusCode="" iType="" iVersionLabel="" localInherit="" originalEffectiveDate="" originalExpirationDate="" originalId="" originalPrefix="" originalStatusCode="" originalVersionLabel="" prefix="" ref="" refdisplay="" type="">{0,unbounded}</relationship>
  <concept canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" lastModifiedDate="" officialReleaseDate="" refdisplay="" shortName="" statusCode="" type="" versionLabel="">{1,unbounded}</concept>
</dataset>
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)
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
iddisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @id
ident ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that defines the dataset, template, or value set
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.
prefix optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the dataset (ref)
referencedFrom ShortDescriptiveName optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project @prefix of the project that referenced the dataset, template, or value set (normally current project)
shortName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the dataset
statusCode ItemStatusCodeLifeCycle required
url xs:anyURI optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the services URL useful in retrieving the dataset, template, or value set
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:element name="dataset">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="BusinessNameWithLanguage" minOccurs="1" maxOccurs="unbounded"/>
      <xs:element name="desc" type="FreeFormMarkupWithLanguage" minOccurs="1" 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 Dataset 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">Dataset 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 dataset and/or its contents.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="relationship" type="ObjectRelationships" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="concept" type="DataSetConcept" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" type="Oid" use="required"/>
    <xs:attribute ref="canonicalUri" use="optional"/>
    <xs:attributeGroup ref="VersionHandling"/>
    <xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>
    <!-- Only relevant after compilation -->
    <xs:attributeGroup ref="DatasetCompilationAttributes"/>
  </xs:complexType>
</xs:element>
Element dataset / 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 dataset / 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 1
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="1" maxOccurs="unbounded"/>
Element dataset / publishingAuthority
Namespace No namespace
Annotations
The authoritative body who has reviewed the Dataset 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 Dataset 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 dataset / property
Namespace No namespace
Annotations
Dataset 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">Dataset properties</xs:documentation>
  </xs:annotation>
</xs:element>
Element dataset / copyright
Namespace No namespace
Annotations
Diagram
Type CopyrightText
Type hierarchy
Properties
Model
Attributes
Source
Element dataset / relationship
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ObjectRelationships.tmp#ObjectRelationships_typeDECOR_xsd_Complex_Type_ObjectRelationships.tmp#ObjectRelationships_refDECOR_xsd_Complex_Type_ObjectRelationships.tmp#ObjectRelationships_flexibilityDECOR_xsd_Attribute_Group_InheritCompilationAttributes.tmp#InheritCompilationAttributesDECOR_xsd_Complex_Type_ObjectRelationships.tmp#ObjectRelationships
Type ObjectRelationships
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
datasetEffectiveDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the dataset effectiveDate for the inherited concept
datasetExpirationDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the dataset expirationDate for the original concept
datasetId optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the dataset id for the original concept
datasetStatusCode optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the dataset statusCode for the inherited concept
datasetVersionLabel optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the dataset versionLabel for the original concept
flexibility StaticOrDynamicFlexibility optional
Reference to the objects @effectiveDate. Default is unspecified which means 'latest available version'.
iEffectiveDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the effectiveDate for the inherited concept
iExpirationDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the expirationDate for the inherited concept
iStatusCode optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the statusCode for the inherited concept
iType optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the type for the original concept
iVersionLabel optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the versionLabel for the inherited concept
localInherit optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains a boolean for whether or not the relationship 'lives' in the same project or not
originalEffectiveDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept effectiveDate for the original concept, if the inherited concept was itself an inheriting/containing concept
originalExpirationDate optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept expirationDate for the original concept, if the inherited concept was itself an inheriting/containing concept
originalId optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept id for the original concept, if the inherited concept was itself an inheriting/containing concept
originalPrefix optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept project prefix for the original concept, if the inherited concept was itself an inheriting/containing concept
originalStatusCode optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept statusCode for the original concept, if the inherited concept was itself an inheriting/containing concept
originalVersionLabel optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the concept versionLabel for the original concept, if the inherited concept was itself an inheriting/containing concept
prefix optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the project prefix for the original concept
ref BasicIdOrOid required
Reference to the objects id or name. Note that while reference by name is supported, it is also discouraged and should only be used when the object is not a DECOR object, but still needs referencing.
refdisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @ref
type RelationshipTypes required
The @type of the relationship, at this point in time something like "SPEC", "GEN", "EQUIV", "VERSION", etc.
Source
<xs:element name="relationship" type="ObjectRelationships" minOccurs="0" maxOccurs="unbounded"/>
Element dataset / concept
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_idDECOR_xsd_Attribute_canonicalUri.tmp#canonicalUriDECOR_xsd_Attribute_Group_VersionHandling.tmp#VersionHandlingDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_statusCodeDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_typeDECOR_xsd_Attribute_Group_DatasetConceptCompilationAttributes.tmp#DatasetConceptCompilationAttributesDECOR_xsd_Element_Group_DatasetConceptCompilationImplementation.tmp#DatasetConceptCompilationImplementation_implementationDECOR_xsd_Element_Group_DatasetConceptCompilationImplementation.tmp#DatasetConceptCompilationImplementationDECOR_xsd_Element_Group_DatasetConceptCompilationContext.tmp#DatasetConceptCompilationContext_contextDECOR_xsd_Element_Group_DatasetConceptCompilationContext.tmp#DatasetConceptCompilationContextDECOR_xsd_Element_Group_DatasetConceptCompilationConditions.tmp#DatasetConceptCompilationConditions_conditionDECOR_xsd_Element_Group_DatasetConceptCompilationConditions.tmp#DatasetConceptCompilationConditionsDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_inheritDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_containsDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_nameDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_synonymDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_descDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_sourceDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_rationaleDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_commentDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_propertyDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_relationshipDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_operationalizationDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_valueDomainDECOR_xsd_Element_Group_DatasetConceptCompilationValueSet.tmp#DatasetConceptCompilationValueSet_valueSetDECOR_xsd_Element_Group_DatasetConceptCompilationValueSet.tmp#DatasetConceptCompilationValueSetDECOR_xsd_Element_terminologyAssociation.tmp#terminologyAssociationDECOR_xsd_Element_Group_DatasetConceptCompilationTerminologyAssociation.tmp#DatasetConceptCompilationTerminologyAssociationDECOR_xsd_Element_identifierAssociation.tmp#identifierAssociationDECOR_xsd_Element_Group_DatasetConceptCompilationIdentifierAssociation.tmp#DatasetConceptCompilationIdentifierAssociationDECOR_xsd_Element_Group_DatasetConceptCompilationCommunity.tmp#DatasetConceptCompilationCommunity_communityDECOR_xsd_Element_Group_DatasetConceptCompilationCommunity.tmp#DatasetConceptCompilationCommunityDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_conceptDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept_historyDECOR_xsd_Complex_Type_DataSetConcept.tmp#DataSetConcept
Type DataSetConcept
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children comment, community, concept, condition, contains, context, desc, history, identifierAssociation, implementation, inherit, name, operationalization, property, rationale, relationship, source, synonym, terminologyAssociation, valueDomain, valueSet
Instance
<concept canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" lastModifiedDate="" officialReleaseDate="" refdisplay="" shortName="" statusCode="" type="" versionLabel="">
  <implementation>{0,1}</implementation>
  <context>{0,unbounded}</context>
  <condition>{0,unbounded}</condition>
  <inherit datasetEffectiveDate="" datasetExpirationDate="" datasetId="" datasetStatusCode="" datasetVersionLabel="" effectiveDate="" iEffectiveDate="" iExpirationDate="" iStatusCode="" iType="" iVersionLabel="" localInherit="" originalEffectiveDate="" originalExpirationDate="" originalId="" originalPrefix="" originalStatusCode="" originalVersionLabel="" prefix="" ref="" refdisplay="">{0,1}</inherit>
  <contains datasetEffectiveDate="" datasetExpirationDate="" datasetId="" datasetStatusCode="" datasetVersionLabel="" flexibility="" iEffectiveDate="" iExpirationDate="" iStatusCode="" iType="" iVersionLabel="" localInherit="" originalEffectiveDate="" originalExpirationDate="" originalId="" originalPrefix="" originalStatusCode="" originalVersionLabel="" prefix="" ref="" refdisplay="">{0,1}</contains>
  <name language="en-US" lastTranslated="">{0,unbounded}</name>
  <synonym language="en-US" lastTranslated="">{0,unbounded}</synonym>
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
  <source language="" lastTranslated="" mimeType="">{0,unbounded}</source>
  <rationale language="" lastTranslated="" mimeType="">{0,unbounded}</rationale>
  <comment language="" lastTranslated="" mimeType="">{0,unbounded}</comment>
  <property datatype="text" name="">{0,unbounded}</property>
  <relationship datasetEffectiveDate="" datasetExpirationDate="" datasetId="" datasetStatusCode="" datasetVersionLabel="" flexibility="" iEffectiveDate="" iExpirationDate="" iStatusCode="" iType="" iVersionLabel="" localInherit="" originalEffectiveDate="" originalExpirationDate="" originalId="" originalPrefix="" originalStatusCode="" originalVersionLabel="" prefix="" ref="" refdisplay="" type="">{0,unbounded}</relationship>
  <operationalization language="" lastTranslated="" mimeType="">{0,unbounded}</operationalization>
  <valueDomain type="">{0,unbounded}</valueDomain>
  <valueSet>{0,unbounded}</valueSet>
  <terminologyAssociation code="" codeSystem="" codeSystemName="" conceptFlexibility="" conceptId="" displayName="" effectiveDate="" equivalence="" expirationDate="" flexibility="" lastModifiedDate="" officialReleaseDate="" strength="required" valueSet="" valueSetName="" versionLabel="">{0,unbounded}</terminologyAssociation>
  <identifierAssociation conceptFlexibility="" conceptId="" effectiveDate="" expirationDate="" lastModifiedDate="" officialReleaseDate="" ref="" refdisplay="" versionLabel="">{0,unbounded}</identifierAssociation>
  <community>{0,unbounded}</community>
  <concept canonicalUri="" effectiveDate="" expirationDate="" id="" iddisplay="" lastModifiedDate="" officialReleaseDate="" refdisplay="" shortName="" statusCode="" type="" versionLabel="">{0,unbounded}</concept>
  <history validTimeHigh="">{0,unbounded}</history>
</concept>
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)
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
iddisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @id
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.
refdisplay xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the calculated display name for the value in @ref
shortName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the short name for the concept
statusCode ItemStatusCodeLifeCycle required
type DataSetConceptType optional
Prohibited when concept is a reference through inherit or contains. Required in all other cases.
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:element name="concept" type="DataSetConcept" minOccurs="1" maxOccurs="unbounded"/>
Attribute dataset / @id
Namespace No namespace
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element dataset
Source
<xs:attribute name="id" type="Oid" use="required"/>
Attribute dataset / @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 dataset
Source
<xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>