Showing:

Annotations
Attributes
Diagrams
Source
Used by
Attribute Group VersionHandling
Namespace No namespace
Annotations
Used to define version handling attributes
Diagram
DiagramDECOR_xsd_Attribute_effectiveDate.tmp#effectiveDateDECOR_xsd_Attribute_expirationDate.tmp#expirationDateDECOR_xsd_Attribute_officialReleaseDate.tmp#officialReleaseDateDECOR_xsd_Attribute_lastModifiedDate.tmp#lastModifiedDateDECOR_xsd_Attribute_versionLabel.tmp#versionLabel
Used by
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.
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.
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:attributeGroup name="VersionHandling">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used to define version handling attributes</xs:documentation>
  </xs:annotation>
  <xs:attribute ref="effectiveDate" use="required"/>
  <xs:attribute ref="expirationDate" use="optional"/>
  <xs:attribute ref="officialReleaseDate" use="optional"/>
  <xs:attribute ref="lastModifiedDate" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Identifies last point in time that the object was changed. While any versionable object could principally be marked using this attribute, the list of objects that need this in practice is scoped to be dataset, scenario, transaction, valueSet, codeSystem, template. This list may be extended over time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute ref="versionLabel" use="optional"/>
</xs:attributeGroup>