<catLst>
(Category List)
This element is simply a list of categories.
example:
@<catLst>
@
@
@<cat type="Simple" pri="10000"/>
@
@<cat type="3D" pri="11100"/>
@</catLst>
In this example two categories defined in the category list. ]
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SDCategories">
<sequence minOccurs="0" maxOccurs="unbounded">
<element name="cat" type="CT_SDCategory" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>