Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element instances
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_instances.tmp#instances_displayNameDECOR_xsd_Element_instances.tmp#instances_effectiveDateDECOR_xsd_Element_instances.tmp#instances_refDECOR_xsd_Element_instances.tmp#instances_statusCodeDECOR_xsd_Element_instances.tmp#instances_process
Properties
content complex
Used by
Element scenarios
Model
ANY element from ANY namespace
Attributes
Source
<xs:element name="instances">
  <xs:complexType>
    <xs:sequence>
      <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="displayName" type="ShortDescriptiveName" use="optional"/>
    <xs:attribute name="effectiveDate" type="TimeStampNoTimezone" use="required"/>
    <xs:attribute name="ref" type="Oid" use="required"/>
    <xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>
    <xs:attribute name="process" type="ProcessCode"/>
  </xs:complexType>
</xs:element>
Attribute instances / @displayName
Namespace No namespace
Type ShortDescriptiveName
Type hierarchy
Properties
use optional
Facets
minLength 1
maxLength 80
Used by
Element instances
Source
<xs:attribute name="displayName" type="ShortDescriptiveName" use="optional"/>
Attribute instances / @effectiveDate
Namespace No namespace
Type TimeStampNoTimezone
Properties
use required
Facets
pattern \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}
Used by
Element instances
Source
<xs:attribute name="effectiveDate" type="TimeStampNoTimezone" use="required"/>
Attribute instances / @ref
Namespace No namespace
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element instances
Source
<xs:attribute name="ref" type="Oid" use="required"/>
Attribute instances / @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 instances
Source
<xs:attribute name="statusCode" type="ItemStatusCodeLifeCycle" use="required"/>
Attribute instances / @process
Namespace No namespace
Type ProcessCode
Type hierarchy
Properties
content simple
Facets
maxLength 50
enumeration strict
enumeration lax
Used by
Element instances
Source
<xs:attribute name="process" type="ProcessCode"/>