Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type NotifierOnOff
Namespace No namespace
Annotations
Automatic notifier system (if activated) notifies all authors of the project about changes of any project issue on/off
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_EnumerationToken.tmp#EnumerationToken
Type restriction of EnumerationToken
Type hierarchy
Facets
maxLength 50
enumeration on
Notifier on
enumeration off
Notifier off
Used by
Source
<xs:simpleType name="NotifierOnOff">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Automatic notifier system (if activated) notifies all authors of the project about changes of any project issue on/off</xs:documentation>
  </xs:annotation>
  <xs:restriction base="EnumerationToken">
    <xs:enumeration value="on">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Notificaties aan</xforms:label>
          <xforms:label xml:lang="en-US">Notifier on</xforms:label>
          <xforms:label xml:lang="de-DE">Notifier on</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Notifier on</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="off">
      <xs:annotation>
        <xs:appinfo>
          <xforms:label xml:lang="nl-NL">Notificaties uit</xforms:label>
          <xforms:label xml:lang="en-US">Notifier off</xforms:label>
          <xforms:label xml:lang="de-DE">Notifier off</xforms:label>
        </xs:appinfo>
        <xs:documentation xml:lang="en-US">Notifier off</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>