diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
type | extension of BaseEntryAttribute | ||
properties |
|
||
children | attributeId attributeName attributeDisplayName type value | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||||||
type | xs:long | ||||||
properties |
|
||||||
source | <xs:element name="value" type="xs:long" minOccurs="1" maxOccurs="unbounded"/> |