Definition Type: Element
Name: Annotation
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Annotation is a descriptive string use to describe an action on survey
Collapse XSD Schema Diagram:
Drilldown into pclRef in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsd Drilldown into type in schema landxml-1_1_xsdXSD Diagram of Annotation in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Annotation">
    <xs:annotation>
        <xs:documentation>Annotation is a descriptive string use to describe an action on survey</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="type" type="annotationType" use="required" />
        <xs:attribute name="name" type="xs:string" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="pclRef" type="parcelNameRefs" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
type land:type Required
name land:name (Optional)
desc land:desc (Optional)
pclRef land:pclRef (Optional)