Definition Type: Group
Name: LotSizeGroup
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ManufacturingComponents.xsd
Collapse XSD Schema Diagram:
Drilldown into LotSizeMultipler in schema fields_xsd1 Drilldown into MinimumLotSizeQuantity in schema fields_xsd1 Drilldown into MaximumLotSizeQuantity in schema fields_xsd1XSD Diagram of LotSizeGroup in schema manufacturingcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:group name="LotSizeGroup">
    <xsd:sequence>
        <xsd:element ref="MaximumLotSizeQuantity" minOccurs="0" />
        <xsd:element ref="MinimumLotSizeQuantity" minOccurs="0" />
        <xsd:element ref="LotSizeMultipler" minOccurs="0" />
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MaximumLotSizeQuantity oa:MaximumLotSizeQuantity 0 (1)
MinimumLotSizeQuantity oa:MinimumLotSizeQuantity 0 (1)
LotSizeMultipler oa:LotSizeMultipler 0 (1)