Alma/ACSLogTS
simpleType priorityType

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{urn:schemas-cosylab-com:COMMONTYPES:1.0}nonEmptyString (restriction)
|
+--{Alma/ACSLogTS}priorityType (restriction)

Documentation
Type for priority. Just lists all the priorities defined for the ACS logging system.
			
Properties
This component is not nillable.

Model

('TRACE' | 'DEBUG' | 'INFO' | 'NOTICE' | 'WARNING' | 'ERROR' | 'CRITICAL' | 'ALERT' | 'EMERGENCY')

Local Usage
LogDefinitionType

Source
<xs:simpleType name="priorityType">
<xs:restriction base="common:nonEmptyString">
<xs:enumeration value="TRACE"/>
<xs:enumeration value="DEBUG"/>
<xs:enumeration value="INFO"/>
<xs:enumeration value="NOTICE"/>
<xs:enumeration value="WARNING"/>
<xs:enumeration value="ERROR"/>
<xs:enumeration value="CRITICAL"/>
<xs:enumeration value="ALERT"/>
<xs:enumeration value="EMERGENCY"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.