complexType AllocationHistory
diagram wp_diagrams/wp_p1497.png
namespace http://api.brm.n2.tibco.com
properties
abstract true
children resourceID
attributes
Name  Type  Use  Default  Fixed  Annotation
allocationID  xs:long  required      
allocationDate  xs:dateTime  required      
annotation
documentation
Contains single allocation history record
source <xs:complexType name="AllocationHistory" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Contains single allocation history record</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="resourceID" type="xs:string"/>
 
</xs:sequence>
 
<xs:attribute name="allocationID" type="xs:long" use="required"/>
 
<xs:attribute name="allocationDate" type="xs:dateTime" use="required"/>
</xs:complexType>

attribute AllocationHistory/@allocationID
type xs:long
properties
use required
source <xs:attribute name="allocationID" type="xs:long" use="required"/>

attribute AllocationHistory/@allocationDate
type xs:dateTime
properties
use required
source <xs:attribute name="allocationDate" type="xs:dateTime" use="required"/>

element AllocationHistory/resourceID
diagram wp_diagrams/wp_p1498.png
type xs:string
properties
content simple
source <xs:element name="resourceID" type="xs:string"/>

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