<xsd:complexType name="CalculationABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
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 minOccurs="0" ref="RateNumeric" />
<xsd:element minOccurs="0" ref="Formula" />
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
</xsd:sequence>
</xsd:complexType>
|