complexType XmlQualifierDescriptor
diagram deservices_wsdl_diagrams/deservices_wsdl_p50.png
namespace http://api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
base orgdto:XmlOrgModelVersion
children enum-val
used by
element XmlQualifiedEntity/qualifier-desc
complexType XmlParamDescriptor
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
guid  xs:string  required      
documentation
Unique GUID of this parameter descriptor.
description  xs:string  optional      
documentation
Description of this parameter descriptor.
type  XmlParameterType    String    
documentation
Type of this parameter descriptor.
default-value  xs:string  optional      
documentation
Default value of this parameter descriptor.
annotation
documentation
Definition of a parameter descriptor used as the qualifier for capabilities and privileges.
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>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy