complexType AllocationHistory
diagram wp_diagrams/wp_p2660.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 <xsd:complexType name="AllocationHistory" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>Contains single allocation history record</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="resourceID" type="xs:string"/>
 
</xsd:sequence>
 
<xsd:attribute name="allocationID" type="xs:long" use="required"/>
 
<xsd:attribute name="allocationDate" type="xs:dateTime" use="required"/>
</xsd:complexType>

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

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

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

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