complexType XmlOrgAttribute
diagram de_wsdl_diagrams/de_wsdl_p22392.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
children enum-val
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The GUID that uniquely identifies the entity.
name  xs:string  required      
documentation
The name assigned to the entity.
label  xs:string  optional      
documentation
The optional label assigned to the entity. This is used for display purposes. If not given, the name is used for display.
type  XmlParameterType  required      
documentation
Indicates the data type of the attribute values.
annotation
documentation
Describes an organization model attribute that may be assigned to organization model entities.
source <xs:complexType name="XmlOrgAttribute">
 
<xs:annotation>
   
<xs:documentation>Describes an organization model attribute that may be assigned to organization model entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:sequence>
       
<xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>For Enum and EnumSet attributes, these elements list the permitted values.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
     
<xs:attribute name="type" type="dex:XmlParameterType" use="required">
       
<xs:annotation>
         
<xs:documentation>Indicates the data type of the attribute values.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute XmlOrgAttribute/@type
type XmlParameterType
properties
use required
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
Indicates the data type of the attribute values.
source <xs:attribute name="type" type="dex:XmlParameterType" use="required">
 
<xs:annotation>
   
<xs:documentation>Indicates the data type of the attribute values.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlOrgAttribute/enum-val
diagram de_wsdl_diagrams/de_wsdl_p22393.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
For Enum and EnumSet attributes, these elements list the permitted values.
source <xs:element name="enum-val" type="xs:string" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>For Enum and EnumSet attributes, these elements list the permitted values.</xs:documentation>
 
</xs:annotation>
</xs:element>

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