complexType XmlLocation
diagram de_wsdl_diagrams/de_wsdl_p22775.png
namespace http://base.api.de.bpm.tibco.com
type extension of XmlModelEntity
properties
base XmlModelEntity
children schema-type attribute
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.
annotation
documentation
Describes an org-model Location and the associated entities.
source <xs:complexType name="XmlLocation">
 
<xs:annotation>
   
<xs:documentation>Describes an org-model Location and the associated entities.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="XmlModelEntity">
     
<xs:sequence>
       
<xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Describes the org-model schema type from which this location is derived. This is an optional element, as a location need not be derived from a schema type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Names an attribute assigned to this location, and gives the definition for that attribute. Attributes can only be assigned to a location if it has a schema-type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element XmlLocation/schema-type
diagram de_wsdl_diagrams/de_wsdl_p22776.png
type XmlModelEntity
properties
minOcc 0
maxOcc 1
content complex
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.
annotation
documentation
Describes the org-model schema type from which this location is derived. This is an optional element, as a location need not be derived from a schema type.
source <xs:element name="schema-type" type="XmlModelEntity" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes the org-model schema type from which this location is derived. This is an optional element, as a location need not be derived from a schema type.</xs:documentation>
 
</xs:annotation>
</xs:element>

element XmlLocation/attribute
diagram de_wsdl_diagrams/de_wsdl_p22777.png
type XmlOrgAttributeValue
properties
minOcc 0
maxOcc unbounded
content complex
children definition value
annotation
documentation
Names an attribute assigned to this location, and gives the definition for that attribute. Attributes can only be assigned to a location if it has a schema-type.
source <xs:element name="attribute" type="XmlOrgAttributeValue" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Names an attribute assigned to this location, and gives the definition for that attribute. Attributes can only be assigned to a location if it has a schema-type.</xs:documentation>
 
</xs:annotation>
</xs:element>

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