diagram | |||||||||||||||
namespace | http://common.api.pfe.n2.tibco.com | ||||||||||||||
children | ChildCategory | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Category"> <xs:annotation> <xs:documentation>Definition of a business category.</xs:documentation> </xs:annotation> <xs:sequence minOccurs="0" maxOccurs="unbounded"> <xs:element name="ChildCategory" type="Category"> <xs:annotation> <xs:documentation>Array of child business categories.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of business category.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Name of business category.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||
type | Category | ||||||||||||||
properties |
|
||||||||||||||
children | ChildCategory | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="ChildCategory" type="Category"> <xs:annotation> <xs:documentation>Array of child business categories.</xs:documentation> </xs:annotation> </xs:element> |