element Monuments
diagram LandXML-1.2Doc_p111.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children Monument Feature
used by
element LandXML
attributes
Name  Type  Use  Default  Fixed  annotation
descxs:string      
namexs:string      
statestateType      
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uMntName    Monument  @name  
annotation
documentation
This list of monuments allows them to be grouped at a file level like parcels and points etc
source <xs:element name="Monuments">
 
<xs:annotation>
   
<xs:documentation>This list of monuments allows them to be grouped at a file level like parcels and points etc</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="Monument" maxOccurs="unbounded"/>
     
<xs:element ref="Feature" minOccurs="0" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute name="desc" type="xs:string"/>
   
<xs:attribute name="name" type="xs:string"/>
   
<xs:attribute name="state" type="stateType"/>
 
</xs:complexType>
 
<xs:unique name="uMntName">
   
<xs:selector xpath="Monument"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>

attribute Monuments/@desc
type xs:string
properties
isRef 0
source <xs:attribute name="desc" type="xs:string"/>

attribute Monuments/@name
type xs:string
properties
isRef 0
source <xs:attribute name="name" type="xs:string"/>

attribute Monuments/@state
type stateType
properties
isRef 0
facets
enumeration abandoned
enumeration destroyed
enumeration existing
enumeration proposed
source <xs:attribute name="state" type="stateType"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy