Documentation for ATIS-Draft-03-00-79

Simple Type: Error-NotificationLevel

[Table of contents]

Super-types: None
Sub-types: None
Name Error-NotificationLevel
Used by (from the same schema document) Complex Type StatusBlock
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 2
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'information'|'warning'|'error'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data information (0) warning (1) error (2)
Diagram
Schema Component Representation
<xs:simpleType name="Error-NotificationLevel">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="information"/>
<xs:enumeration value="warning"/>
<xs:enumeration value="error"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>