Definition Type: ComplexType
Name: AccountingPeriod
Namespace: http://www.openapplications.org/oagis
Type: oa:TimePeriodAny
Containing Schema: Components.xsd
Abstract
Documentation:
The accounting period the document is to post within. The period is within a fiscal year to which a business transaction is assigned.
Collapse XSD Schema Diagram:
Drilldown into Name in schema components_xsd Drilldown into To in schema fields_xsd Drilldown into Duration in schema fields_xsd Drilldown into From in schema fields_xsd Drilldown into inclusive in schema fields_xsd Drilldown into TimePeriodAny in schema fields_xsdXSD Diagram of AccountingPeriod in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="AccountingPeriod">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The accounting period the document is to post within.  The period is within a fiscal year to which a business transaction is assigned.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="TimePeriodAny">
            <xs:sequence>
                <xs:element name="Name" type="AccountingPeriodName" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
From oa:From 0 (1)
Duration oa:Duration 0 (1)
To oa:To 0 (1)
Name oa:Name 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
inclusive oa:inclusive true Optional
Collapse Derivation Tree: