CT_ComponentCategories Complex Type
In This Topic
Diagram
Overview
 |
 |
Choice 0..∞
 |
 |
Choice 0..∞
 |
 |
className optional xs:string
|
 |
##any
|
 |
Sequence optional
 |
 |
Sequence
 |
Any 0..∞##any (Process Contents: Skip)
| | | | | | |
 |
 |
Choice 0..∞
 |
 |
className optional xs:string
|
 |
##any
|
 |
Sequence optional
 |
 |
Sequence
 |
Any 0..∞##any (Process Contents: Skip)
| | | | |
| | | |
Used By
Source
<xs:complexType name="CT_ComponentCategories" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteCategory" type="CT_Delete" />
<xs:element name="insertCategory" type="CT_ComponentCategory" />
<xs:element name="updateCategory" type="CT_UpdateComponentCategory" />
</xs:choice>
</xs:complexType>
|
See Also