complexType RGeoLocationPolicy
diagram axlapi_p8376.png
namespace http://www.cisco.com/AXL/API/8.5
children name country description nationalSubDivision district communityName cityDivision neighbourhood street leadingStreetDirection trailingStreetSuffix streetSuffix houseNumber houseNumberSuffix landmark location floor occupantName postalCode relatedPolicies
used by
elements GetGeoLocationPolicyRes/return/geoLocationPolicy GetGeoLocationPolicyReq/returnedTags
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:complexType name="RGeoLocationPolicy">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="country" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="description" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="nationalSubDivision" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="district" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="communityName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="cityDivision" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="neighbourhood" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="street" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="leadingStreetDirection" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="trailingStreetSuffix" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="streetSuffix" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="houseNumber" type="axlapi:String16" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="houseNumberSuffix" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="landmark" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="location" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="floor" type="axlapi:String16" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="occupantName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="postalCode" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="relatedPolicies" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="relatedPolicy" type="axlapi:RPolicyRelationship" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>
</xsd:complexType>

attribute RGeoLocationPolicy/@uuid
type axlapi:XUUID
properties
isRef 0
use optional
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>

element RGeoLocationPolicy/name
diagram axlapi_p8377.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="name" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/country
diagram axlapi_p8378.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xsd:element name="country" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/description
diagram axlapi_p8379.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="description" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/nationalSubDivision
diagram axlapi_p8380.png
type axlapi:String100
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 100 
source <xsd:element name="nationalSubDivision" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/district
diagram axlapi_p8381.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="district" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/communityName
diagram axlapi_p8382.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="communityName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/cityDivision
diagram axlapi_p8383.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="cityDivision" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/neighbourhood
diagram axlapi_p8384.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="neighbourhood" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/street
diagram axlapi_p8385.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="street" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/leadingStreetDirection
diagram axlapi_p8386.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="leadingStreetDirection" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/trailingStreetSuffix
diagram axlapi_p8387.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="trailingStreetSuffix" type="axlapi:String50" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/streetSuffix
diagram axlapi_p8388.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="streetSuffix" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/houseNumber
diagram axlapi_p8389.png
type axlapi:String16
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 16 
source <xsd:element name="houseNumber" type="axlapi:String16" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/houseNumberSuffix
diagram axlapi_p8390.png
type axlapi:String100
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 100 
source <xsd:element name="houseNumberSuffix" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/landmark
diagram axlapi_p8391.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="landmark" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/location
diagram axlapi_p8392.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="location" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/floor
diagram axlapi_p8393.png
type axlapi:String16
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 16 
source <xsd:element name="floor" type="axlapi:String16" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/occupantName
diagram axlapi_p8394.png
type axlapi:String255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 255 
source <xsd:element name="occupantName" type="axlapi:String255" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/postalCode
diagram axlapi_p8395.png
type axlapi:String100
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
maxLength 100 
source <xsd:element name="postalCode" type="axlapi:String100" minOccurs="0" maxOccurs="1"/>

element RGeoLocationPolicy/relatedPolicies
diagram axlapi_p8396.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children relatedPolicy
source <xsd:element name="relatedPolicies" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="relatedPolicy" type="axlapi:RPolicyRelationship" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element RGeoLocationPolicy/relatedPolicies/relatedPolicy
diagram axlapi_p8397.png
type axlapi:RPolicyRelationship
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children geoLocationPolicyAName geoLocationDeviceA geoLocationPolicyBName geoLocationDeviceB logicalPartitionPolicy
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUID      
source <xsd:element name="relatedPolicy" type="axlapi:RPolicyRelationship" minOccurs="0" maxOccurs="unbounded"/>


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