element LocationAddress
diagram LandXML-1.2Doc_p107.png
namespace http://www.landxml.org/schema/LandXML-1.2
properties
content complex
children ComplexName RoadName AdministrativeArea AddressPoint
used by
element Parcel
attributes
Name  Type  Use  Default  Fixed  annotation
addressTypeaddressTypeType      
flatTypeflatTypeType      
flatNumberxs:string      
floorLevelTypefloorLevelTypeType      
floorLevelNumberxs:string      
numberFirstxs:int      
numberSuffixFirstxs:string      
numberLastxs:int      
numberSuffixLastxs:string      
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>

attribute LocationAddress/@addressType
type addressTypeType
properties
isRef 0
source <xs:attribute name="addressType" type="addressTypeType"/>

attribute LocationAddress/@flatType
type flatTypeType
properties
isRef 0
source <xs:attribute name="flatType" type="flatTypeType"/>

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

attribute LocationAddress/@floorLevelType
type floorLevelTypeType
properties
isRef 0
source <xs:attribute name="floorLevelType" type="floorLevelTypeType"/>

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

attribute LocationAddress/@numberFirst
type xs:int
properties
isRef 0
source <xs:attribute name="numberFirst" type="xs:int"/>

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

attribute LocationAddress/@numberLast
type xs:int
properties
isRef 0
source <xs:attribute name="numberLast" type="xs:int"/>

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


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