Showing:

Annotations
Attributes
Diagrams
Facets
Identity Constraints
Instances
Model
Properties
Source
Used by
Element issues
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_issues.tmp#issues_notifierDECOR_xsd_Element_labels.tmp#labelsDECOR_xsd_Element_issue.tmp#issue
Properties
content complex
Used by
Element decor
Model
Children issue, labels
Instance
<issues notifier="on">
  <labels>{0,1}</labels>
  <issue displayName="" id="" priority="N" type="">{0,unbounded}</issue>
</issues>
Attributes
QName Type Default Use Annotation
notifier NotifierOnOff on optional
Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"
Identity constraints
QName Type Refer Selector Field(s)
issue-id-unique unique issue @id
Source
<xs:element name="issues">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="labels" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="issue" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="notifier" type="NotifierOnOff" use="optional" default="on">
      <xs:annotation>
        <xs:documentation xml:lang="en-US">Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
  <xs:unique name="issue-id-unique">
    <xs:selector xpath="issue"/>
    <xs:field xpath="@id"/>
  </xs:unique>
</xs:element>
Attribute issues / @notifier
Namespace No namespace
Annotations
Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"
Type NotifierOnOff
Type hierarchy
Properties
use optional
default on
Facets
maxLength 50
enumeration on
Notifier on
enumeration off
Notifier off
Used by
Element issues
Source
<xs:attribute name="notifier" type="NotifierOnOff" use="optional" default="on">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Specifies whether the automatic notifier system (if activated) should notify all authors of the project about changes of any project issue. Default is "on"</xs:documentation>
  </xs:annotation>
</xs:attribute>