diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
content | complex | mixed | true |
|
used by |
|
attributes |
|
annotation |
documentation | An Exclusion is an area which has been reserved from a tenure for a specific purpose but may have no defined spatial extent for example 10ha for road. A single parcel could have more than one eclusion for different purposes. |
|
source |
<xs:element name="Exclusions">
<xs:annotation>
<xs:documentation>An Exclusion is an area which has been reserved from a tenure for a specific purpose but may have no defined spatial extent for example 10ha for road. A single parcel could have more than one eclusion for different purposes.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attribute name="exclusionType" type="exclusType" use="required"/>
<xs:attribute name="area" type="xs:double" use="required"/>
</xs:complexType>
</xs:element> |