Definition Type: Element
Name: SurveyMonument
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
This relates the new monument element to a survey - indicating its purpose in the survey and distrubed / replaced info as well
Collapse XSD Schema Diagram:
Drilldown into Feature in schema landxml-1_1_xsd Drilldown into replacedAnnotation in schema landxml-1_1_xsd Drilldown into replacedDate in schema landxml-1_1_xsd Drilldown into replacedMonument in schema landxml-1_1_xsd Drilldown into disturbedAnnotation in schema landxml-1_1_xsd Drilldown into disturbedDate in schema landxml-1_1_xsd Drilldown into disturbedMonument in schema landxml-1_1_xsd Drilldown into adoptedSurvey in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into purpose in schema landxml-1_1_xsd Drilldown into mntRef in schema landxml-1_1_xsdXSD Diagram of SurveyMonument in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="SurveyMonument">
    <xs:annotation>
        <xs:documentation>This relates the new monument element to a survey - indicating its purpose in the survey and distrubed / replaced info as well</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="mntRef" type="monumentNameRef" use="required" />
        <xs:attribute name="purpose" type="xs:string" use="required" />
        <xs:attribute name="state" type="xs:string" />
        <xs:attribute name="adoptedSurvey" type="xs:string" />
        <xs:attribute name="disturbedMonument" type="xs:string" />
        <xs:attribute name="disturbedDate" type="xs:date" />
        <xs:attribute name="disturbedAnnotation" type="xs:string" />
        <xs:attribute name="replacedMonument" type="xs:string" />
        <xs:attribute name="replacedDate" type="xs:date" />
        <xs:attribute name="replacedAnnotation" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Feature land:Feature 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
mntRef land:mntRef Required
purpose land:purpose Required
state land:state (Optional)
adoptedSurvey land:adoptedSurvey (Optional)
disturbedMonument land:disturbedMonument (Optional)
disturbedDate land:disturbedDate (Optional)
disturbedAnnotation land:disturbedAnnotation (Optional)
replacedMonument land:replacedMonument (Optional)
replacedDate land:replacedDate (Optional)
replacedAnnotation land:replacedAnnotation (Optional)