diagram | |||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||
type | extension of XmlOrgModelVersion | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | enum-val | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlQualifierDescriptor"> <xs:annotation> <xs:documentation>Definition of a parameter descriptor used as the qualifier for capabilities and privileges.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="orgdto:XmlOrgModelVersion"> <xs:sequence> <xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of permitted enumeration values for this parameter descriptor (for a parameter descriptor which has a type of Enum or EnumSet). </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique GUID of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Description of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="type" type="XmlParameterType" default="String"> <xs:annotation> <xs:documentation>Type of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="default-value" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Default value of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="guid" type="xs:string" use="required"> <xs:annotation> <xs:documentation>Unique GUID of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="description" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Description of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> |
type | XmlParameterType | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:attribute name="type" type="XmlParameterType" default="String"> <xs:annotation> <xs:documentation>Type of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="default-value" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Default value of this parameter descriptor.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of permitted enumeration values for this parameter descriptor (for a parameter descriptor which has a type of Enum or EnumSet). </xs:documentation> </xs:annotation> </xs:element> |