Definition Type: SimpleType
Name: ValueClass
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.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 invoice_xsd (HR-XML - Human Resources XML)
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>