Definition Type: ComplexType
Name: NoteType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis: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 type in schema fields_xsd1 Drilldown into DescriptionType in schema fields_xsd1 Drilldown into status in schema fields_xsd1 Drilldown into entryDateTime in schema fields_xsd1 Drilldown into author in schema fields_xsd1XSD Diagram of NoteType in schema fields_xsd1 (Standards for Technology in Automotive Retail)
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
type oagis:type (Optional)
author oagis:author Optional
entryDateTime oagis:entryDateTime Optional
status oagis:status Optional
Collapse Derivation Tree:
Collapse References:
oagis:Note, oagis:SpecialHandlingNote