complexType AllocationHistory
diagram brm_all_diagrams/brm_all_p286.png
namespace http://api.brm.n2.tibco.com
properties
abstract true
children resourceID
used by
element onNotification/allocationHistory
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 brm_all_diagrams/brm_all_p287.png
type xs:string
properties
content simple
source <xs:element name="resourceID" type="xs:string"/>


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