Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element ProjectRelease / note
Namespace No namespace
Annotations
A human readable release note for convenient human rendition; not used by an application.
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="note" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">A human readable release note for convenient human rendition; not used by an application.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ProjectRelease
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_dateDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_byDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_versionLabelDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_statusCodeDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_implementationguideDECOR_xsd_Complex_Type_ProjectRelease.tmp#ProjectRelease_note
Used by
Element project/release
Model
Children note
Attributes
QName Type Use Annotation
by ShortDescriptiveName optional
date TimeStampNoTimezone optional
implementationguide xs:boolean optional
Whether this release bears an implementation guide.
statusCode ReleaseStatusCodeLifeCycle optional
versionLabel ShortDescriptiveName optional
A human readable version number or version label for convenient human rendition; not used by an application.
Source
<xs:complexType name="ProjectRelease">
  <xs:sequence>
    <xs:element name="note" type="FreeFormMarkupWithLanguage" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A human readable release note for convenient human rendition; not used by an application.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="date" type="TimeStampNoTimezone"/>
  <xs:attribute name="by" type="ShortDescriptiveName"/>
  <xs:attribute name="versionLabel" type="ShortDescriptiveName">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">A human readable version number or version label for convenient human rendition; not used by an application.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="statusCode" type="ReleaseStatusCodeLifeCycle" use="optional"/>
  <xs:attribute name="implementationguide" type="xs:boolean">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Whether this release bears an implementation guide.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute ProjectRelease / @date
Namespace No namespace
Type TimeStampNoTimezone
Properties
content simple
Facets
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
Used by
Complex Type ProjectRelease
Source
<xs:attribute name="date" type="TimeStampNoTimezone"/>
Attribute ProjectRelease / @by
Namespace No namespace
Type ShortDescriptiveName
Type hierarchy
Properties
content simple
Facets
minLength 1
maxLength 80
Used by
Complex Type ProjectRelease
Source
<xs:attribute name="by" type="ShortDescriptiveName"/>
Attribute ProjectRelease / @versionLabel
Namespace No namespace
Annotations
A human readable version number or version label for convenient human rendition; not used by an application.
Type ShortDescriptiveName
Type hierarchy
Properties
content simple
Facets
minLength 1
maxLength 80
Used by
Complex Type ProjectRelease
Source
<xs:attribute name="versionLabel" type="ShortDescriptiveName">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">A human readable version number or version label for convenient human rendition; not used by an application.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute ProjectRelease / @statusCode
Namespace No namespace
Type ReleaseStatusCodeLifeCycle
Type hierarchy
Properties
use optional
Facets
maxLength 50
enumeration draft
Release under development (nascent). Entered primarily to encourage other users to be aware of ongoing process.
enumeration pending
Release is in pre-publication review: the Release is complete, pending appropriate review.
enumeration active
Release has been published by the governance group (custodian organization) and deemed fit for use. May have associated adoption and annotation metadata.
enumeration retired
Release retired: No longer fit for use. Information available for historical reference.
enumeration cancelled
Release was never published as active and is withdrawn.
enumeration failed
Release build failed.
Used by
Complex Type ProjectRelease
Source
<xs:attribute name="statusCode" type="ReleaseStatusCodeLifeCycle" use="optional"/>
Attribute ProjectRelease / @implementationguide
Namespace No namespace
Annotations
Whether this release bears an implementation guide.
Type xs:boolean
Properties
content simple
Used by
Complex Type ProjectRelease
Source
<xs:attribute name="implementationguide" type="xs:boolean">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Whether this release bears an implementation guide.</xs:documentation>
  </xs:annotation>
</xs:attribute>