complexType DoubleEntryAttribute
diagram ec_wsdl_diagrams/ec_wsdl_p1463.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 DoubleEntryAttribute
annotation
documentation
A double-typed entry attribute.
source <xs:complexType name="DoubleEntryAttribute">
 
<xs:annotation>
   
<xs:documentation>A double-typed entry attribute.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseEntryAttribute">
     
<xs:sequence>
       
<xs:element name="value" type="xs:double" minOccurs="1" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

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