<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Invalid schema definition for listUser in 10.5 in Cisco labs sandbox - AXL BUG REPORT in Management</title>
    <link>https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-10-5-in-cisco-labs/m-p/3696462#M2956</link>
    <description>&lt;P&gt;AXL 10.5 &amp;nbsp;sandbox BUG REPORT&lt;BR /&gt;&lt;BR /&gt;Validation Errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Validation Error:&lt;/P&gt;
&lt;P&gt;Element 'TelephoneNumber': This element is not expected. Expected is one of ( telephoneNumber, title, mobileNumber, homeNumber, pagerNumber, selfService, calendarPresence, ldapDirectoryName, userIdentity, accountType ). &amp;nbsp; &lt;STRONG&gt;THIS CAN BE FIXED BY FIXING THE CASE TO TelephoneNumber in the xsd&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Validation Error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Element 'mailid': This element is not expected. Expected is one of ( selfService, calendarPresence, ldapDirectoryName, userIdentity, accountType, authenticationType ). &lt;STRONG&gt;The the following will happen over and over until the fields are in correct order in the xsd file&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fields are not coming back in the order of the definition file, if I manually change the xsd file, error by error , putting the correct field, where of what its expecting to what field is expected next, will eventually validate. &amp;nbsp;At the bottom is a visual of what needs to be re-ordered in order for validation to succeed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This was confirmed in Webex Teams DevNet Support Chat&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;FYI: &amp;nbsp;This also happens in 12.0 sandbox lab. &amp;nbsp;(I will post a separate bug on this one as well), and not sure how many other versions. &amp;nbsp;Here is a link to that issue&amp;nbsp;&lt;A title="https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955" href="https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955" target="_self"&gt;https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As a side question, how many of these like these exist. &amp;nbsp;Web services and validation files should be a means to know the absolute input and output, solving age old issues. &amp;nbsp;Here is the details if interested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.cisco.com/AXL/API/10.5" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;ns:listUserResponse xmlns:ns="http://www.cisco.com/AXL/API/10.5"&amp;gt;
            &amp;lt;return&amp;gt;
                &amp;lt;user uuid="{0787758A-9EBC-06E1-9E91-EDC6339787F2}"&amp;gt;
                    &amp;lt;firstName&amp;gt;Smith&amp;lt;/firstName&amp;gt;
                    &amp;lt;middleName&amp;gt;&amp;lt;/middleName&amp;gt;
                    &amp;lt;lastName&amp;gt;Tom&amp;lt;/lastName&amp;gt;
                    &amp;lt;userid&amp;gt;user01&amp;lt;/userid&amp;gt;
                    &amp;lt;directoryUri&amp;gt;&amp;lt;/directoryUri&amp;gt;
                    &amp;lt;TelephoneNumber&amp;gt;&amp;lt;/TelephoneNumber&amp;gt;
                    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
                    &amp;lt;mobileNumber&amp;gt;&amp;lt;/mobileNumber&amp;gt;
                    &amp;lt;homeNumber&amp;gt;&amp;lt;/homeNumber&amp;gt;
                    &amp;lt;pagerNumber&amp;gt;&amp;lt;/pagerNumber&amp;gt;
                    &amp;lt;mailid&amp;gt;user01@cisco.com&amp;lt;/mailid&amp;gt;
                    &amp;lt;department&amp;gt;&amp;lt;/department&amp;gt;
                    &amp;lt;manager&amp;gt;&amp;lt;/manager&amp;gt;
                    &amp;lt;numericUserId&amp;gt;&amp;lt;/numericUserId&amp;gt;
                    &amp;lt;mlppPassword&amp;gt;&amp;lt;/mlppPassword&amp;gt;
                    &amp;lt;primaryExtension&amp;gt;
                        &amp;lt;routePartitionName&amp;gt;&amp;lt;/routePartitionName&amp;gt;
                        &amp;lt;pattern&amp;gt;1001&amp;lt;/pattern&amp;gt;
                    &amp;lt;/primaryExtension&amp;gt;
                    &amp;lt;userLocale&amp;gt;&amp;lt;/userLocale&amp;gt;
                    &amp;lt;associatedPc&amp;gt;&amp;lt;/associatedPc&amp;gt;
                    &amp;lt;enableCti&amp;gt;true&amp;lt;/enableCti&amp;gt;
                    &amp;lt;subscribeCallingSearchSpaceName&amp;gt;&amp;lt;/subscribeCallingSearchSpaceName&amp;gt;
                    &amp;lt;enableMobility&amp;gt;false&amp;lt;/enableMobility&amp;gt;
                    &amp;lt;enableMobileVoiceAccess&amp;gt;false&amp;lt;/enableMobileVoiceAccess&amp;gt;
                    &amp;lt;maxDeskPickupWaitTime&amp;gt;10000&amp;lt;/maxDeskPickupWaitTime&amp;gt;
                    &amp;lt;remoteDestinationLimit&amp;gt;4&amp;lt;/remoteDestinationLimit&amp;gt;
                    &amp;lt;status&amp;gt;1&amp;lt;/status&amp;gt;
                    &amp;lt;enableEmcc&amp;gt;false&amp;lt;/enableEmcc&amp;gt;
                    &amp;lt;homeCluster&amp;gt;true&amp;lt;/homeCluster&amp;gt;
                    &amp;lt;imAndPresenceEnable&amp;gt;true&amp;lt;/imAndPresenceEnable&amp;gt;
                    &amp;lt;calendarPresence&amp;gt;true&amp;lt;/calendarPresence&amp;gt;
                    &amp;lt;serviceProfile uuid="{BF83632F-A455-0CBF-A5A8-97FB424BE968}"&amp;gt;Default User Profile&amp;lt;/serviceProfile&amp;gt;
                &amp;lt;/user&amp;gt;
          &amp;lt;/return&amp;gt;
        &amp;lt;/ns:listUserResponse&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;AXLSoap.xsd (minimalistic schema that only pertains to listUser)&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:axlapi="http://www.cisco.com/AXL/API/10.5" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.cisco.com/AXL/API/10.5" version="10.5"&amp;gt;
    &amp;lt;xsd:simpleType name="XInteger"&amp;gt;
        &amp;lt;xsd:union memberTypes="xsd:integer"&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value=""&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="String255"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="255"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XUUID"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:pattern value="\{........-....-....-....-............\}"&amp;gt;&amp;lt;/xsd:pattern&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XPatternPrecedence"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="Flash Override"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Flash"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Immediate"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Priority"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Routine"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Default"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Executive Override"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="boolean"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:pattern value="(t)|(f)|(true)|(false)|(0)|(1)"&amp;gt;&amp;lt;/xsd:pattern&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="String50"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="50"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XUserLocale"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="English United States"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="UniqueString50"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="50"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XAccountType"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="LDAP"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Local"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XAuthenticationType"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="LDAP"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Local"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:complexType name="AXLError"&amp;gt;
        &amp;lt;xsd:sequence&amp;gt;
            &amp;lt;xsd:element name="axlcode" type="xsd:int"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element name="axlmessage" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element name="request" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
        &amp;lt;/xsd:sequence&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType name="LUser"&amp;gt;
        &amp;lt;xsd:sequence minOccurs="0"&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="firstName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="middleName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="lastName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userid" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mailid" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userLocale" type="axlapi:XUserLocale"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="primaryExtension"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Only DNs associated with the associatedDevices of the  User can be used as primary extension.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
                &amp;lt;xsd:complexType&amp;gt;
                    &amp;lt;xsd:sequence minOccurs="0"&amp;gt;
                        &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="pattern" type="axlapi:String255"&amp;gt;
                            &amp;lt;xsd:annotation&amp;gt;
                                &amp;lt;xsd:documentation&amp;gt;DN or Pattern&amp;lt;/xsd:documentation&amp;gt;
                            &amp;lt;/xsd:annotation&amp;gt;
                        &amp;lt;/xsd:element&amp;gt;
                        &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="routePartitionName" type="axlapi:String50"&amp;gt;
                            &amp;lt;xsd:annotation&amp;gt;
                                &amp;lt;xsd:documentation&amp;gt;Route Partition to which the DN is associated.&amp;lt;/xsd:documentation&amp;gt;
                            &amp;lt;/xsd:annotation&amp;gt;
                        &amp;lt;/xsd:element&amp;gt;
                    &amp;lt;/xsd:sequence&amp;gt;
                &amp;lt;/xsd:complexType&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="associatedPc" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableCti" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="presenceGroupName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="subscribeCallingSearchSpaceName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableMobility" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableMobileVoiceAccess" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="maxDeskPickupWaitTime" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Maximum wait time for Desk Pickup must be a number in the range 0 to 30000.Not Nullable.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="remoteDestinationLimit" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Remote Destination Limit must be a number in the range 1 to 10. Not Nullable.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="status" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Read Only&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableEmcc" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="patternPrecedence" type="axlapi:XPatternPrecedence"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="numericUserId" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mlppPassword" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="homeCluster" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="imAndPresenceEnable" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="serviceProfile" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="directoryUri" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="telephoneNumber" type="xsd:string"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;This field also corresponds to the field 'Number Displayed in Directory' for the Quick User/phone Add page.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mobileNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="homeNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="pagerNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="selfService" type="axlapi:UniqueString50"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="calendarPresence" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="ldapDirectoryName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userIdentity" type="xsd:string"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Value should be of of the format user@domain&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="accountType" type="axlapi:XAccountType"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Valid values are 'Local' or 'LDAP'. Value of 'Local' implies this is a Locally created user and a value of 'LDAP' implies this user is an LDAP Synchronized user&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="authenticationType" type="axlapi:XAuthenticationType"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Valid values are 'Local' or 'LDAP'. Value of 'Local' implies authentication will happen at CUCM and a value of 'LDAP' implies authentication will happen at the LDAP&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
        &amp;lt;/xsd:sequence&amp;gt;
        &amp;lt;xsd:attribute name="uuid" type="axlapi:XUUID"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType abstract="true" name="APIResponse"&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
            &amp;lt;xsd:documentation&amp;gt;All responses must extend abstractResponse.&amp;lt;/xsd:documentation&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
        &amp;lt;xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType name="XFkType"&amp;gt;
        &amp;lt;xsd:simpleContent&amp;gt;
            &amp;lt;xsd:extension base="xsd:string"&amp;gt;
                &amp;lt;xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
            &amp;lt;/xsd:extension&amp;gt;
        &amp;lt;/xsd:simpleContent&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:element name="listUserResponse" type="axlapi:ListUserRes"&amp;gt;&amp;lt;/xsd:element&amp;gt;
    &amp;lt;xsd:complexType name="ListUserRes"&amp;gt;
        &amp;lt;xsd:complexContent&amp;gt;
            &amp;lt;xsd:extension base="axlapi:APIResponse"&amp;gt;
                &amp;lt;xsd:sequence&amp;gt;
                    &amp;lt;xsd:element name="return"&amp;gt;
                        &amp;lt;xsd:complexType&amp;gt;
                            &amp;lt;xsd:sequence&amp;gt;
                                &amp;lt;xsd:element maxOccurs="unbounded" minOccurs="0" name="user" type="axlapi:LUser"&amp;gt;&amp;lt;/xsd:element&amp;gt;
                            &amp;lt;/xsd:sequence&amp;gt;
                        &amp;lt;/xsd:complexType&amp;gt;
                    &amp;lt;/xsd:element&amp;gt;
                &amp;lt;/xsd:sequence&amp;gt;
            &amp;lt;/xsd:extension&amp;gt;
        &amp;lt;/xsd:complexContent&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
&amp;lt;/xsd:schema&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-08-28 at 2.52.35 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/17619i7C39F422C603DC76/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-08-28 at 2.52.35 PM.png" alt="Screen Shot 2018-08-28 at 2.52.35 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Aug 2018 20:19:05 GMT</pubDate>
    <dc:creator>Evanchik</dc:creator>
    <dc:date>2018-08-28T20:19:05Z</dc:date>
    <item>
      <title>Invalid schema definition for listUser in 10.5 in Cisco labs sandbox - AXL BUG REPORT</title>
      <link>https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-10-5-in-cisco-labs/m-p/3696462#M2956</link>
      <description>&lt;P&gt;AXL 10.5 &amp;nbsp;sandbox BUG REPORT&lt;BR /&gt;&lt;BR /&gt;Validation Errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Validation Error:&lt;/P&gt;
&lt;P&gt;Element 'TelephoneNumber': This element is not expected. Expected is one of ( telephoneNumber, title, mobileNumber, homeNumber, pagerNumber, selfService, calendarPresence, ldapDirectoryName, userIdentity, accountType ). &amp;nbsp; &lt;STRONG&gt;THIS CAN BE FIXED BY FIXING THE CASE TO TelephoneNumber in the xsd&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Validation Error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Element 'mailid': This element is not expected. Expected is one of ( selfService, calendarPresence, ldapDirectoryName, userIdentity, accountType, authenticationType ). &lt;STRONG&gt;The the following will happen over and over until the fields are in correct order in the xsd file&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The fields are not coming back in the order of the definition file, if I manually change the xsd file, error by error , putting the correct field, where of what its expecting to what field is expected next, will eventually validate. &amp;nbsp;At the bottom is a visual of what needs to be re-ordered in order for validation to succeed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This was confirmed in Webex Teams DevNet Support Chat&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;FYI: &amp;nbsp;This also happens in 12.0 sandbox lab. &amp;nbsp;(I will post a separate bug on this one as well), and not sure how many other versions. &amp;nbsp;Here is a link to that issue&amp;nbsp;&lt;A title="https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955" href="https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955" target="_self"&gt;https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-12-in-cisco-labs/m-p/3696437#M2955&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As a side question, how many of these like these exist. &amp;nbsp;Web services and validation files should be a means to know the absolute input and output, solving age old issues. &amp;nbsp;Here is the details if interested.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Response:&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://www.cisco.com/AXL/API/10.5" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;ns:listUserResponse xmlns:ns="http://www.cisco.com/AXL/API/10.5"&amp;gt;
            &amp;lt;return&amp;gt;
                &amp;lt;user uuid="{0787758A-9EBC-06E1-9E91-EDC6339787F2}"&amp;gt;
                    &amp;lt;firstName&amp;gt;Smith&amp;lt;/firstName&amp;gt;
                    &amp;lt;middleName&amp;gt;&amp;lt;/middleName&amp;gt;
                    &amp;lt;lastName&amp;gt;Tom&amp;lt;/lastName&amp;gt;
                    &amp;lt;userid&amp;gt;user01&amp;lt;/userid&amp;gt;
                    &amp;lt;directoryUri&amp;gt;&amp;lt;/directoryUri&amp;gt;
                    &amp;lt;TelephoneNumber&amp;gt;&amp;lt;/TelephoneNumber&amp;gt;
                    &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;
                    &amp;lt;mobileNumber&amp;gt;&amp;lt;/mobileNumber&amp;gt;
                    &amp;lt;homeNumber&amp;gt;&amp;lt;/homeNumber&amp;gt;
                    &amp;lt;pagerNumber&amp;gt;&amp;lt;/pagerNumber&amp;gt;
                    &amp;lt;mailid&amp;gt;user01@cisco.com&amp;lt;/mailid&amp;gt;
                    &amp;lt;department&amp;gt;&amp;lt;/department&amp;gt;
                    &amp;lt;manager&amp;gt;&amp;lt;/manager&amp;gt;
                    &amp;lt;numericUserId&amp;gt;&amp;lt;/numericUserId&amp;gt;
                    &amp;lt;mlppPassword&amp;gt;&amp;lt;/mlppPassword&amp;gt;
                    &amp;lt;primaryExtension&amp;gt;
                        &amp;lt;routePartitionName&amp;gt;&amp;lt;/routePartitionName&amp;gt;
                        &amp;lt;pattern&amp;gt;1001&amp;lt;/pattern&amp;gt;
                    &amp;lt;/primaryExtension&amp;gt;
                    &amp;lt;userLocale&amp;gt;&amp;lt;/userLocale&amp;gt;
                    &amp;lt;associatedPc&amp;gt;&amp;lt;/associatedPc&amp;gt;
                    &amp;lt;enableCti&amp;gt;true&amp;lt;/enableCti&amp;gt;
                    &amp;lt;subscribeCallingSearchSpaceName&amp;gt;&amp;lt;/subscribeCallingSearchSpaceName&amp;gt;
                    &amp;lt;enableMobility&amp;gt;false&amp;lt;/enableMobility&amp;gt;
                    &amp;lt;enableMobileVoiceAccess&amp;gt;false&amp;lt;/enableMobileVoiceAccess&amp;gt;
                    &amp;lt;maxDeskPickupWaitTime&amp;gt;10000&amp;lt;/maxDeskPickupWaitTime&amp;gt;
                    &amp;lt;remoteDestinationLimit&amp;gt;4&amp;lt;/remoteDestinationLimit&amp;gt;
                    &amp;lt;status&amp;gt;1&amp;lt;/status&amp;gt;
                    &amp;lt;enableEmcc&amp;gt;false&amp;lt;/enableEmcc&amp;gt;
                    &amp;lt;homeCluster&amp;gt;true&amp;lt;/homeCluster&amp;gt;
                    &amp;lt;imAndPresenceEnable&amp;gt;true&amp;lt;/imAndPresenceEnable&amp;gt;
                    &amp;lt;calendarPresence&amp;gt;true&amp;lt;/calendarPresence&amp;gt;
                    &amp;lt;serviceProfile uuid="{BF83632F-A455-0CBF-A5A8-97FB424BE968}"&amp;gt;Default User Profile&amp;lt;/serviceProfile&amp;gt;
                &amp;lt;/user&amp;gt;
          &amp;lt;/return&amp;gt;
        &amp;lt;/ns:listUserResponse&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/PRE&gt;
&lt;P&gt;AXLSoap.xsd (minimalistic schema that only pertains to listUser)&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:axlapi="http://www.cisco.com/AXL/API/10.5" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://www.cisco.com/AXL/API/10.5" version="10.5"&amp;gt;
    &amp;lt;xsd:simpleType name="XInteger"&amp;gt;
        &amp;lt;xsd:union memberTypes="xsd:integer"&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value=""&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="String255"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="255"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XUUID"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:pattern value="\{........-....-....-....-............\}"&amp;gt;&amp;lt;/xsd:pattern&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XPatternPrecedence"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="Flash Override"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Flash"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Immediate"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Priority"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Routine"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Default"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Executive Override"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="boolean"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:pattern value="(t)|(f)|(true)|(false)|(0)|(1)"&amp;gt;&amp;lt;/xsd:pattern&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="String50"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="50"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XUserLocale"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="English United States"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="UniqueString50"&amp;gt;
        &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
            &amp;lt;xsd:maxLength value="50"&amp;gt;&amp;lt;/xsd:maxLength&amp;gt;
        &amp;lt;/xsd:restriction&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XAccountType"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="LDAP"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Local"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:simpleType name="XAuthenticationType"&amp;gt;
        &amp;lt;xsd:union&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;
                    &amp;lt;xsd:enumeration value="LDAP"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                    &amp;lt;xsd:enumeration value="Local"&amp;gt;&amp;lt;/xsd:enumeration&amp;gt;
                &amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
            &amp;lt;xsd:simpleType&amp;gt;
                &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&amp;lt;/xsd:restriction&amp;gt;
            &amp;lt;/xsd:simpleType&amp;gt;
        &amp;lt;/xsd:union&amp;gt;
    &amp;lt;/xsd:simpleType&amp;gt;
    &amp;lt;xsd:complexType name="AXLError"&amp;gt;
        &amp;lt;xsd:sequence&amp;gt;
            &amp;lt;xsd:element name="axlcode" type="xsd:int"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element name="axlmessage" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element name="request" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
        &amp;lt;/xsd:sequence&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType name="LUser"&amp;gt;
        &amp;lt;xsd:sequence minOccurs="0"&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="firstName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="middleName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="lastName" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userid" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mailid" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="department" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="manager" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userLocale" type="axlapi:XUserLocale"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="primaryExtension"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Only DNs associated with the associatedDevices of the  User can be used as primary extension.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
                &amp;lt;xsd:complexType&amp;gt;
                    &amp;lt;xsd:sequence minOccurs="0"&amp;gt;
                        &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="pattern" type="axlapi:String255"&amp;gt;
                            &amp;lt;xsd:annotation&amp;gt;
                                &amp;lt;xsd:documentation&amp;gt;DN or Pattern&amp;lt;/xsd:documentation&amp;gt;
                            &amp;lt;/xsd:annotation&amp;gt;
                        &amp;lt;/xsd:element&amp;gt;
                        &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="routePartitionName" type="axlapi:String50"&amp;gt;
                            &amp;lt;xsd:annotation&amp;gt;
                                &amp;lt;xsd:documentation&amp;gt;Route Partition to which the DN is associated.&amp;lt;/xsd:documentation&amp;gt;
                            &amp;lt;/xsd:annotation&amp;gt;
                        &amp;lt;/xsd:element&amp;gt;
                    &amp;lt;/xsd:sequence&amp;gt;
                &amp;lt;/xsd:complexType&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="associatedPc" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableCti" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="presenceGroupName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="subscribeCallingSearchSpaceName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableMobility" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableMobileVoiceAccess" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="maxDeskPickupWaitTime" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Maximum wait time for Desk Pickup must be a number in the range 0 to 30000.Not Nullable.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="remoteDestinationLimit" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Remote Destination Limit must be a number in the range 1 to 10. Not Nullable.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="status" type="axlapi:XInteger"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Read Only&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="enableEmcc" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="patternPrecedence" type="axlapi:XPatternPrecedence"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="numericUserId" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mlppPassword" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="homeCluster" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="imAndPresenceEnable" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="serviceProfile" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="directoryUri" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="telephoneNumber" type="xsd:string"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;This field also corresponds to the field 'Number Displayed in Directory' for the Quick User/phone Add page.&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="title" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="mobileNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="homeNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="pagerNumber" type="xsd:string"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="selfService" type="axlapi:UniqueString50"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="calendarPresence" type="axlapi:boolean"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="ldapDirectoryName" type="axlapi:XFkType"&amp;gt;&amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="userIdentity" type="xsd:string"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Value should be of of the format user@domain&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="accountType" type="axlapi:XAccountType"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Valid values are 'Local' or 'LDAP'. Value of 'Local' implies this is a Locally created user and a value of 'LDAP' implies this user is an LDAP Synchronized user&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
            &amp;lt;xsd:element maxOccurs="1" minOccurs="0" name="authenticationType" type="axlapi:XAuthenticationType"&amp;gt;
                &amp;lt;xsd:annotation&amp;gt;
                    &amp;lt;xsd:documentation&amp;gt;Valid values are 'Local' or 'LDAP'. Value of 'Local' implies authentication will happen at CUCM and a value of 'LDAP' implies authentication will happen at the LDAP&amp;lt;/xsd:documentation&amp;gt;
                &amp;lt;/xsd:annotation&amp;gt;
            &amp;lt;/xsd:element&amp;gt;
        &amp;lt;/xsd:sequence&amp;gt;
        &amp;lt;xsd:attribute name="uuid" type="axlapi:XUUID"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType abstract="true" name="APIResponse"&amp;gt;
        &amp;lt;xsd:annotation&amp;gt;
            &amp;lt;xsd:documentation&amp;gt;All responses must extend abstractResponse.&amp;lt;/xsd:documentation&amp;gt;
        &amp;lt;/xsd:annotation&amp;gt;
        &amp;lt;xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:complexType name="XFkType"&amp;gt;
        &amp;lt;xsd:simpleContent&amp;gt;
            &amp;lt;xsd:extension base="xsd:string"&amp;gt;
                &amp;lt;xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"&amp;gt;&amp;lt;/xsd:attribute&amp;gt;
            &amp;lt;/xsd:extension&amp;gt;
        &amp;lt;/xsd:simpleContent&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
    &amp;lt;xsd:element name="listUserResponse" type="axlapi:ListUserRes"&amp;gt;&amp;lt;/xsd:element&amp;gt;
    &amp;lt;xsd:complexType name="ListUserRes"&amp;gt;
        &amp;lt;xsd:complexContent&amp;gt;
            &amp;lt;xsd:extension base="axlapi:APIResponse"&amp;gt;
                &amp;lt;xsd:sequence&amp;gt;
                    &amp;lt;xsd:element name="return"&amp;gt;
                        &amp;lt;xsd:complexType&amp;gt;
                            &amp;lt;xsd:sequence&amp;gt;
                                &amp;lt;xsd:element maxOccurs="unbounded" minOccurs="0" name="user" type="axlapi:LUser"&amp;gt;&amp;lt;/xsd:element&amp;gt;
                            &amp;lt;/xsd:sequence&amp;gt;
                        &amp;lt;/xsd:complexType&amp;gt;
                    &amp;lt;/xsd:element&amp;gt;
                &amp;lt;/xsd:sequence&amp;gt;
            &amp;lt;/xsd:extension&amp;gt;
        &amp;lt;/xsd:complexContent&amp;gt;
    &amp;lt;/xsd:complexType&amp;gt;
&amp;lt;/xsd:schema&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-08-28 at 2.52.35 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/17619i7C39F422C603DC76/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2018-08-28 at 2.52.35 PM.png" alt="Screen Shot 2018-08-28 at 2.52.35 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 20:19:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-10-5-in-cisco-labs/m-p/3696462#M2956</guid>
      <dc:creator>Evanchik</dc:creator>
      <dc:date>2018-08-28T20:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid schema definition for listUser in 9.0 in Cisco labs sandbox - AXL BUG REPORT</title>
      <link>https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-10-5-in-cisco-labs/m-p/3696468#M2957</link>
      <description>I wanted to post a visual of the changes that need to be made to make this call work&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://ibb.co/gSWev9" target="_blank"&gt;https://ibb.co/gSWev9&lt;/A&gt;</description>
      <pubDate>Tue, 28 Aug 2018 18:53:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invalid-schema-definition-for-listuser-in-10-5-in-cisco-labs/m-p/3696468#M2957</guid>
      <dc:creator>Evanchik</dc:creator>
      <dc:date>2018-08-28T18:53:57Z</dc:date>
    </item>
  </channel>
</rss>

