Definition Type: ComplexType
Name: CalculationType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Documentation:
Calculation. Details 0.1 Calculation
Collapse XSD Schema Diagram:
Drilldown into Period in schema reusableaggregatecorecomponent_xsd Drilldown into RateNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into DateTime in schema reusableaggregatecorecomponent_xsd Drilldown into Text in schema reusableaggregatecorecomponent_xsd Drilldown into Quantity in schema reusableaggregatecorecomponent_xsd Drilldown into Amount in schema reusableaggregatecorecomponent_xsdXSD Diagram of CalculationType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CalculationType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Calculation. Details</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">0.1</ccts:VersionID>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:ObjectClassTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Calculation</ccts:ObjectClassTermName>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:BusinessTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:Example xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Quantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="RateNumeric" type="udt:RateType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Amount rcm:Amount 0 unbounded
Quantity rcm:Quantity 0 unbounded
Text rcm:Text 0 unbounded
DateTime rcm:DateTime 0 unbounded
RateNumeric rcm:RateNumeric 0 unbounded
Period rcm:Period 0 unbounded
Collapse Derivation Tree:
Collapse References:
rcm:Calculation, rcm:Calculation, rcm:Calculation