complexType OperationDetailsType
diagram bds_wsdl_diagrams/bds_wsdl_p1230.png
namespace http://api.bds.tibco.com
children username comment timeOfOperation
attributes
Name  Type  Use  Default  Fixed  Annotation
userOperation  xs:boolean        
documentation
If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation)
annotation
documentation
Details about an operation that was made, including who made it, when it was done and why
source <xs:complexType name="OperationDetailsType">
 
<xs:annotation>
   
<xs:documentation>Details about an operation that was made, including who made it, when it was done and why</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="username" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name or username of the user conducting the operation</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="225"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="comment" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Description of why the operation was done (Maximum length: 400 characters)</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:maxLength value="400"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="timeOfOperation" type="xs:dateTime" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>When the operation was conducted - if not set when performing an operation, the current time will be recorded</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="userOperation" type="xs:boolean">
   
<xs:annotation>
     
<xs:documentation>If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation) </xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute OperationDetailsType/@userOperation
type xs:boolean
annotation
documentation
If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation)
source <xs:attribute name="userOperation" type="xs:boolean">
 
<xs:annotation>
   
<xs:documentation>If the operation was performed by a user or automatically by the system (If unset, deemed to be true - i.e. user operation) </xs:documentation>
 
</xs:annotation>
</xs:attribute>

element OperationDetailsType/username
diagram bds_wsdl_diagrams/bds_wsdl_p1231.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 225
annotation
documentation
Name or username of the user conducting the operation
source <xs:element name="username" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name or username of the user conducting the operation</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="225"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element OperationDetailsType/comment
diagram bds_wsdl_diagrams/bds_wsdl_p1232.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 400
annotation
documentation
Description of why the operation was done (Maximum length: 400 characters)
source <xs:element name="comment" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Description of why the operation was done (Maximum length: 400 characters)</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:maxLength value="400"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element OperationDetailsType/timeOfOperation
diagram bds_wsdl_diagrams/bds_wsdl_p1233.png
type xs:dateTime
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
When the operation was conducted - if not set when performing an operation, the current time will be recorded
source <xs:element name="timeOfOperation" type="xs:dateTime" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>When the operation was conducted - if not set when performing an operation, the current time will be recorded</xs:documentation>
 
</xs:annotation>
</xs:element>

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