Definition Type: Group
Name: ResourceUsageFields
Namespace: http://www.openapplications.org/oagis
Containing Schema: MfgComponents.xsd
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Total in schema mfgcomponents_xsd Drilldown into Description in schema mfgcomponents_xsd Drilldown into RequiredDuration in schema mfgcomponents_xsd Drilldown into RequiredQuantity in schema mfgcomponents_xsd Drilldown into UnitRate in schema mfgcomponents_xsdXSD Diagram of ResourceUsageFields in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UnitRate oa:UnitRate 0 (1)
RequiredQuantity oa:RequiredQuantity 0 (1)
RequiredDuration oa:RequiredDuration 0 (1)
Description oa:Description 0 unbounded
Total oa:Total 0 (1)
UserArea oa:UserArea 0 (1)