diagram | |||||||||||||||||||||||||||||||
namespace | http://base.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||
type | extension of XmlModelEntity | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | schema-type attribute | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlLocation"> <xs:annotation> <xs:documentation>Describes an org-model Location and the associated entities.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="XmlModelEntity"> <xs:sequence> <xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Describes the org-model schema type from which this location is derived. This is an optional element, as a location need not be derived from a schema type.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an attribute assigned to this location, and gives the definition for that attribute. Attributes can only be assigned to a location if it has a schema-type.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||
type | XmlModelEntity | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>Describes the org-model schema type from which this location is derived. This is an optional element, as a location need not be derived from a schema type.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | XmlOrgAttributeValue | ||||||
properties |
|
||||||
children | definition value | ||||||
annotation |
|
||||||
source | <xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Names an attribute assigned to this location, and gives the definition for that attribute. Attributes can only be assigned to a location if it has a schema-type.</xs:documentation> </xs:annotation> </xs:element> |