complexType XGeoLocationPolicy
diagram axlapi_p13917.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
element AddGeoLocationPolicyReq/geoLocationPolicy
source <xsd:complexType name="XGeoLocationPolicy">
 
<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:element name="relatedPolicies" minOccurs="0" maxOccurs="1">
     
<xsd:complexType>
       
<xsd:complexContent>
         
<xsd:extension base="axlapi:XCommonMembersExtension">
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="relatedPolicy" type="axlapi:XPolicyRelationship" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:extension>
       
</xsd:complexContent>
     
</xsd:complexType>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element XGeoLocationPolicy/name
diagram axlapi_p13918.png
type axlapi:String50
properties
isRef 0
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 XGeoLocationPolicy/country
diagram axlapi_p13919.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="country" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/description
diagram axlapi_p13920.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 XGeoLocationPolicy/nationalSubDivision
diagram axlapi_p13921.png
type axlapi:String100
properties
isRef 0
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 XGeoLocationPolicy/district
diagram axlapi_p13922.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="district" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/communityName
diagram axlapi_p13923.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="communityName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/cityDivision
diagram axlapi_p13924.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="cityDivision" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/neighbourhood
diagram axlapi_p13925.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="neighbourhood" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/street
diagram axlapi_p13926.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="street" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/leadingStreetDirection
diagram axlapi_p13927.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="leadingStreetDirection" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/trailingStreetSuffix
diagram axlapi_p13928.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="trailingStreetSuffix" type="axlapi:String50" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/streetSuffix
diagram axlapi_p13929.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="streetSuffix" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/houseNumber
diagram axlapi_p13930.png
type axlapi:String16
properties
isRef 0
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 XGeoLocationPolicy/houseNumberSuffix
diagram axlapi_p13931.png
type axlapi:String100
properties
isRef 0
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 XGeoLocationPolicy/landmark
diagram axlapi_p13932.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="landmark" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/location
diagram axlapi_p13933.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="location" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/floor
diagram axlapi_p13934.png
type axlapi:String16
properties
isRef 0
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 XGeoLocationPolicy/occupantName
diagram axlapi_p13935.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="occupantName" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element XGeoLocationPolicy/postalCode
diagram axlapi_p13936.png
type axlapi:String100
properties
isRef 0
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"/>

element XGeoLocationPolicy/relatedPolicies
diagram axlapi_p13937.png
type extension of axlapi:XCommonMembersExtension
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children relatedPolicy
source <xsd:element name="relatedPolicies" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:complexContent>
     
<xsd:extension base="axlapi:XCommonMembersExtension">
       
<xsd:sequence minOccurs="0">
         
<xsd:element name="relatedPolicy" type="axlapi:XPolicyRelationship" minOccurs="1" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:extension>
   
</xsd:complexContent>
 
</xsd:complexType>
</xsd:element>

element XGeoLocationPolicy/relatedPolicies/relatedPolicy
diagram axlapi_p13938.png
type axlapi:XPolicyRelationship
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children geoLocationPolicyAName geoLocationDeviceA geoLocationPolicyBName geoLocationDeviceB logicalPartitionPolicy
source <xsd:element name="relatedPolicy" type="axlapi:XPolicyRelationship" minOccurs="1" maxOccurs="unbounded"/>


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