Definition Type: SimpleType
Name: ProcessCategoryEnumerationType
Namespace: http://www.openapplications.org/oagis/9/codelists
Containing Schema: CodeLists.xsd
Documentation:
Processes may be categorized as Routine, Non-Routine or Estimating. An example of a Routine Process is recording costs of goods sold. An example of a Non-Routine Process is recording Inventory Adjustments. An example of an Estimating Process is determining Inventory Obsolsence. Estimating Processes give wide lattitude to move the profit figure and attract a high degree of scrutiny. Non Routine Processes tend to have fewer controls in place and are exposed to more risks.
Collapse XSD Schema Diagram:
XSD Diagram of ProcessCategoryEnumerationType in schema codelists_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="ProcessCategoryEnumerationType">
    <xsd:annotation>
        <xsd:documentation>
            Processes may be categorized as Routine, Non-Routine or Estimating.
         </xsd:documentation>
        <xsd:documentation>
            An example of a Routine Process is recording costs of goods sold.
         </xsd:documentation>
        <xsd:documentation>
            An example of a Non-Routine Process is recording Inventory Adjustments.
         </xsd:documentation>
        <xsd:documentation>
            An example of an Estimating Process is determining Inventory Obsolsence.
         </xsd:documentation>
        <xsd:documentation>
            Estimating Processes give wide lattitude to move the profit figure and attract a high
            degree of scrutiny.
         </xsd:documentation>
        <xsd:documentation>
            Non Routine Processes tend to have fewer controls in place and are exposed to more
            risks.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Routine" />
        <xsd:enumeration value="Non-Routine" />
        <xsd:enumeration value="Estimating" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Routine
Enumeration Non-Routine
Enumeration Estimating