complexType StringEntryAttribute
diagram ec_all_diagrams/ec_all_p808.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 StringEntryAttribute
annotation
documentation
String-typed entry attribute.
source <xs:complexType name="StringEntryAttribute">
 
<xs:annotation>
   
<xs:documentation>String-typed entry attribute.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseEntryAttribute">
     
<xs:sequence>
       
<xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StringEntryAttribute/value
diagram ec_all_diagrams/ec_all_p809.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="value" type="xs:string" minOccurs="1" maxOccurs="unbounded"/>


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