Definition Type: ComplexType
Name: AccountingPeriod
Namespace: http://www.openapplications.org/oagis
Type: nsC:TimePeriodAny
Containing Schema: Invoice.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 invoice_xsd Drilldown into To in schema invoice_xsd Drilldown into Duration in schema invoice_xsd Drilldown into From in schema invoice_xsd Drilldown into inclusive in schema invoice_xsd Drilldown into TimePeriodAny in schema invoice_xsdXSD Diagram of AccountingPeriod in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:From 0 (1)
Duration nsC:Duration 0 (1)
To nsC:To 0 (1)
Name nsC:Name 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
inclusive nsC:inclusive true Optional
Collapse Derivation Tree: