complexType XGeoLocation
diagram AXLSoap_p15219.png
namespace http://www.cisco.com/AXL/API/9.1
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_p15220.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_p15221.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_p15222.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_p15223.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_p15224.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_p15225.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_p15226.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_p15227.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_p15228.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_p15229.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_p15230.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_p15231.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_p15232.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_p15233.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_p15234.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_p15235.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_p15236.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_p15237.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_p15238.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