diagram | |||
namespace | http://base.api.de.bpm.tibco.com | ||
children | definition value | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="XmlOrgAttributeValue"> <xs:annotation> <xs:documentation>Records the values held by an organization model entity for an attribute. The attribute is described by its definition.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="definition" type="XmlOrgAttribute" minOccurs="1" maxOccurs="1"> <xs:annotation> <xs:documentation>The definition of the attribute, including data type and possible values.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Lists the values assigned to this attribute.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |