Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element issue
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_issue.tmp#issue_idDECOR_xsd_Element_issue.tmp#issue_typeDECOR_xsd_Element_issue.tmp#issue_priorityDECOR_xsd_Element_issue.tmp#issue_displayNameDECOR_xsd_Element_issue.tmp#issue_objectDECOR_xsd_Element_issue.tmp#issue_trackingDECOR_xsd_Element_issue.tmp#issue_assignment
Properties
content complex
Used by
Element issues
Model
Children assignment, object, tracking
Instance
<issue displayName="" id="" priority="N" type="">
  <object effectiveDate="" id="" name="" type="">{0,unbounded}</object>
  <tracking effectiveDate="" labels="" statusCode="">{1,unbounded}</tracking>
  <assignment effectiveDate="" labels="" name="" to="">{0,unbounded}</assignment>
</issue>
Attributes
QName Type Default Use Annotation
displayName LongDescriptiveName optional
A short text to describe the issue (headline)
id Oid required
The unique id of this issue
priority IssuePriority N optional
The priority level of this issue, defaults to normal
type IssueType required
The type of this issue
Source
<xs:element name="issue">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="object" minOccurs="0" maxOccurs="unbounded" type="IssueObject"/>
      <xs:choice minOccurs="1" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en-US">The list of historic events in terms of comments tracking and assignments</xs:documentation>
        </xs:annotation>
        <xs:element name="tracking" minOccurs="1" maxOccurs="unbounded" type="IssueTracking"/>
        <xs:element name="assignment" minOccurs="0" maxOccurs="unbounded" type="IssueAssignment"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="id" type="Oid" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">The unique id of this issue</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="IssueType" use="required">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">The type of this issue</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="priority" type="IssuePriority" use="optional" default="N">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">The priority level of this issue, defaults to normal</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="displayName" type="LongDescriptiveName" use="optional">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">A short text to describe the issue (headline)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element issue / object
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_IssueObject.tmp#IssueObject_idDECOR_xsd_Complex_Type_IssueObject.tmp#IssueObject_nameDECOR_xsd_Complex_Type_IssueObject.tmp#IssueObject_typeDECOR_xsd_Complex_Type_IssueObject.tmp#IssueObject_effectiveDateDECOR_xsd_Complex_Type_IssueObject.tmp#IssueObject
Type IssueObject
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use Annotation
effectiveDate TimeStampNoTimezone optional
The optional effectiveDate of the object that is subject to the issue
id Oid optional
The id of the object that is subject to the issue; either id or name of the object should be given
name ShortDescriptiveName optional
The name of the object that is subject to the issue; either name or id of the object should be given
type IssueObjectType required
The type of the object that is subject to the issue
Source
<xs:element name="object" minOccurs="0" maxOccurs="unbounded" type="IssueObject"/>
Element issue / tracking
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking_effectiveDateDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking_statusCodeDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking_labelsDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking_authorDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking_descDECOR_xsd_Complex_Type_IssueTracking.tmp#IssueTracking
Type IssueTracking
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children author, desc
Instance
<tracking effectiveDate="" labels="" statusCode="">
  <author effectiveDate="" email="" id="" notifier="on" username="">{1,unbounded}</author>
  <desc language="" lastTranslated="" mimeType="">{1,unbounded}</desc>
</tracking>
Attributes
QName Type Use Annotation
effectiveDate TimeStampNoTimezone required
Identifies the effective date and time of the tracking.
labels set_ShortString optional
References one or multiple label codes as defined in issues/labels
statusCode IssueStatusCodeLifeCycle required
Source
<xs:element name="tracking" minOccurs="1" maxOccurs="unbounded" type="IssueTracking"/>
Element issue / assignment
Namespace No namespace
Diagram
DiagramDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_toDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_nameDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_effectiveDateDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_labelsDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_authorDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment_descDECOR_xsd_Complex_Type_IssueAssignment.tmp#IssueAssignment
Type IssueAssignment
Properties
content complex
minOccurs 0
maxOccurs unbounded
mixed true
Model
Children author, desc
Instance
<assignment effectiveDate="" labels="" name="" to="">
  <author effectiveDate="" email="" id="" notifier="on" username="">{1,unbounded}</author>
  <desc language="" lastTranslated="" mimeType="">{0,unbounded}</desc>
</assignment>
Attributes
QName Type Use Annotation
effectiveDate TimeStampNoTimezone required
Identifies the effective date and time of the assignment of the issue.
labels set_ShortString optional
References one or multiple label codes as defined in issues/labels
name ShortDescriptiveName required
Name / label of the person or group where this issue has been assigned to
to xs:positiveInteger required
Identifier of the person or group where this issue has been assigned to
Source
<xs:element name="assignment" minOccurs="0" maxOccurs="unbounded" type="IssueAssignment"/>
Attribute issue / @id
Namespace No namespace
Annotations
The unique id of this issue
Type Oid
Properties
use required
Facets
maxLength 255
pattern [0-2](\.(0|[1-9][0-9]*))*
Used by
Element issue
Source
<xs:attribute name="id" type="Oid" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The unique id of this issue</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute issue / @type
Namespace No namespace
Annotations
The type of this issue
Type IssueType
Type hierarchy
Properties
use required
Facets
maxLength 50
enumeration INC
Incident
enumeration RFC
Change Request
enumeration FUT
For future consideration
enumeration CLF
Request for Information/Education
Used by
Element issue
Source
<xs:attribute name="type" type="IssueType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The type of this issue</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute issue / @priority
Namespace No namespace
Annotations
The priority level of this issue, defaults to normal
Type IssuePriority
Type hierarchy
Properties
use optional
default N
Facets
maxLength 50
enumeration HH
Highest
enumeration H
High
enumeration N
Normal
enumeration L
Low
enumeration LL
Lowest
Used by
Element issue
Source
<xs:attribute name="priority" type="IssuePriority" use="optional" default="N">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The priority level of this issue, defaults to normal</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute issue / @displayName
Namespace No namespace
Annotations
A short text to describe the issue (headline)
Type LongDescriptiveName
Type hierarchy
Properties
use optional
Facets
minLength 1
maxLength 255
Used by
Element issue
Source
<xs:attribute name="displayName" type="LongDescriptiveName" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">A short text to describe the issue (headline)</xs:documentation>
  </xs:annotation>
</xs:attribute>