complexType XmlParamDescriptor
diagram de_entityResolver_diagrams/de_entityResolver_p100.png
namespace http://api.de.n2.tibco.com
type extension of XmlQualifierDescriptor
properties
base XmlQualifierDescriptor
children enum-val alt-name
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.
name  xs:string  required      
documentation
Name of this parameter descriptor.
annotation
documentation
Definition of a parameter descriptor.
source <xs:complexType name="XmlParamDescriptor">
 
<xs:annotation>
   
<xs:documentation>Definition of a parameter descriptor.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlQualifierDescriptor">
     
<xs:sequence minOccurs="0">
       
<xs:element name="alt-name" type="XmlVersionedName" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Definition of an alternative name for the parameter descriptor in another version of the organization model.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="name" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Name of this parameter descriptor.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlParamDescriptor/@name
type xs:string
properties
use required
annotation
documentation
Name of this parameter descriptor.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of this parameter descriptor.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlParamDescriptor/alt-name
diagram de_entityResolver_diagrams/de_entityResolver_p101.png
type XmlVersionedName
properties
minOcc 0
maxOcc unbounded
content complex
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.)
name  xs:string  required      
documentation
Name of the parameter descriptor in this version of the organization model.
annotation
documentation
Definition of an alternative name for the parameter descriptor in another version of the organization model.
source <xs:element name="alt-name" type="XmlVersionedName" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of an alternative name for the parameter descriptor in another version of the organization model.</xs:documentation>
 
</xs:annotation>
</xs:element>


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