<xs:group name="ResourceUsageFields">
<xs:sequence>
<xs:element name="UnitRate" type="AmountPerQuantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">the incremental cost of the resource.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RequiredQuantity" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">the number of units required.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RequiredDuration" type="Duration" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">the period of time the resource is required.</xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">Note: This is inapplicable for an ItemResource. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Description of the resource.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Total" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">the total cost of the resource; the product of rate, quantity and duration.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:group>
|