complexType Properties
diagram wp_diagrams/wp_p2892.png
namespace http://base.api.wp.n2.tibco.com
children property
annotation
documentation
Properties for an item. Contains zero or more properties
source <xsd:complexType name="Properties">
 
<xsd:annotation>
   
<xsd:documentation>Properties for an item. Contains zero or more properties </xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="property" minOccurs="0" maxOccurs="unbounded">
     
<xsd:annotation>
       
<xsd:documentation>Holds attributes (name/value pairs)</xsd:documentation>
     
</xsd:annotation>
     
<xsd:complexType>
       
<xsd:simpleContent>
         
<xsd:extension base="xs:string">
           
<xsd:attribute name="key" type="xs:string" use="required"/>
         
</xsd:extension>
       
</xsd:simpleContent>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element Properties/property
diagram wp_diagrams/wp_p2893.png
type extension of xs:string
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
key  xs:string  required      
annotation
documentation
Holds attributes (name/value pairs)
source <xsd:element name="property" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Holds attributes (name/value pairs)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:simpleContent>
     
<xsd:extension base="xs:string">
       
<xsd:attribute name="key" type="xs:string" use="required"/>
     
</xsd:extension>
   
</xsd:simpleContent>
 
</xsd:complexType>
</xsd:element>

attribute Properties/property/@key
type xs:string
properties
use required
source <xsd:attribute name="key" type="xs:string" use="required"/>

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