simpleType beaconType
namespace http://www.landxml.org/schema/LandXML-1.2
type restriction of xs:string
used by
attribute Monument/@beacon
facets
enumeration cairn
enumeration chimney
enumeration large quadripod
enumeration lighthouse
enumeration marine beacon
enumeration mast
enumeration mast with targets
enumeration no beacon
enumeration other
enumeration pillar
enumeration post
enumeration small quadripod
enumeration tower
enumeration tripod
enumeration unknown
annotation
documentation
Indicates whether there is any physical structure
for the monument - helps location, these enumerations may need expanding
source <xs:simpleType name="beaconType">
 
<xs:annotation>
   
<xs:documentation>Indicates whether there is any physical structure
for the monument - helps location, these enumerations may need expanding
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="cairn"/>
   
<xs:enumeration value="chimney"/>
   
<xs:enumeration value="large quadripod"/>
   
<xs:enumeration value="lighthouse"/>
   
<xs:enumeration value="marine beacon"/>
   
<xs:enumeration value="mast"/>
   
<xs:enumeration value="mast with targets"/>
   
<xs:enumeration value="no beacon"/>
   
<xs:enumeration value="other"/>
   
<xs:enumeration value="pillar"/>
   
<xs:enumeration value="post"/>
   
<xs:enumeration value="small quadripod"/>
   
<xs:enumeration value="tower"/>
   
<xs:enumeration value="tripod"/>
   
<xs:enumeration value="unknown"/>
 
</xs:restriction>
</xs:simpleType>


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