urn:schemas-cosylab-com:AcsAlarmSystem:1.0
element category-definitions

Documentation
LASER category definitions
Properties
This component is not nillable.

Model
<category-definitions>
(categories-to-create? ; categories-to-update? ; categories-to-remove?)
</category-definitions>


Nested Element Summary
category-definition-listTypecategories-to-create
          definitions to create 
category-definition-listTypecategories-to-remove
          definitions to remove 
category-definition-listTypecategories-to-update
          definitions to update 
Source
<xs:element name="category-definitions">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="categories-to-create" type="category-definition-listType">
</xs:element>
<xs:element minOccurs="0" name="categories-to-update" type="category-definition-listType">
</xs:element>
<xs:element minOccurs="0" name="categories-to-remove" type="category-definition-listType">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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