Definition Type: SimpleType
Name: ManufacturingReportingFlag
Namespace: http://www.openapplications.org/oagis
Containing Schema: Enums.xsd
Documentation:
Identifies whether an ITEM is reported theoretically (back-flushed) or if the ITEM is reported directly (actual).
Collapse XSD Schema Diagram:
XSD Diagram of ManufacturingReportingFlag in schema enums_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:simpleType name="ManufacturingReportingFlag">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies whether an ITEM is reported theoretically (back-flushed) or if the ITEM is reported directly (actual).</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="BackFlushed" />
        <xs:enumeration value="Actual" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration BackFlushed
Enumeration Actual
Collapse Derivation Tree:
Collapse References:
oa:ManufacturingReportingFlag