complexType UpdateGeoLocationReq
diagram AXLAPI_p12274.png
namespace http://www.cisco.com/AXL/API/9.0
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName country description nationalSubDivision district communityName cityDivision neighbourhood street leadingStreetDirection trailingStreetSuffix streetSuffix houseNumber houseNumberSuffix landmark location floor occupantName postalCode
used by
element updateGeoLocation
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateGeoLocationReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:NameAndGUIDRequest">
     
<xsd:sequence>
       
<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0" 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:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

element UpdateGeoLocationReq/country
diagram AXLAPI_p12276.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 UpdateGeoLocationReq/description
diagram AXLAPI_p12277.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 UpdateGeoLocationReq/nationalSubDivision
diagram AXLAPI_p12278.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 UpdateGeoLocationReq/district
diagram AXLAPI_p12279.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 UpdateGeoLocationReq/communityName
diagram AXLAPI_p12280.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 UpdateGeoLocationReq/cityDivision
diagram AXLAPI_p12281.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 UpdateGeoLocationReq/neighbourhood
diagram AXLAPI_p12282.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 UpdateGeoLocationReq/street
diagram AXLAPI_p12283.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 UpdateGeoLocationReq/leadingStreetDirection
diagram AXLAPI_p12284.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 UpdateGeoLocationReq/trailingStreetSuffix
diagram AXLAPI_p12285.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 UpdateGeoLocationReq/streetSuffix
diagram AXLAPI_p12286.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 UpdateGeoLocationReq/houseNumber
diagram AXLAPI_p12287.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 UpdateGeoLocationReq/houseNumberSuffix
diagram AXLAPI_p12288.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 UpdateGeoLocationReq/landmark
diagram AXLAPI_p12289.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 UpdateGeoLocationReq/location
diagram AXLAPI_p12290.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 UpdateGeoLocationReq/floor
diagram AXLAPI_p12291.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 UpdateGeoLocationReq/occupantName
diagram AXLAPI_p12292.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 UpdateGeoLocationReq/postalCode
diagram AXLAPI_p12293.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