diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
used by |
|
attributes |
|
annotation |
documentation | This element stores the administrative boundaries for a survey |
|
source |
<xs:element name="AdministrativeArea">
<xs:annotation>
<xs:documentation>This element stores the administrative boundaries for a survey</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="adminAreaType" type="adminAreaTypeType" use="required"/>
<xs:attribute name="adminAreaName" type="xs:string"/>
<xs:attribute name="adminAreaCode" type="xs:string"/>
<xs:attribute name="pclRef" type="parcelNameRefs"/>
</xs:complexType>
</xs:element> |