| diagram | ![]()  | 
				||||||||||||||||||||||||||||||||||||||
| namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||
| type | extension of XmlModelEntity | ||||||||||||||||||||||||||||||||||||||
| properties | 
  | 
				||||||||||||||||||||||||||||||||||||||
| children | enum-val | ||||||||||||||||||||||||||||||||||||||
| used by | 
  | 
				||||||||||||||||||||||||||||||||||||||
| attributes | 
  | 
				||||||||||||||||||||||||||||||||||||||
| annotation | 
  | 
				||||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="XmlOrgAttribute"> <xs:annotation> <xs:documentation>Describes an organization model attribute that may be assigned to organization model entities.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlModelEntity"> <xs:sequence> <xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>For Enum and EnumSet attributes, these elements list the permitted values.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="type" type="dex:XmlParameterType" use="required"> <xs:annotation> <xs:documentation>Indicates the data type of the attribute values.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType>  |