<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>
|