diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | qualifierSet | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlCapabilityAssignment"> <xs:annotation> <xs:documentation>Definition of a capability assignment, which is used to create or remove the assignment of a capability (iidentified by its GUID) to or from a resource (identified by its GUID). The capability assignment may also be qualified with the given qualifier value.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="orgdto:XmlOrgModelVersion"> <xs:sequence> <xs:element name="qualifierSet" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An optional collection of qualifying values. This overrides any qualifier attribute set on the parent element, allowing more than one value to be set. Multiple values will only be used for qualifiers of type "enumset". </xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="value" type="xs:string" use="required"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="remove" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Boolean value indicating whether the capability is to be removed from (TRUE) or assigned to (FALSE) the specified resource.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="capability-guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique ID of the capability that is to be removed or assigned.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="qualifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Qualifier value for the capability.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="resource-guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique ID of the resource that the capabilty is to be removed from or assigned to.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:boolean | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="remove" type="xs:boolean" default="false"> <xs:annotation> <xs:documentation>Boolean value indicating whether the capability is to be removed from (TRUE) or assigned to (FALSE) the specified resource.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="capability-guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique ID of the capability that is to be removed or assigned.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="qualifier" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Qualifier value for the capability.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="resource-guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique ID of the resource that the capabilty is to be removed from or assigned to.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="qualifierSet" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>An optional collection of qualifying values. This overrides any qualifier attribute set on the parent element, allowing more than one value to be set. Multiple values will only be used for qualifiers of type "enumset". </xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="value" type="xs:string" use="required"/> </xs:complexType> </xs:element> |
type | xs:string | ||
properties |
|
||
source | <xs:attribute name="value" type="xs:string" use="required"/> |