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

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

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