complexType NameTypePair
diagram pm_xsd_diagrams/pm_xsd_p207.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:name pm:type
used by
complexTypes InstanceAttribute TemplateAttribute
annotation
documentation
Type to describe a name/type pair.
source <xsd:complexType name="NameTypePair">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a name/type pair.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="name" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation>Name of the item.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="type" type="xsd:string" nillable="true">
     
<xsd:annotation>
       
<xsd:documentation>Data type of the item.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element NameTypePair/name
diagram pm_xsd_diagrams/pm_xsd_p208.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name of the item.
source <xsd:element name="name" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element NameTypePair/type
diagram pm_xsd_diagrams/pm_xsd_p209.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
nillable true
annotation
documentation
Data type of the item.
source <xsd:element name="type" type="xsd:string" nillable="true">
 
<xsd:annotation>
   
<xsd:documentation>Data type of the item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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