complexType XmlOrgAttributeValue
diagram deservices_wsdl_diagrams/deservices_wsdl_p100.png
namespace http://base.api.de.bpm.tibco.com
children definition value
used by
elements XmlLocation/attribute XmlBasePosition/attribute XmlBaseOrgUnit/attribute XmlOrganization/attribute
annotation
documentation
Records the values held by an organization model entity for an attribute. The attribute is described by its definition.
source <xs:complexType name="XmlOrgAttributeValue">
 
<xs:annotation>
   
<xs:documentation>Records the values held by an organization model entity for an attribute. The attribute is described by its definition.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="definition" type="XmlOrgAttribute" minOccurs="1" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The definition of the attribute, including data type and possible values.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Lists the values assigned to this attribute.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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