complexType XmlVersionedName
diagram dir_directoryservice_diagrams/dir_directoryservice_p217.png
namespace http://api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
base orgdto:XmlOrgModelVersion
used by
element XmlParamDescriptor/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.)
name  xs:string  required      
documentation
Name of the parameter descriptor in this version of the organization model.
annotation
documentation
List of the names of an organization model entity as they are referenced in each major version of the organization model (for an entity whose names can vary across organization model versions).
source <xs:complexType name="XmlVersionedName">
 
<xs:annotation>
   
<xs:documentation>List of the names of an organization model entity as they are referenced in each major version of the organization model (for an entity whose names can vary across organization model versions).</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="orgdto:XmlOrgModelVersion">
     
<xs:attribute name="name" type="xs:string" use="required">
       
<xs:annotation>
         
<xs:documentation>Name of the parameter descriptor in this version of the organization model.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlVersionedName/@name
type xs:string
properties
use required
annotation
documentation
Name of the parameter descriptor in this version of the organization model.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the parameter descriptor in this version of the organization model.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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