complexType IntegerEntryAttribute
diagram ec_wsdl_diagrams/ec_wsdl_p680.png
namespace http://base.api.ec.n2.tibco.com
type extension of BaseEntryAttribute
properties
base BaseEntryAttribute
children attributeId attributeName attributeDisplayName type value
annotation
documentation
An integer-typed entry attribute
source <xs:complexType name="IntegerEntryAttribute">
 
<xs:annotation>
   
<xs:documentation>An integer-typed entry attribute</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseEntryAttribute">
     
<xs:sequence>
       
<xs:element name="value" type="xs:int" minOccurs="1" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element IntegerEntryAttribute/value
diagram ec_wsdl_diagrams/ec_wsdl_p681.png
type xs:int
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="value" type="xs:int" minOccurs="1" maxOccurs="unbounded"/>

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