AXL-Client-Simple

 view release on metacpan or  search on metacpan

share/AXLSoap.xsd  view on Meta::CPAN

	<xsd:complexType name="XLineGroup">
		<xsd:sequence minOccurs="0">
			<xsd:element name="name" type="xsd:Name"/>
			<xsd:element name="distributionAlgorithm" type="xsd:string" nillable="false"/><!--This field is of the type axl:XDistributeAlgorithm in AXLEnums.xsd-->
			<xsd:element name="rnaReversionTimeOut" type="xsd:nonNegativeInteger" default="10" nillable="false"/>
			<xsd:element name="huntAlgorithmNoAnswer" type="xsd:string" nillable="false"/><!--This field is of the type axl:XHuntAlgorithm in AXLEnums.xsd-->
			<xsd:element name="huntAlgorithmBusy" type="xsd:string" nillable="false"/><!--This field is of the type axl:XHuntAlgorithm in AXLEnums.xsd-->
			<xsd:element name="huntAlgorithmNotAvailable" type="xsd:string" nillable="false"/><!--This field is of the type axl:XHuntAlgorithm in AXLEnums.xsd-->
			<xsd:element name="members">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="member" type="axlapi:XLineGroupMember" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XLineGroupMember">
		<xsd:sequence minOccurs="0">
			<xsd:element name="lineSelectionOrder" type="xsd:nonNegativeInteger"/>
			<xsd:choice>
				<xsd:element name="directoryNumber" type="axlapi:XNPDirectoryNumber">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="directoryNumberId" type="axlapi:XUUID">
					<xsd:annotation>
						<xsd:documentation>DEPRECATED: use directorynumber/uuid</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="dnPatternAndPartition">
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="dnPattern" type="axlapi:XDirectoryNumber"/>
							<xsd:sequence>
								<xsd:choice>
									<xsd:element name="routePartition" type="axlapi:XRoutePartition">
										<xsd:annotation>
											<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="routePartitionId" type="axlapi:XUUID">
										<xsd:annotation>
											<xsd:documentation>DEPRECATED: use routePartition/uuid</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="routePartitionName" type="axlapi:String50"/>
								</xsd:choice>
							</xsd:sequence>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XRouteListMember">
		<xsd:annotation>
			<xsd:documentation>Represents a mapping between route groups and route lists.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence minOccurs="0">
			<xsd:choice>
				<xsd:element name="routeGroup" type="axlapi:XRouteGroup">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="routeGroupName" type="axlapi:String50" nillable="false"/>
			</xsd:choice>
			<xsd:element name="selectionOrder" type="xsd:nonNegativeInteger"/>
			<xsd:element name="calledPartyTransformationMask" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="callingPartyTransformationMask" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="dialPlanWizardGenId" type="xsd:nonNegativeInteger" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:choice minOccurs="0">
				<xsd:element name="digitDiscardInstruction" type="axlapi:XDigitDiscardInstruction">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="digitDiscardInstructionName" type="axlapi:String50">
					<xsd:annotation>
						<xsd:documentation>This should be written as dialPlanName:digitDiscardInstructionName(NANP:PreDot)</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:choice>
			<xsd:element name="prefixDigitsOut" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="useFullyQualifiedCallingPartyNumber" type="xsd:string"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
			<xsd:element name="callingPartyNumberingPlan" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XNumberingPlan in AXLEnums.xsd-->
			<xsd:element name="callingPartyNumberType" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPriOfNumber in AXLEnums.xsd-->
			<xsd:element name="calledPartyNumberingPlan" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XNumberingPlan in AXLEnums.xsd-->
			<xsd:element name="calledPartyNumberType" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPriOfNumber in AXLEnums.xsd-->
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XHuntListMember">
		<xsd:annotation>
			<xsd:documentation>Represents a mapping between line groups and hunt lists.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence minOccurs="0">
			<xsd:choice>
				<xsd:element name="lineGroup" type="axlapi:XLineGroup">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="lineGroupName" type="axlapi:String50" nillable="false"/>
			</xsd:choice>
			<xsd:element name="selectionOrder" type="xsd:nonNegativeInteger"/>
			<xsd:element name="calledPartyTransformationMask" type="axlapi:String50" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="callingPartyTransformationMask" type="axlapi:String50" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="dialPlanWizardGenId" type="xsd:nonNegativeInteger" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:choice minOccurs="0">
				<xsd:element name="digitDiscardInstruction" type="axlapi:XDigitDiscardInstruction">
					<xsd:annotation>
						<xsd:documentation>Read-only</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="digitDiscardInstructionName" type="axlapi:String50">
					<xsd:annotation>
						<xsd:documentation>Read-only</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
			</xsd:choice>
			<xsd:element name="prefixDigitsOut" type="axlapi:String50" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read-only</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="useFullyQualifiedCallingPartyNumber" type="xsd:string"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XRouteList">
		<xsd:annotation>
			<xsd:documentation>Although stored in the Device table, the routeList is not really a device.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence minOccurs="0">
			<xsd:element name="name" type="xsd:Name">
				<xsd:annotation>
					<xsd:documentation>From Device table.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="National, International and Subscriber Prefixes must be empty for SIP trunks"/>
         <xsd:enumeration value="Only H225 trunk (gatekeep controlled) and SIP trunk can have non-zero Allocated License Unit"/>
         <xsd:enumeration value="Remote Destination Profile and Dual Mode Device can only have Call Reject DND option"/>
         <xsd:enumeration value="IsProtected setting can only be true for devices supporting secure tone feature "/>
         <xsd:enumeration value="Security Profile used with Protected device must be secure (encrypted)"/>
         <xsd:enumeration value="Protected device does not support shared line and all lines on a protected device must have max calls (and busy trigger) set to 1."/>
         <xsd:enumeration value="Device does not support SmartClient feature. "/>
         <xsd:enumeration value="Remote Cisco Unified Communications Manager is already defined for other ICT Trunk."/>
         <xsd:enumeration value="Cannot add more than one IP Media Streaming software devices per type (CFB,MOH,ANN,SVR) per server."/>
         <xsd:enumeration value="Cannot use QSIG Variant or ASN1 Rose OID Encoding because QSIG is not enabled for this device. Enable QSIG protocol or tunneling and try again."/>
         <xsd:enumeration value="Attempted to insert an invalid product into the device table. Make sure the product is an endpoint device and try again."/>
         <xsd:enumeration value="The specified name has invalid characters or is not formatted correctly for this device type."/>
         <xsd:enumeration value="The autogenerated profile name has invalid characters or is not formatted correctly for this device type."/>
         <xsd:enumeration value="The specified name has invalid characters or is not formatted correctly for this type of device, profile or template."/>
         <xsd:enumeration value="Gatekeeper table may only reference devices that are Gatekeepers (model = 122)"/>
         <xsd:enumeration value="Failure attempting to insert into Region table"/>
         <xsd:enumeration value="URI as a BLF Speed-dial Destination is not allowed for this device with this protocol."/>
         <xsd:enumeration value="BLF Destination does not appear to be a valid URI for dialing."/>
         <xsd:enumeration value="BLF Destination does not appear to be dialable."/>
         <xsd:enumeration value="BLF Directed Call Park number must be of type Directed Call Park."/>
         <xsd:enumeration value="BLF Directed Call Park number must be dialable. Numeric Digits (0-9), asterisks (*), and pound(#) are allowed characters."/>
         <xsd:enumeration value="The subnet mask is out of range, the first octet value is 223 or less."/>
         <xsd:enumeration value="Subnet mask and mask size do not match."/>
         <xsd:enumeration value="Failure attempting to insert into RegionMatrix table"/>
         <xsd:enumeration value="User must override the default Bandwidth and Video Bandwidth settings"/>
         <xsd:enumeration value="No appropriate base product type value found in Mgcp table"/>
         <xsd:enumeration value="Propgation of MgcpDeviceMember values to Device table failed"/>
         <xsd:enumeration value="Automatic update of Device name failed after MGCP port value update"/>
         <xsd:enumeration value="Cannot change from Qsig to non_Qsig if this gateway is in a route group"/>
         <xsd:enumeration value="DigitalAccessPri table may only reference devices with matching Device Protocol (DigitalAccessPri)"/>
         <xsd:enumeration value="Attempt to change device Qsig value failed"/>
         <xsd:enumeration value="E1 gateway can not have g.clear enabled."/>
         <xsd:enumeration value="G.Clear is not supported on the PRI interface on this type of gateway."/>
         <xsd:enumeration value="Failure attempting to insert into AARDialPrefixMatrix table"/>
         <xsd:enumeration value="The standard locations should not be deleted and the configration for the standard location should not be modified other than RSVP policy configurations."/>
         <xsd:enumeration value="Failure attempting to update CSS Clause after update in CSSMember table"/>
         <xsd:enumeration value="Members of a calling search space must be of the same partition type"/>
         <xsd:enumeration value="Cannot modify or delete the installed Default Credential Policy."/>
         <xsd:enumeration value="Automatic update of CTIID during insert into CallManager table failed due to overflow"/>
         <xsd:enumeration value="CallManager SIP Port cannot match any existing CallManager(s) SIP Secured Port"/>
         <xsd:enumeration value="CallManager SIP Secured Port cannot match any existing CallManager(s) SIP Port"/>
         <xsd:enumeration value="Failure to insert phone button records for new phone template"/>
         <xsd:enumeration value="Failure attempting to add user-definable buttons to PhoneButton table"/>
         <xsd:enumeration value="Phone Template may only be assigned to devices that support the phone template feature"/>
         <xsd:enumeration value="Extension Mobility login failed - phone button template protocol (SCCP/SIP) mismatch"/>
         <xsd:enumeration value="Failure attempting to reconstruct the SoftKeyTemplate table SoftKeySetClause"/>
         <xsd:enumeration value="Failure attempting to reconstruct the SoftKeyTemplate table SoftKeyClause"/>
         <xsd:enumeration value="Attempt to change an existing template. Templates are not modifiable"/>
         <xsd:enumeration value="Attempt to add more than the limit of 16 softkeys per call state."/>
         <xsd:enumeration value="Attempt to update a restricted column denied"/>
         <xsd:enumeration value="Attempt to update a standard template is denied; can only update a derived template"/>
         <xsd:enumeration value="Can not assign the same softkey to the same call state for one softkey template except the Undefined softkey"/>
         <xsd:enumeration value="Attempt to delete CallManagerGroup record defined as the default tftp record"/>
         <xsd:enumeration value="Invalid attempt to change status of CallManagerGroup default tftp record to non-default"/>
         <xsd:enumeration value="Failure in triggered insert into SoftkeyTemplateServiceMap during insert of a new SoftkeyTemplate"/>
         <xsd:enumeration value="Encountered malformed base template record when attempting to insert a new Softkey Template"/>
         <xsd:enumeration value="Attempt to update a Standard template denied. Only user-defined templates may be updated"/>
         <xsd:enumeration value="Attempt to delete a Standard template denied. Only user-defined templates may be delete"/>
         <xsd:enumeration value="Attempt to insert a Standard template denied. Only user-defined templates may be inserted"/>
         <xsd:enumeration value="Invalid internal key encountered attempting to insert user template"/>
         <xsd:enumeration value="Cannot map this Service to a Softkey Template because the Service has no Softkeys defined."/>
         <xsd:enumeration value="Cannot remove the Cisco CallManager softkeys from a Softkey Template."/>
         <xsd:enumeration value="You cannot delete this SoftKey Template because it is the default SoftKey Template."/>
         <xsd:enumeration value="Failure in triggered insert of new record(s) into SoftkeySet during insert of new SoftkeyTemplateServiceMap record"/>
         <xsd:enumeration value="Attempt to delete a Standard template denied. Only user-defined templates may be deleted"/>
         <xsd:enumeration value="Attempt to directly delete last service for this user template from SoftkeyTemplateServiceMap table denied"/>
         <xsd:enumeration value="Attempt to delete CallManager service denied. CallManager is an essential service"/>
         <xsd:enumeration value="Failure attempting to update the Qsig value in RouteGroup"/>
         <xsd:enumeration value="Cannot mix H323 or Mixed Non-QSIG with PRI QSIG"/>
         <xsd:enumeration value="Invalid Qsig configuration: at least one QSIG variety must be declared"/>
         <xsd:enumeration value="The selected device or pattern is already associated with a Route Pattern"/>
         <xsd:enumeration value="Only individual ports or the whole GW can be assigned to a Route Group. Not both."/>
         <xsd:enumeration value="Failure attempting to update a device QSIG type value"/>
         <xsd:enumeration value="No such route group defined for this route list"/>
         <xsd:enumeration value="No such device defined for this route list"/>
         <xsd:enumeration value="An invalid QSIG configuration was detected for this Route List"/>
         <xsd:enumeration value="User attempted delete of a mapped RouteList entry not allowed. Must delete the Device from the Device table"/>
         <xsd:enumeration value="RouteList table may only reference Route List devices"/>
         <xsd:enumeration value="HuntList table may only reference Hunt List devices"/>
         <xsd:enumeration value="Digit discard instruction in a Route List, needs that its Dial Plan match that of the corresponding Device"/>
         <xsd:enumeration value="Failure attempting automatic insert of Process Node Service records occuring on insert of Process Node record"/>
         <xsd:enumeration value="An IP address from input or from a resolved host name is already in use"/>
         <xsd:enumeration value="Encountered an invalid hostname: Server name can be an IP address or hostname. Hostname must be at least 2 characters and no more than 63,should contains only letters, numbers,dots and dashes,and end with only a lette...
         <xsd:enumeration value="Encountered an invalid IP address"/>
         <xsd:enumeration value="Invalid IPv4 address format: requires 4 octets separated by periods"/>
         <xsd:enumeration value="The publisher sever entry cannot be deleted"/>
         <xsd:enumeration value="Max number of servers in cluster has been exceeded for install type."/>
         <xsd:enumeration value="Server Name contains invalid characters. Server name can be an IP address or hostname. Hostname must be at least 2 characters and no more than 64."/>
         <xsd:enumeration value="Failure attempting automatic insert Alarm Configuration records occuring on insert of Process Node Service record"/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, No DevicePool record exists to assign to these devices."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, No Server record exists to assign to these devices."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of software MTP device failed."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of media mixer record failed."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of software CFB device failed."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of tone annunciator device failed."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of MOH device failed."/>
         <xsd:enumeration value="Failure attempting automatic insert of Media Streaming devices, Insert of MOHServer record failed."/>
         <xsd:enumeration value="Failure attempting CallManager service activation.  You need to add a CallManager first."/>
         <xsd:enumeration value="Failure attempting to remove a record that has a relation in the service parameters"/>
         <xsd:enumeration value="A requested multicast IP address is beyond the range 224.0.1.0 - 239.255.255.255"/>
         <xsd:enumeration value="Attempt to use a multicast IP address reserved for another server"/>
         <xsd:enumeration value="A requested multicast IP port is either an odd number or beyond the allowed range (16384-32766)"/>
         <xsd:enumeration value="Attempt to add a new Audio Source record into an auxiliary table failed"/>
         <xsd:enumeration value="Attempt to delete an Audio Source record from an auxiliary table failed"/>
         <xsd:enumeration value="Invalid IP Address"/>
         <xsd:enumeration value="All Multicast IP Addresses must be in the range 224.0.1.0 to 239.255.255.255"/>
         <xsd:enumeration value="Multicast Base Port number must be an even number in the range 16384 to 32766"/>
         <xsd:enumeration value="MOHServer table may only reference MOH Server devices"/>
         <xsd:enumeration value="Two MOH Servers cannot use the same Multicast Base IP Address and Port Number"/>
         <xsd:enumeration value="Cannot insert additional Add-on Modules for this device"/>
         <xsd:enumeration value="Failure attempting to automatically re-number devices in the database"/>
         <xsd:enumeration value="Expansion Modules can not be of mixed types"/>
         <xsd:enumeration value="This type of expansion module is not supported by this device."/>
         <xsd:enumeration value="Duplicate End User or System Time Schedule Name. A Time Schedule with this name already exists for the specified user"/>
         <xsd:enumeration value="Cannot modify or delete the Time Schedule for All the time."/>
         <xsd:enumeration value="Duplicate End User or System Time Period Name. A Time Period with this name already exists for the specified user"/>
         <xsd:enumeration value="Cannot modify or delete the Time Period for All the time."/>
         <xsd:enumeration value="Day of week should be different for each Time Period in an End User Time Schedule."/>
         <xsd:enumeration value="Failure attempting to automatically update Device name after MGCP Domain name change"/>
         <xsd:enumeration value="The specified distribution algorithm is not valid for Route and Line Groups"/>
         <xsd:enumeration value="Cannot delete or modify Standard Local Route Group"/>
         <xsd:enumeration value="AnalogAccess table may only reference devices with matching Device Protocol (AnalogAccess)"/>
         <xsd:enumeration value="AnalogAccessPort table may only reference devices with matching Device Protocol (AnalogAccess)"/>
         <xsd:enumeration value="A device that uses Phone Templates must have a specific Phone Template assigned"/>
         <xsd:enumeration value="The Phone Template model and protocol do not match the device model and protocol"/>
         <xsd:enumeration value="The Device Defaults record for a device that uses a firmware load must specify the default firmware load name"/>
         <xsd:enumeration value="DigitalAccessBri table may only reference devices with matching Device Protocol (DigitalAccessBri)"/>
         <xsd:enumeration value="Only Media Resource devices can be members of Media Resource Groups"/>
         <xsd:enumeration value="MediaMixer table may only reference Media Resource devices"/>
         <xsd:enumeration value="The sum of the streams configured for all media resources (CFB, MTP, XCODE, ANN) associated with this gateway cannot exceed 128"/>
         <xsd:enumeration value="NSFInformationElements must be associated with a Route Pattern"/>
         <xsd:enumeration value="The specified NSF Service is not valid for the selected protocol"/>
         <xsd:enumeration value="The specified NSF Carrier Identification Code has invalid format"/>
         <xsd:enumeration value="The specified NSF Parameter Value has invalid format"/>
         <xsd:enumeration value="DigitalAccessT1 table may only reference devices with matching Device Protocol (DigitalAccessT1)"/>
         <xsd:enumeration value="DigitalAccessT1Port table may only reference devices with matching Device Protocol (DigitalAccessT1)"/>
         <xsd:enumeration value="User-defined SRST records must use the corresponding SRST Option"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="AppUser Name already exists as an EndUser Userid. AppUser Name cannot be the same as an EndUser's userid"/>
         <xsd:enumeration value="EndUser userid already exists as an AppUser Name. EndUser userid cannot be the same as an AppUsers name."/>
         <xsd:enumeration value="EndUser cannot be inserted because Corporate LDAP directory is the sync master. Add users in the corporate directory."/>
         <xsd:enumeration value="EndUser cannot be deleted because Corporate LDAP directory is the sync master. Remove users from the corporate directory."/>
         <xsd:enumeration value="Cannot reduce Remote Destination Limit below the number of currently configured Remote Destinations for the EndUser."/>
         <xsd:enumeration value="The encrypted form of the password is too large to be stored. Use a shorter or less complex password."/>
         <xsd:enumeration value="Only one application server per type can be configured with the localdomain definition."/>
         <xsd:enumeration value="The .localdomain suffix is required and cannot be removed from Cisco Unity Connection AppServer name."/>
         <xsd:enumeration value="Another Application Server with this name already exists. Please check the Application Server Find/List page to verify your entry does not exist or use a different name."/>
         <xsd:enumeration value="A Server with this name already exists as Cisco UCM Server. Please check the Server Find/List page to verify your entry does not exist or use a different name."/>
         <xsd:enumeration value="Cannot have more than 100 IP Phone Service subscriptions on a device"/>
         <xsd:enumeration value="Cannot subscribe to IP Phone Service that is an Enterprise Subscription service"/>
         <xsd:enumeration value="Duplicate Number Plan entries for this Pilot record"/>
         <xsd:enumeration value="If NumPlan is null, then PilotUser and DeviceLine must contain values"/>
         <xsd:enumeration value="If NumPlan is not null, then PilotUser and DeviceLine must not contain entries"/>
         <xsd:enumeration value="PilotUser, device line index, and pilot must be unique"/>
         <xsd:enumeration value="Only one record with alwaysroute true is allowed for a particular fkpilot"/>
         <xsd:enumeration value="Only Phones and VoiceMail Port usage are allowed"/>
         <xsd:enumeration value="Attempt to delete default MLPP Domain record not allowed"/>
         <xsd:enumeration value="Cannot have more than one default MLPP Domain record."/>
         <xsd:enumeration value="Attempt to update a record that is not user-modifiable"/>
         <xsd:enumeration value="Attempt to update MediaResourceList clause failed"/>
         <xsd:enumeration value="Attempt to insert value into LicenseDistributionUsed triggered by insert into LicenseInfo table failed"/>
         <xsd:enumeration value="Attempt to delete from LicenseDistributionUsed failed because used count, distributed count or both were non-zero"/>
         <xsd:enumeration value="Cannot make an active licensed device inactive (IsActive cannot change from true to false)"/>
         <xsd:enumeration value="Request unsuccessful to license manager(Please check the Licensing logs for further details) "/>
         <xsd:enumeration value="Cannot connect to License Manager"/>
         <xsd:enumeration value="Datastore exception in licensing"/>
         <xsd:enumeration value="Internal licensing error (check the log file for details)"/>
         <xsd:enumeration value="All licenses in use for this feature. Please upload additional licenses (a new license file) and try activating the feature again."/>
         <xsd:enumeration value="No licensing support for the requested feature"/>
         <xsd:enumeration value="Can't connect to datastore for licensing"/>
         <xsd:enumeration value="License file not loaded"/>
         <xsd:enumeration value="Licenses not available for the required version"/>
         <xsd:enumeration value="All the allocated licenses to this node are consumed. Please upload additional licenses (a new license file) and try again."/>
         <xsd:enumeration value="Licensing checkin failed (checkin count is greater than checked out count)"/>
         <xsd:enumeration value="License Server not serving licenses on this node"/>
         <xsd:enumeration value="All license servers down"/>
         <xsd:enumeration value="Unexpected message from license server"/>
         <xsd:enumeration value="Request Failed and some License Servers down"/>
         <xsd:enumeration value="License File Version Mismatch"/>
         <xsd:enumeration value="License File MAC Address Mismatch"/>
         <xsd:enumeration value="Invalid or tampered License File"/>
         <xsd:enumeration value="License loader parameters file error"/>
         <xsd:enumeration value="License File Exception"/>
         <xsd:enumeration value="License File Already Loaded"/>
         <xsd:enumeration value="License File Format Error"/>
         <xsd:enumeration value="Approaching license limit warning"/>
         <xsd:enumeration value="Allocated licenses consumed by used and pending. Please upload additional licenses (a new license file) and try again."/>
         <xsd:enumeration value="Allocated licenses consumed by used. Please upload additional licenses (a new license file) and try again."/>
         <xsd:enumeration value="AllocatedLicenseUnits is reserved for future use. It must be set to 0 and cannot be updated"/>
         <xsd:enumeration value="Only characters A-Z, a-z, 0-9 are allowed in prompt name"/>
         <xsd:enumeration value="Invalid IP address"/>
         <xsd:enumeration value="There cannot be more than 8 NTP entries for the same Date Time Group"/>
         <xsd:enumeration value="IP address out of range; addresses must be less than 255.255.255.255"/>
         <xsd:enumeration value="7905/12 Dial Rule Pattern contains invalid characters."/>
         <xsd:enumeration value="7960/40/Other Dial Rule Pattern contains invalid characters."/>
         <xsd:enumeration value="Not a valid parameter for 7905/12 Dial Rule (only patterns allowed)"/>
         <xsd:enumeration value="The specified SIP Realm already exists."/>
         <xsd:enumeration value="This instance is configured as a service parameter and cannot be deleted"/>
         <xsd:enumeration value="This Instance ID already exists in Application or End User CAPF mapping"/>
         <xsd:enumeration value="Cannot delete the last Application User from the Standard CCM Super Users group. This group must contain at least one Application User."/>
         <xsd:enumeration value="Cannot remove the last Application User from the Standard CCM Super Users group. This group must contain at least one Application User."/>
         <xsd:enumeration value="Roles for a standard user group cannot be added, modified or deleted."/>
         <xsd:enumeration value="The Resources for a standard role cannot be added, modified or deleted."/>
         <xsd:enumeration value="Model/device protocol does not support security encryption"/>
         <xsd:enumeration value="Model/device protocol does not support authentication"/>
         <xsd:enumeration value="TLS and UDP/TCP ports cannot be shared"/>
         <xsd:enumeration value="Phone Security Profiles cannot be nonsecure and use TLS"/>
         <xsd:enumeration value="Phone Security Profiles that are Authenticated or Encrypted must use TLS"/>
         <xsd:enumeration value="Trunk Security Profiles Incoming Transport Type must use TLS or TCP+UDP"/>
         <xsd:enumeration value="Trunk Security Profiles Outgoing Transport Type must use TCP or UDP or TLS"/>
         <xsd:enumeration value="Incoming Port in Trunk Security Profile cannot be the same as CallManager SIP Port if Incoming Transport Type is TLS"/>
         <xsd:enumeration value="Incoming Port in Trunk Security Profile cannot be the same as CallManager SIP Secured Port if Incoming Transport Type is TCP+UDP"/>
         <xsd:enumeration value="Non-secured SCCP phones must use TCP Transport Type"/>
         <xsd:enumeration value="Secured phones must use TLS Transport Type"/>
         <xsd:enumeration value="Model/device protocol supports TCP therefore Transport Type cannot be TLS"/>
         <xsd:enumeration value="Model/device protocol does not support TCP therefore Transport Type must be UDP"/>
         <xsd:enumeration value="The value for Exclude Digest Credentials must be set to false"/>
         <xsd:enumeration value="The value for Enable Digest Authentication must be set to false"/>
         <xsd:enumeration value="The value for TFTP Encrypted must be set to false"/>
         <xsd:enumeration value="The value for Model Type must be configured"/>
         <xsd:enumeration value="The value for Protocol Type must be configured"/>
         <xsd:enumeration value="The Security Profile must be Encrypted and TLS because another device is using this profile which has SRTP enabled"/>
         <xsd:enumeration value="Only 1 CUMA Server SecurityProfile is allowed"/>
         <xsd:enumeration value="Device security Mode is required for CUMA security profile."/>
         <xsd:enumeration value="CUMA security profile incoming transport type must use TCP for non secure mode."/>
         <xsd:enumeration value="CUMA security profile transport type must use TLS for secure mode."/>
         <xsd:enumeration value="X.509 subject name can not be empty if transport type use TLS."/>
         <xsd:enumeration value="The URL needs to begin with either http:// or https://"/>
         <xsd:enumeration value="The URL hostname should be a valid hostname or IP address, with an optional port value"/>
         <xsd:enumeration value="Cannot add parameters to an IP Phone Service that is an EnterpriseSubscription service. Include all parameters in the Service URL"/>
         <xsd:enumeration value="Remote Destination can not be empty."/>
         <xsd:enumeration value="Remote Destination must be a phone number or URI."/>
         <xsd:enumeration value="Cannot use a Blocked type list for fkCallerFilterList_Allowed"/>
         <xsd:enumeration value="Cannot use an Allowed type list for fkCallerFilterList_Blocked"/>
         <xsd:enumeration value="Check the type of device specified in fkDevice_DualMode. Remote Destionations other than Dual Mode must use fkDevice_RemoteDestinationTemplate."/>
         <xsd:enumeration value="The specified Remote Destination already exists."/>
         <xsd:enumeration value="CallerFilterList must belong to same EndUser as the Remote Destination."/>
         <xsd:enumeration value="A Dual Mode remote destination already exists for this device."/>
         <xsd:enumeration value="Remote Destination must reference a Remote Destionation Profile or Dual Mode device."/>
         <xsd:enumeration value="Remote Destination cannot be added because there is no associated EndUser for this dual-mode phone, Remote Destination Profile or MobileSmartClient."/>
         <xsd:enumeration value="Remote Destination cannot be added because the associated EndUser does not have Mobilty Enabled."/>
         <xsd:enumeration value="Remote Destination cannot be added because the Remote Destination Limit set by Administrator for this EndUser account has already been reached."/>
         <xsd:enumeration value="A MobileSmartClient can only be associated with a single Remote Destination."/>
         <xsd:enumeration value="Cannot have more than 1000 members in a Caller Filter List."/>
         <xsd:enumeration value="Cannot have more than 250 CallerFilterLists for an EndUser."/>
         <xsd:enumeration value="The specified DN Mask already exists for this Caller Filter List."/>
         <xsd:enumeration value="Only one instance of Private or Not Available may be exist for any given Caller Filter List."/>
         <xsd:enumeration value="Remotedestination already refer to a Remote Destionation Profile. You cannot associate it to Dual Mode device or a MobileSmartClient"/>
         <xsd:enumeration value="Remote Destination must reference a Remote Destionation Profile, a Dual Mode device or a MobileSmartClient"/>
         <xsd:enumeration value="Remote Destination can only be assigned to a single device as Dual Mode device and/or MobileSmartClient"/>
         <xsd:enumeration value="Mobile Smart Client for a Remote Destination must be a device with Mobile Smart Client Enabled"/>
         <xsd:enumeration value="This ToDAccess is already associated with another Remote Destination.There must be a different ToDAccess for each Remote Destination."/>
         <xsd:enumeration value="Fail to validate the primary phone configuration."/>
         <xsd:enumeration value="The device cannot be configured as a secondary phone."/>
         <xsd:enumeration value="The device does not have a valid phone for its primary phone."/>
         <xsd:enumeration value="The primary phone for the device can not be a secondary phone."/>
         <xsd:enumeration value="A phone may be referenced as a primary phone by 2 other phones at most."/>
         <xsd:enumeration value="The device must use the same or fewer DLUs as its primary phone."/>
         <xsd:enumeration value="Cannot delete a device that is used as a Primary Phone."/>
         <xsd:enumeration value="Cannot have more than 100 Resource Priority Namespaces."/>
         <xsd:enumeration value="Cannot use RFC4412 reserved names WPS, ETS, and Q735 for namespaces."/>
         <xsd:enumeration value="Cannot remove ResourcePriorityDefaultNamespace if there are namespaces defined."/>
         <xsd:enumeration value="System Time Schedule can only use system time period."/>
         <xsd:enumeration value="Published time schedule can only use published time period."/>
         <xsd:enumeration value="End User can only use his own time period or published system time period."/>
         <xsd:enumeration value="Cannot modify the members of All the time Schedule."/>
         <xsd:enumeration value="Cannot associate an EndUser TimePeriod with more than one TimeSchedule. Create new TimePeriods for each TimeSchedule."/>
         <xsd:enumeration value="End user for TODAccess and CallerFilterList must match."/>
         <xsd:enumeration value="End user for TimeSchedule and TODAccess must match."/>
         <xsd:enumeration value="Time schedule must be unique for each ToDAccess Setting."/>
         <xsd:enumeration value="Invalid IPv6 name: Valid values include IPv6 address excluding link local, site local, IPv4 mapped/compatible or unspecified. Hostname must be 2 to 63 letters, numbers, dots and dashes. Hostname must end with an alpha...
         <xsd:enumeration value="Encountered invalid IPv6 address: Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered link local IPv6 address. Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered site local IPv6 address. Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered IPv4 mapped IPv6 address. Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered IPv4 compatible IPv6 address. Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered unspecified IPv6 address. Value can be valid IPv6 address and it can not be link local, site local, IPv4 mapped, IPv4 compatible or unspecified IPv6 address."/>
         <xsd:enumeration value="Encountered IPv4 value: Value can be IPv6 address or hostname. Hostname must be at least 2 characters and no more than 63,should contains only letters, numbers,dots and dashes,and end with only a letter or number. Val...
         <xsd:enumeration value="Invalid IPv6 destination address: Valid values include IPv6 address excluding link local, site local, IPv4 mapped/compatible or unspecified. Hostname must be 2 to 63 letters, numbers, dots and dashes. Hostname must en...
         <xsd:enumeration value="Before CUPC can be enabled for a user, CUPS must be enabled"/>
         <xsd:enumeration value="Before CUPS can be disabled for a user, CUPC must be disabled"/>
         <xsd:enumeration value="Cannot delete or modify Unspecified GeoLocation Record"/>
         <xsd:enumeration value="DO NOT USE ERROR NUMBERS BEYOND THIS LIMIT"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XDeviceFeature">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Presence Status Report"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XDeviceProfile">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Real Device"/>
         <xsd:enumeration value="User Profile"/>
         <xsd:enumeration value="Autogenerated Profile"/>
         <xsd:enumeration value="Model Profile"/>
         <xsd:enumeration value="User Template Profile"/>
         <xsd:enumeration value="System Template Profile"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XDeviceProtocol">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="SCCP"/>
         <xsd:enumeration value="Digital Access PRI"/>
         <xsd:enumeration value="H.225"/>
         <xsd:enumeration value="Analog Access"/>
         <xsd:enumeration value="Digital Access T1"/>
         <xsd:enumeration value="Route Point"/>
         <xsd:enumeration value="Unicast Bridge"/>
         <xsd:enumeration value="Multicast Point"/>
         <xsd:enumeration value="Inter-Cluster Trunk"/>
         <xsd:enumeration value="RAS"/>
         <xsd:enumeration value="Digital Access BRI"/>
         <xsd:enumeration value="SIP"/>
         <xsd:enumeration value="MGCP"/>
         <xsd:enumeration value="Static SIP Mobile Subscriber"/>
         <xsd:enumeration value="SIP Connector"/>
         <xsd:enumeration value="Remote Destination"/>
         <xsd:enumeration value="Mobile Smart Client"/>
         <xsd:enumeration value="Protocol Not Specified"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XDeviceSecurityMode">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Non Secure"/>
         <xsd:enumeration value="Authenticated"/>
         <xsd:enumeration value="Encrypted"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XDialParameter">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Pattern"/>
         <xsd:enumeration value="Button"/>
         <xsd:enumeration value="Timeout"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="National ISDN Unbanded OUTWATS"/>
         <xsd:enumeration value="OUTWATS Selection"/>
         <xsd:enumeration value="Private"/>
         <xsd:enumeration value="Private Selection"/>
         <xsd:enumeration value="Software Defined Network"/>
         <xsd:enumeration value="Tie Trunk (Cut-through)"/>
         <xsd:enumeration value="Tie Trunk (Senderized)"/>
         <xsd:enumeration value="Tie Trunk Selection (Cut-through)"/>
         <xsd:enumeration value="Tie Trunk Selection (Senderized)"/>
         <xsd:enumeration value="WATS Band Selection"/>
         <xsd:enumeration value="WATS Band Selection"/>
         <xsd:enumeration value="WATS Maximal Subscribed Band"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XNetworkLocation">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="OnNet"/>
         <xsd:enumeration value="OffNet"/>
         <xsd:enumeration value="Use System Default"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XNodeUsage">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Publisher"/>
         <xsd:enumeration value="Subscriber"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XNumberingPlan">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Cisco CallManager"/>
         <xsd:enumeration value="ISDN"/>
         <xsd:enumeration value="National Standard"/>
         <xsd:enumeration value="Private"/>
         <xsd:enumeration value="Unknown"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XOperator">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="NOT-SELECTED"/>
         <xsd:enumeration value="EXISTS"/>
         <xsd:enumeration value="DOES-NOT-EXIST"/>
         <xsd:enumeration value="=="/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XOutboundCallRollover">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="No Rollover"/>
         <xsd:enumeration value="Rollover Within Same DN"/>
         <xsd:enumeration value="Rollover to any line"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPRIChanIE">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Timeslot Number"/>
         <xsd:enumeration value="Slotmap"/>
         <xsd:enumeration value="Use Number when 1B"/>
         <xsd:enumeration value="Continuous Number"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPacketCaptureMode">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="None"/>
         <xsd:enumeration value="Batch Processing Mode"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XParam">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="boolean"/>
         <xsd:enumeration value="double"/>
         <xsd:enumeration value="long"/>
         <xsd:enumeration value="string"/>
         <xsd:enumeration value="date/time"/>
         <xsd:enumeration value="any digit"/>
         <xsd:enumeration value="digits"/>
         <xsd:enumeration value="timeout"/>
         <xsd:enumeration value="terminating"/>
         <xsd:enumeration value="more digits"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPartitionUsage">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Intercom"/>
         <xsd:enumeration value="General"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPattern">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Pattern"/>
         <xsd:enumeration value="Plar"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPatternPrecedence">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Flash Override"/>
         <xsd:enumeration value="Flash"/>
         <xsd:enumeration value="Immediate"/>
         <xsd:enumeration value="Priority"/>
         <xsd:enumeration value="Routine"/>
         <xsd:enumeration value="Default"/>
         <xsd:enumeration value="Executive Override"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPatternUsage">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="CallPark"/>
         <xsd:enumeration value="Conference"/>
         <xsd:enumeration value="Device"/>
         <xsd:enumeration value="Translation"/>
         <xsd:enumeration value="Call Pick Up Group"/>



( run in 1.064 second using v1.01-cache-2.11-cpan-140bd7fdf52 )