Definition Type: ComplexType
Name: CalculationABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
CalculationABIEType is logically derived fom the UN/CEFACT TBG 17 ABIE CalculationType, which is defined in the Reusabale Aggregate Business Information Enitity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into Formula in schema fields_xsd1 Drilldown into RateNumeric in schema fields_xsd1XSD Diagram of CalculationABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CalculationABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">CalculationABIEType is logically derived fom the UN/CEFACT TBG 17 ABIE CalculationType, which is defined in the Reusabale Aggregate Business Information Enitity (RUABIE) XML Schema file.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="RateNumeric" minOccurs="0" />
            <xsd:element ref="Formula" minOccurs="0" />
        </xsd:choice>
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RateNumeric oa:RateNumeric 0 (1)
Formula oa:Formula 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:CalculationType