| diagram | 
					  | 
				
				
					| namespace | 
					http://api.brm.n2.tibco.com | 
				
				
					| properties | 
					 | 
				
				
					| children | 
					resourceID | 
				
				
					| used by | 
					 | 
				
				
					| attributes | 
					 | 
				
				
					| 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> |