complexType XmlQualifierDescriptor
diagram de_security_diagrams/de_security_p82.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>

attribute XmlQualifierDescriptor/@guid
type xs:string
properties
use required
annotation
documentation
Unique GUID of this parameter descriptor.
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>

attribute XmlQualifierDescriptor/@description
type xs:string
properties
use optional
annotation
documentation
Description of this parameter descriptor.
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>

attribute XmlQualifierDescriptor/@type
type XmlParameterType
properties
default String
facets
Kind Value Annotation
enumeration String
enumeration Decimal
enumeration Integer
enumeration Boolean
enumeration DateTime
enumeration Date
enumeration Time
enumeration Enum
enumeration EnumSet
enumeration Set
annotation
documentation
Type of this parameter descriptor.
source <xs:attribute name="type" type="XmlParameterType" default="String">
 
<xs:annotation>
   
<xs:documentation>Type of this parameter descriptor.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlQualifierDescriptor/@default-value
type xs:string
properties
use optional
annotation
documentation
Default value of this parameter descriptor.
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>

element XmlQualifierDescriptor/enum-val
diagram de_security_diagrams/de_security_p83.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
List of permitted enumeration values for this parameter descriptor (for a parameter descriptor which has a type of Enum or EnumSet).   
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>


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