Definition Type: ComplexType
Name: MoveWIPLineType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: MoveWIP.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into MoveToOperation in schema manufacturingcomponents_xsd Drilldown into MoveFromOperation in schema manufacturingcomponents_xsd Drilldown into MoveQuantity in schema fields_xsd Drilldown into RejectedQuantity in schema fields_xsd Drilldown into ScrapQuantity in schema fields_xsdXSD Diagram of MoveWIPLineType in schema movewip_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="MoveWIPLineType">
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element ref="ScrapQuantity" minOccurs="0" />
            <xsd:element ref="RejectedQuantity" minOccurs="0" />
            <xsd:element ref="MoveQuantity" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="MoveFromOperation" minOccurs="0" />
        <xsd:element ref="MoveToOperation" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScrapQuantity nsA:ScrapQuantity 0 (1)
RejectedQuantity nsA:RejectedQuantity 0 (1)
MoveQuantity nsA:MoveQuantity 0 (1)
MoveFromOperation nsA:MoveFromOperation 0 (1)
MoveToOperation nsA:MoveToOperation 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:MoveWIPLine