complexType UpdateGeoLocationFilterReq
diagram axlapi_p11151.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:NameAndGUIDRequest
properties
base axlapi:NameAndGUIDRequest
children name uuid newName description useCountry useNationalSubDivision useDistrict useCommunityName useCityDivision useNeighbourhood useStreet useLeadingStreetDirection useTrailingStreetSuffix useStreetSuffix useHouseNumber useHouseNumberSuffix useLandmark useLocation useFloor useOccupantName usePostalCode
used by
element updateGeoLocationFilter
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateGeoLocationFilterReq">
 
<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="description" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useCountry" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useNationalSubDivision" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useDistrict" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useCommunityName" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useCityDivision" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useNeighbourhood" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useStreet" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useLeadingStreetDirection" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useTrailingStreetSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useStreetSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useHouseNumber" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useHouseNumberSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useLandmark" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useLocation" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useFloor" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="useOccupantName" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="usePostalCode" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateGeoLocationFilterReq/newName
diagram axlapi_p11152.png
type axlapi:String50
properties
isRef 0
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 UpdateGeoLocationFilterReq/description
diagram axlapi_p11153.png
type axlapi:String255
properties
isRef 0
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 UpdateGeoLocationFilterReq/useCountry
diagram axlapi_p11154.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useCountry" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useNationalSubDivision
diagram axlapi_p11155.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useNationalSubDivision" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useDistrict
diagram axlapi_p11156.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useDistrict" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useCommunityName
diagram axlapi_p11157.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useCommunityName" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useCityDivision
diagram axlapi_p11158.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useCityDivision" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useNeighbourhood
diagram axlapi_p11159.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useNeighbourhood" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useStreet
diagram axlapi_p11160.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useStreet" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useLeadingStreetDirection
diagram axlapi_p11161.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useLeadingStreetDirection" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useTrailingStreetSuffix
diagram axlapi_p11162.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useTrailingStreetSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useStreetSuffix
diagram axlapi_p11163.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useStreetSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useHouseNumber
diagram axlapi_p11164.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useHouseNumber" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useHouseNumberSuffix
diagram axlapi_p11165.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useHouseNumberSuffix" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useLandmark
diagram axlapi_p11166.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useLandmark" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useLocation
diagram axlapi_p11167.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useLocation" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useFloor
diagram axlapi_p11168.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useFloor" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/useOccupantName
diagram axlapi_p11169.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="useOccupantName" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateGeoLocationFilterReq/usePostalCode
diagram axlapi_p11170.png
type axlapi:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value annotation 
pattern (t)|(f)|(true)|(false)|(0)|(1) 
source <xsd:element name="usePostalCode" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>


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