diagram |
|
namespace |
http://www.landxml.org/schema/LandXML-1.2 |
properties |
|
children |
ComplexName RoadName AdministrativeArea AddressPoint |
used by |
|
attributes |
|
annotation |
documentation | This element is used to define the location or positional address of a parcel. The address record is not designed to be a postal address (ie it has not postcode or zipcode etc) The element also needs to be able to handle both primary addresses and aliases if required. |
|
source |
<xs:element name="LocationAddress">
<xs:annotation>
<xs:documentation>This element is used to define the location or positional address of a parcel. The address record is not designed to be a postal address (ie it has not postcode or zipcode etc) The element also needs to be able to handle both primary addresses and aliases if required.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="ComplexName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="RoadName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="AdministrativeArea" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="AddressPoint" minOccurs="0" maxOccurs="unbounded"/>
<!-- <xs:any namespace="##any" processContents="skip" minOccurs="0"/> -->
</xs:sequence>
<xs:attribute name="addressType" type="addressTypeType"/>
<xs:attribute name="flatType" type="flatTypeType"/>
<xs:attribute name="flatNumber" type="xs:string"/>
<xs:attribute name="floorLevelType" type="floorLevelTypeType"/>
<xs:attribute name="floorLevelNumber" type="xs:string"/>
<xs:attribute name="numberFirst" type="xs:int"/>
<xs:attribute name="numberSuffixFirst" type="xs:string"/>
<xs:attribute name="numberLast" type="xs:int"/>
<xs:attribute name="numberSuffixLast" type="xs:string"/>
</xs:complexType>
</xs:element> |