Definition Type: ComplexType
Name: NoteType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:DescriptionType
Containing Schema: Fields.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 languageID in schema unqualifieddatatypes_xsd Drilldown into TextType in schema unqualifieddatatypes_xsd Drilldown into DescriptionType in schema fields_xsd Drilldown into status in schema fields_xsd Drilldown into entryDateTime in schema fields_xsd Drilldown into author in schema fields_xsdXSD Diagram of NoteType in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="NoteType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="DescriptionType">
            <xsd:attribute name="author" type="StringType" use="optional" />
            <xsd:attribute name="entryDateTime" type="DateTimeType" use="optional" />
            <xsd:attribute name="status" type="StringType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
languageID udt:languageID Optional
author nsA:author Optional
entryDateTime nsA:entryDateTime Optional
status nsA:status Optional
Collapse Derivation Tree:
Collapse References:
nsA:Note, nsA:SpecialHandlingNote