Definition Type: Element
Name: FieldNote
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Place the note as a text value between the FieldNote element tags. You may also place any valid XML structure inside this tag.
Collapse XSD Schema Diagram:
XSD Diagram of FieldNote in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="FieldNote">
    <xs:annotation>
        <xs:documentation>Place the note as a text value between the FieldNote element tags.
			You may also place any valid XML structure inside this tag.</xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:choice maxOccurs="unbounded">
            <xs:any namespace="##other" processContents="skip" minOccurs="0" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 (1)