complexType XGeoLocation
diagram AXLSoap_p19191.png
namespace http://www.cisco.com/AXL/API/15.0
children name country description nationalSubDivision district communityName cityDivision neighbourhood street leadingStreetDirection trailingStreetSuffix streetSuffix houseNumber houseNumberSuffix landmark location floor occupantName postalCode
used by
element AddGeoLocationReq/geoLocation
source <xsd:complexType name="XGeoLocation">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>
   
<xsd:element name="country" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="nationalSubDivision" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="district" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="communityName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="cityDivision" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="neighbourhood" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="street" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="leadingStreetDirection" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trailingStreetSuffix" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="streetSuffix" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="houseNumber" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="houseNumberSuffix" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="landmark" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="location" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="floor" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="occupantName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="postalCode" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>
 
</xsd:sequence>
</xsd:complexType>

element XGeoLocation/name
diagram AXLSoap_p19192.png
type axlapi:String50
properties
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="name" type="axlapi:String50" nillable="false" minOccurs="1" maxOccurs="1"/>

element XGeoLocation/country
diagram AXLSoap_p19193.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="country" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/description
diagram AXLSoap_p19194.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/nationalSubDivision
diagram AXLSoap_p19195.png
type axlapi:String100
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 100
source <xsd:element name="nationalSubDivision" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/district
diagram AXLSoap_p19196.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="district" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/communityName
diagram AXLSoap_p19197.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="communityName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/cityDivision
diagram AXLSoap_p19198.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="cityDivision" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/neighbourhood
diagram AXLSoap_p19199.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="neighbourhood" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/street
diagram AXLSoap_p19200.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="street" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/leadingStreetDirection
diagram AXLSoap_p19201.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="leadingStreetDirection" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/trailingStreetSuffix
diagram AXLSoap_p19202.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 50
source <xsd:element name="trailingStreetSuffix" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/streetSuffix
diagram AXLSoap_p19203.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="streetSuffix" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/houseNumber
diagram AXLSoap_p19204.png
type axlapi:String16
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 16
source <xsd:element name="houseNumber" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/houseNumberSuffix
diagram AXLSoap_p19205.png
type axlapi:String100
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 100
source <xsd:element name="houseNumberSuffix" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/landmark
diagram AXLSoap_p19206.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="landmark" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/location
diagram AXLSoap_p19207.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="location" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/floor
diagram AXLSoap_p19208.png
type axlapi:String16
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 16
source <xsd:element name="floor" type="axlapi:String16" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/occupantName
diagram AXLSoap_p19209.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="occupantName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocation/postalCode
diagram AXLSoap_p19210.png
type axlapi:String100
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 100
source <xsd:element name="postalCode" type="axlapi:String100" nillable="false" minOccurs="0" maxOccurs="1"/>


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