diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
Feature |
used by |
|
attributes |
|
annotation |
documentation | This relates the new monument element to a survey - indicating its purpose in the survey and distrubed / replaced info as well |
|
source |
<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="monumentPurpose" use="required"/>
<xs:attribute name="state" type="monumentState"/>
<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> |