Definition Type: Element
Name: Monument
Namespace: http://www.landxml.org/schema/LandXML-1.1
Containing Schema: LandXML-1.1.xsd
Abstract
Documentation:
This is a new element that represents a physical monument placed to mark a CgPoint within a survey
Collapse XSD Schema Diagram:
Drilldown into originSurvey in schema landxml-1_1_xsd Drilldown into reference in schema landxml-1_1_xsd Drilldown into oID in schema landxml-1_1_xsd Drilldown into beaconProtection in schema landxml-1_1_xsd Drilldown into beacon in schema landxml-1_1_xsd Drilldown into category in schema landxml-1_1_xsd Drilldown into condition in schema landxml-1_1_xsd Drilldown into type in schema landxml-1_1_xsd Drilldown into state in schema landxml-1_1_xsd Drilldown into desc in schema landxml-1_1_xsd Drilldown into pntRef in schema landxml-1_1_xsd Drilldown into name in schema landxml-1_1_xsdXSD Diagram of Monument in schema landxml-1_1_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="Monument">
    <xs:annotation>
        <xs:documentation>This is a new element that represents a physical monument placed to mark a CgPoint within a survey</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="name" type="xs:string" use="required" />
        <xs:attribute name="pntRef" type="pointNameRef" />
        <xs:attribute name="desc" type="xs:string" />
        <xs:attribute name="state" type="xs:string" />
        <xs:attribute name="type" type="xs:string" />
        <xs:attribute name="condition" type="xs:string" />
        <xs:attribute name="category" type="monumentCategory" />
        <xs:attribute name="beacon" type="beaconType" />
        <xs:attribute name="beaconProtection" type="beaconProtectionType" />
        <xs:attribute name="oID" type="xs:string" />
        <xs:attribute name="reference" type="xs:string" />
        <xs:attribute name="originSurvey" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
name land:name Required
pntRef land:pntRef (Optional)
desc land:desc (Optional)
state land:state (Optional)
type land:type (Optional)
condition land:condition (Optional)
category land:category (Optional)
beacon land:beacon (Optional)
beaconProtection land:beaconProtection (Optional)
oID land:oID (Optional)
reference land:reference (Optional)
originSurvey land:originSurvey (Optional)