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

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

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