urn:schemas-cosylab-com:acsalarm-categories:1.0
complexType category

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:acsalarm-categories:1.0}category (restriction)

Properties
This component is not nillable.

Model
<...
  is-default = xs:boolean
  path = xs:NMTOKEN>
(description, alarms )
</...>


Nested Element Summary
alarmsalarms
          
xs:stringdescription
          

Attribute Summary
 xs:booleanis-default
          
 xs:NMTOKENpath
          

Attribute Detail

is-default

Type:
xs:boolean
Use:
required
Form:
unqualified

path

Type:
xs:NMTOKEN
Use:
required
Form:
unqualified

Source
<xs:complexType name="category">
<xs:sequence>
<xs:element name="description" type="xs:string"/>
<xs:element name="alarms" type="alarms"/>
</xs:sequence>
<xs:attribute name="is-default" type="xs:boolean" use="required"/>
<xs:attribute name="path" type="xs:NMTOKEN" use="required"/>
</xs:complexType>


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