<xsd:complexType name="CalculationABIEType">
<xsd:annotation>
<xsd: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.</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>
|