Definition Type: SimpleType
Name: ValueClass
Namespace: http://www.openapplications.org/oagis
Containing Schema: Fields.xsd
Documentation:
Is a grouping used to determine the General Ledger accounting effect. These are user defined values, with the exception of the values TOTAL, MATERIAL, LABOR, BURDEN, OVERHEAD, SUBCONTRACT.
Collapse XSD Schema Diagram:
XSD Diagram of ValueClass in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:simpleType name="ValueClass">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is a grouping used to determine the General Ledger accounting effect. These are user defined values, with the exception of the values TOTAL, MATERIAL, LABOR, BURDEN, OVERHEAD, SUBCONTRACT.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string" />
</xs:simpleType>