Definition Type: ComplexType
Name: Note
Namespace: http://www.openapplications.org/oagis
Type: nsC:LingualString
Containing Schema: Invoice.xsd
Abstract
Documentation:
A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.
Collapse XSD Schema Diagram:
Drilldown into lang in schema invoice_xsd Drilldown into LingualString in schema invoice_xsd Drilldown into entryDateTime in schema invoice_xsd Drilldown into author in schema invoice_xsdXSD Diagram of Note in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Note">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="LingualString">
            <xs:attribute name="author" type="xs:string" />
            <xs:attribute name="entryDateTime" type="DateTime" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang nsC:lang (Optional)
author nsC:author (Optional)
entryDateTime nsC:entryDateTime (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:Note, nsC:Note, nsC:NotensC:Note, nsC:Note, nsC:Note, nsC:Note, nsC:Note, nsC:Note, nsC:Note, nsC:ShipNote, nsC:ShipNote, nsC:ShippingNote, nsC:SpecialHandlingNote,