<catLst>
(Category List)
This element is simply a list of <cat>
elements.
example:
<catLst> <cat type="list" pri="18000" /> <cat type="relationship" pri="19000" /> </catLst>
In this example we define two different categories which are to be displayed in the user interface. ]
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Categories">
<sequence>
<element name="cat" type="CT_Category" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>