complexType Category
diagram pflow_diagrams/pflow_p89.png
namespace http://common.api.pfe.n2.tibco.com
children ChildCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of business category.
annotation
documentation
Definition of a business category.
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>

attribute Category/@name
type xs:string
properties
use required
annotation
documentation
Name of business category.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of business category.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Category/ChildCategory
diagram pflow_diagrams/pflow_p90.png
type Category
properties
content complex
children ChildCategory
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Name of business category.
annotation
documentation
Array of child business categories.
source <xs:element name="ChildCategory" type="Category">
 
<xs:annotation>
   
<xs:documentation>Array of child business categories.</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy