Definition Type: Element
Name: Amendment
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
Records the dealing information to allow audit trail between the survey document and the titling system
Collapse XSD Schema Diagram:
Drilldown into AmendmentItem in schema landxml-1_1_xsd Drilldown into comments in schema landxml-1_1_xsd Drilldown into amendmentDate in schema landxml-1_1_xsd Drilldown into dealingNumber in schema landxml-1_1_xsdXSD Diagram of Amendment in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Amendment">
    <xs:annotation>
        <xs:documentation>Records the dealing information to allow  audit trail between the survey document and the titling system</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AmendmentItem" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="dealingNumber" type="xs:string" />
        <xs:attribute name="amendmentDate" type="xs:date" />
        <xs:attribute name="comments" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AmendmentItem land:AmendmentItem (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
dealingNumber land:dealingNumber (Optional)
amendmentDate land:amendmentDate (Optional)
comments land:comments (Optional)