AXL-Client-Simple

 view release on metacpan or  search on metacpan

share/AXLSoap.xsd  view on Meta::CPAN

				</xsd:element>
				<xsd:element name="sipProfileName" type="axlapi:UniqueString50"/>
			</xsd:choice>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Not Applicable for VoicemailPort, DeviceProfile, T1-CAS and FXO ports. </xsd:documentation>
				</xsd:annotation>
				<xsd:element name="cgpnTransformationCSS" type="axlapi:XCallingSearchSpace" nillable="true">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="cgpnTransformationCSSName" type="axlapi:String50" nillable="true"/>
			</xsd:choice>
			<xsd:element name="useDevicePoolCgpnTransformCSS" type="xsd:boolean" default="true" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Not Applicable for VoicemailPort, DeviceProfile, T1-CAS and FXO ports. </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Not applicable for Device Profiles</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="geoLocation" type="axlapi:XGeoLocation">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="geoLocationName" type="axlapi:String50"/>
			</xsd:choice>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Not applicable for Device Profiles, CTI Route Points, Phones, Voicemail, FXS ports</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="geoLocationFilter" type="axlapi:XGeoLocationFilter">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="geoLocationFilterName" type="axlapi:String50"/>
			</xsd:choice>
			<xsd:element name="sendGeoLocation" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Not applicable for Device Profiles, CTI Route Points, Phones, H323 devices, FXS, FXO, T1, PRI, BRI and VoiceMail Ports</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="ctiid" type="xsd:positiveInteger">
			<xsd:annotation>
				<xsd:documentation>Computer Telephony Interface ID, Unique, Cannot be null.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XVoiceMailPort">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XDevice">
				<xsd:sequence minOccurs="0">
					<xsd:element name="line" type="axlapi:XLine">
						<xsd:annotation>
							<xsd:documentation>This is the entry to the DeviceNumPlanMap table.  The directory number is referred to by the "dirn" or "dirnId" sub-element.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XCTIRoutePoint">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XDevice">
				<xsd:sequence minOccurs="0">
					<xsd:element name="userLocale" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XUserLocale in AXLEnums.xsd-->
					<xsd:element name="lines" minOccurs="0">
						<xsd:complexType>
							<xsd:choice>
								<xsd:element name="line" type="axlapi:XLine" maxOccurs="unbounded">
									<xsd:annotation>
										<xsd:documentation>An XLine is an entry in the DeviceNumPlanMap table.  The actual directory number is referenced inside the XLine object by the "dirn" or "dirnId" element.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
								<xsd:element name="lineId" type="axlapi:XLineId" maxOccurs="unbounded"/>
								<xsd:element name="lineIdentifier" type="axlapi:XNumplanIdentifier" maxOccurs="unbounded">
									<xsd:annotation>
										<xsd:documentation>The lineIdentifier is a shorthand method that refers to a particular direcotyr number.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:choice>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XConferenceBridge">
		<xsd:sequence>
			<xsd:element name="name" type="axlapi:UniqueName128" nillable="false"/>
			<xsd:element name="description" type="axlapi:String128" nillable="true" minOccurs="0"/>
			<xsd:element name="product" type="xsd:string" nillable="false"/><!--This field is of the type axl:XProduct in AXLEnums.xsd-->
			<xsd:choice>
				<xsd:element name="devicePool" type="axlapi:XDevicePool" nillable="false">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="devicePoolName" type="axlapi:UniqueString50" nillable="false"/>
			</xsd:choice>
			<xsd:choice minOccurs="0">
				<xsd:element name="location" type="axlapi:XLocation" nillable="false">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="locationName" type="axlapi:String50" default="Hub_None" nillable="false"/>
			</xsd:choice>
			<xsd:element name="subUnit" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Applicable for               Cisco Conference Bridge (WS-SVC-CMM)             and Cisco Media Server(WS-SVC-CMM-MS).  Valid values range from 1 to 4.The value should be given as per the formula.       Cisco Media Server :     ...
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="loadInformation" type="axlapi:XLoadInformation" nillable="true" minOccurs="0">
				<xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

							<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="dndStatus" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="isActive" type="xsd:boolean" default="true" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag determines if the newly added phone is active to determine consumption of license. If set to false the license units will not be consumed.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="isDualMode" type="xsd:boolean" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Read-only tag.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for dual mode phones.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="mobilityUser" type="axlapi:XUUID" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The GUID of the mobility User for this phone.  Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="mobilityUserIdName" type="axlapi:String50" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The userid of the mobility user for this phone. Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
					<xsd:element name="phoneSuite" type="axlapi:XPhonePersonalization" default="Default" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If a blank tag is passed, the value of "Default" is inserted into the database.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="phoneServiceDisplay" type="axlapi:XPhoneServiceDisplay" minOccurs="0"/>
					<xsd:element name="isProtected" type="xsd:boolean" default="false" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support Secure Tone</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for CUMC devices.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="mobileSmartClientProfile" type="axlapi:XMobileSmartClientProfile">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="mobileSmartClientProfileName" type="axlapi:String128"/>
					</xsd:choice>
					<xsd:element name="mtpRequired" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="mtpPreferredCodec" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XSIPCodec in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="dialRules" type="axlapi:XSIPDialRules" nillable="false">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="dialRulesName" type="axlapi:String50" nillable="false"/>
					</xsd:choice>
					<xsd:element name="sshUser" type="axlapi:String50" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="sshPwd" type="axlapi:String255" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="digestUser" type="axlapi:String255" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable to only those phones that support Automatic Outbound Call Rollover.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XBusyLampField">
		<xsd:sequence>
			<xsd:choice>
				<xsd:sequence>
					<xsd:element name="blfDirn" type="axlapi:XDirectoryNumber"/>
					<xsd:element name="routePartition" type="xsd:string" minOccurs="0"/>
				</xsd:sequence>
				<xsd:element name="blfDest" type="xsd:nonNegativeInteger"/>
			</xsd:choice>
			<xsd:element name="label" type="xsd:string" minOccurs="0"/>
			<xsd:element name="asciiLabel" type="axlapi:String50" nillable="true" minOccurs="0"/>
			<xsd:element name="associatedBLFSDFeatures" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Features associated with this BLFSpeedDial button</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="feature" type="axlapi:XBLFSDOption" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>Name of the feature.</xsd:documentation>
							</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XH323Device">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XDevice">
				<xsd:sequence minOccurs="0">
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Gateways/Trunks</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="cdpnTransformationCSS" type="axlapi:XCallingSearchSpace" nillable="true">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="cdpnTransformationCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:element name="useDevicePoolCdpnTransformCSS" type="xsd:boolean" default="true" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Gateways/Trunks</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="packetCaptureMode" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPacketCaptureMode in AXLEnums.xsd-->
					<xsd:element name="packetCaptureDuration" type="xsd:nonNegativeInteger" default="60" nillable="true" minOccurs="0"/>
					<xsd:element name="srtpAllowed" type="xsd:boolean" default="false" nillable="true" minOccurs="0"/>
					<xsd:element name="unattendedPort" type="xsd:boolean" default="false" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Phones and H323Trunks.Not for H323Gateways.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:element name="subscribeCallingSearchSpace" type="axlapi:XCallingSearchSpace">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:String50"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="cgpnTransformationNationalCSS" type="axlapi:XCallingSearchSpace" nillable="true"/>
						<xsd:element name="cgpnTransformationNationalCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="cgpnTransformationInternationalCSS" type="axlapi:XCallingSearchSpace" nillable="true"/>
						<xsd:element name="cgpnTransformationInternationalCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="cgpnTransformationUnknownCSS" type="axlapi:XCallingSearchSpace" nillable="true"/>
						<xsd:element name="cgpnTransformationUnknownCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="cgpnTransformationSubscriberCSS" type="axlapi:XCallingSearchSpace" nillable="true"/>
						<xsd:element name="cgpnTransformationSubscriberCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:element name="waitForFarEndH245TerminalSet" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="mtpRequired" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="mtpPreferredCodec" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XSIPCodec in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323 Phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="callerIdDN" type="axlapi:String50" minOccurs="0"/>
					<xsd:element name="callingPartySelection" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XCallingPartySelection in AXLEnums.xsd-->
					<xsd:element name="callingLineIdPresentation" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="displayIEDelivery" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="redirectOutboundNumberIE" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="redirectInboundNumberIE" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="enableInboundFaststart" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="enableOutboundFaststart" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If set to True, mediaResourceList must be mentioned and mtpRequired must be set to True.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="codecForOutboundFaststart" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XMediaPayload in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>enableOutboundFaststart must be set to true for it to be read. Not Nillable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XH323Phone">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XH323Device">
				<xsd:sequence minOccurs="0">
					<xsd:element name="hlogStatus" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:element name="ownerUserId" type="axlapi:String255" nillable="true" minOccurs="0"/>
					<xsd:element name="signalingPort" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0"/>
					<xsd:element name="gatekeeperInfo" minOccurs="0">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:choice>
									<xsd:element name="gatekeeperName" type="axlapi:String50" nillable="false"/>
									<xsd:element name="gatekeeper" type="axlapi:XGatekeeper" nillable="false">
										<xsd:annotation>
											<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
								</xsd:choice>
								<xsd:element name="e164" type="axlapi:String50" nillable="false"/>
								<xsd:element name="technologyPrefix" type="axlapi:String50" nillable="false"/>
								<xsd:element name="zone" type="axlapi:String50" nillable="false"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="lines" minOccurs="0">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="line" type="axlapi:XLine" minOccurs="0" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="ignorePresentationIndicators" type="xsd:boolean" default="false" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new Ignore Presentation Indicators flag for Hospitality Feature is required for most phones and device profiles.Not Nullable.</xsd:documentation>
						</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

		<xsd:sequence>
			<xsd:element name="directoryNumber" type="axlapi:XDirectoryNumber"/>
			<xsd:element name="routePartitionName" type="xsd:string"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XNPPattern" abstract="true">
		<xsd:annotation>
			<xsd:documentation>Abstract</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:XNumPlan">
				<xsd:sequence>
					<xsd:element name="blockEnable" type="xsd:boolean"/>
					<xsd:element name="calledPartyTransformationMask" type="xsd:string"/>
					<xsd:element name="callingPartyTransformationMask" type="xsd:string"/>
					<xsd:element name="useCallingPartyPhoneMask" type="xsd:string" nillable="false"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>dialPlan is mandatory for patterns with @ in it.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="dialPlan" type="axlapi:XDialPlan">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="dialPlanName" type="axlapi:String50"/>
					</xsd:choice>
					<xsd:element name="dialPlanWizardGenId" type="xsd:nonNegativeInteger"/>
					<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="xsd:string"/>
					</xsd:choice>
					<xsd:element name="messageWaiting" type="xsd:string"/><!--This field is of the type axl:XLampBlinkRate in AXLEnums.xsd-->
					<xsd:element name="networkLocation" type="xsd:string"/><!--This field is of the type axl:XNetworkLocation in AXLEnums.xsd-->
					<xsd:element name="patternUrgency" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="prefixDigitsOut" type="xsd:string"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="routeFilter" type="axlapi:XRouteFilter">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="routeFilterName" type="xsd:string"/>
					</xsd:choice>
					<xsd:element name="callingLinePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="callingNamePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedLinePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedNamePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="supportOverlapSending" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is not valid for a translation pattern.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="patternPrecedence" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPatternPrecedence in AXLEnums.xsd-->
					<xsd:element name="releaseCause" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XReleaseCauseValue in AXLEnums.xsd-->
					<xsd:element name="allowDeviceOverride" type="xsd:boolean" default="true" nillable="false" minOccurs="0"/>
					<xsd:element name="provideOutsideDialtone" type="xsd:boolean" default="true" nillable="false" minOccurs="0"/>
					<xsd:element name="callingPartyNumberingPlan" type="xsd:string" default="Cisco CallManager" nillable="false" minOccurs="0"/><!--This field is of the type axl:XNumberingPlan in AXLEnums.xsd-->
					<xsd:element name="callingPartyNumberType" type="xsd:string" default="Cisco CallManager" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPriOfNumber in AXLEnums.xsd-->
					<xsd:element name="calledPartyNumberingPlan" type="xsd:string" default="Cisco CallManager" nillable="false" minOccurs="0"/><!--This field is of the type axl:XNumberingPlan in AXLEnums.xsd-->
					<xsd:element name="calledPartyNumberType" type="xsd:string" default="Cisco CallManager" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPriOfNumber in AXLEnums.xsd-->
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XNPCallPark">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XNumPlan">
				<xsd:sequence>
					<xsd:annotation>
						<xsd:documentation>The CallManager for this Call Park is required.  When adding a Call Park with the AXL API, the CallManager is required.</xsd:documentation>
					</xsd:annotation>
					<xsd:choice>
						<xsd:element name="callManagerId" type="axlapi:XUUID">
							<xsd:annotation>
								<xsd:documentation>Since CallPark is included in the XCallManager type, we do not want to cause a loop in the XML here, so we only allow callManagerId.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="callManagerName" type="axlapi:String50">
							<xsd:annotation>
								<xsd:documentation>Not nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="XNPDirectedCallPark">
		<xsd:complexContent>
			<xsd:extension base="axlapi:XNumPlan">
				<xsd:sequence>
					<xsd:element name="retrievalPrefix" type="xsd:string">
						<xsd:annotation>
							<xsd:documentation>The prefix used for park-code retrieval. User will dial prefix plus park code to retrieve a parked call. </xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="reversionPattern" type="xsd:string" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The pattern used to revert the call when the parked call is not retrieved within retrieval timer.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>To be configured only when reversion pattern is not empty.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="revertCSS">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:complexContent>
									<xsd:extension base="axlapi:XCallingSearchSpace"/>
								</xsd:complexContent>
							</xsd:complexType>
						</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

			<xsd:element name="description" type="xsd:string" minOccurs="0"/>
			<xsd:element name="author" type="xsd:string" minOccurs="0"/>
			<xsd:choice>
				<xsd:annotation>
					<xsd:documentation>The "type" choice.</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="boolean" type="axlapi:XBooleanRule">
					<xsd:annotation>
						<xsd:documentation>The input must be a boolean.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="date" type="axlapi:XDateRule">
					<xsd:annotation>
						<xsd:documentation>The input must conform to a valid date format.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="float" type="axlapi:XFloatRule">
					<xsd:annotation>
						<xsd:documentation>The input must be a floating-point number.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="integer" type="axlapi:XIntegerRule">
					<xsd:annotation>
						<xsd:documentation>The input must be an integer.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="list" type="axlapi:XListRule">
					<xsd:annotation>
						<xsd:documentation>The input is a single key compared to a list.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="script" type="axlapi:XScriptRule">
					<xsd:annotation>
						<xsd:documentation>Execute a Javascript fragment.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="string" type="axlapi:XStringRule">
					<xsd:annotation>
						<xsd:documentation>The input must be a string (least restrictive).</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="uri" type="axlapi:XURIRule">
					<xsd:annotation>
						<xsd:documentation>The input must conform to a valid URI format.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="dynamicList" type="axlapi:XDynamicListRule"/>
			</xsd:choice>
			<xsd:element name="nullable" type="xsd:boolean" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Is a null value acceptable for this rule?</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="subrule" type="axlapi:XRule" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>It is possible that a rule might require additional steps of validation. To guard against loops, these subrules must be defined within this rule rather than allowing the rule to reference other rules (however, see XDisplayInst...
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="enterpriseDefaultName" type="axlapi:XKeyString" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The name of the enterprise parameter to lookup in the database and use its value as this rule's default value. Overrides the hard-coded default if defined.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XIntegerRule">
		<xsd:annotation>
			<xsd:documentation>The integer rule determines if the input is a valid integer.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="default" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>What is the default value if none is supplied? Can either be a decimal or hexadecimal value.</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:pattern value="((0x[0\-9a\-fA\-F]+)|([\-\d]\d*))*"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="min" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>What is the minimum acceptable value?</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:pattern value="((0x[0\-9a\-fA\-F]+)|([\-\d]\d*))*"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="max" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>What is the maximum acceptable value?</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:pattern value="((0x[0\-9a\-fA\-F]+)|([\-\d]\d*))*"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XStringRule">
		<xsd:annotation>
			<xsd:documentation>The string rule determines if the value is a valid string.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="default" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The default value to return if none is supplied.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="regexp" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A regular expression to compare the string against.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="length" type="xsd:integer" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The maximum length allowed.</xsd:documentation>
				</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

			</xsd:element>
			<xsd:element name="descFieldName" type="axlapi:Name50"/>
			<xsd:element name="Multikey" type="xsd:boolean"/>
			<xsd:element name="filter" type="xsd:string" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XDateRule">
		<xsd:annotation>
			<xsd:documentation>Directs the rule processor to validate the input as a date. Valid date formats are Any, Long (March 15, 2001), Short-US (the default, 03/15/01), and Short-EU (15/03/01).</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="dateFormat" default="Short-US" minOccurs="0">
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Any"/>
						<xsd:enumeration value="Long"/>
						<xsd:enumeration value="Short-US"/>
						<xsd:enumeration value="Short-EU"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The default is either a specific date (default), or automatically defaulted to today (defaultNow).</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="default" type="xsd:date"/>
				<xsd:element name="defaultNow" type="xsd:boolean"/>
			</xsd:choice>
			<xsd:element name="min" type="xsd:date" minOccurs="0"/>
			<xsd:element name="max" type="xsd:date" minOccurs="0"/>
			<xsd:element name="restrictTo" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Should the rule make sure that the date is not in the future?</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Past"/>
						<xsd:enumeration value="Future"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XBooleanRule">
		<xsd:sequence>
			<xsd:element name="default" type="xsd:boolean"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XScriptRule">
		<xsd:annotation>
			<xsd:documentation>The input is evaluated by a fragment of JavaScript.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="comment" type="xsd:string"/>
			<xsd:element name="script">
				<xsd:annotation>
					<xsd:documentation>The JavaScript fragment used to evaluate the input. The fragment should be cordoned off by CDATA tags. The fragment must contain a entry-point function with the following prototype:

Array AXLScriptRuleEntryPoint(String inputString)

The output is an Array of two values. Array[0] is a boolean value and indicates success (true) or failure (false). Array[1] contains the result of the script. If successful, it should contain a copy of the inputString or other valid return value. If ...
</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:whiteSpace value="preserve"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XURIRule">
		<xsd:annotation>
			<xsd:documentation>The URI rule determines if a value is a valid URI.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="default" type="xsd:anyURI" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XRuleError">
		<xsd:annotation>
			<xsd:documentation>The XML format for a rule error that might be thrown by a rule processor.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="invalidValue" type="xsd:string">
				<xsd:annotation>
					<xsd:documentation>Contains the value of the original input.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ruleBroken" type="xsd:Name">
				<xsd:annotation>
					<xsd:documentation>The name of the rule broken.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="errorCode" type="xsd:integer" default="0">
				<xsd:annotation>
					<xsd:documentation>An integer error code.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="errorText" type="xsd:string">
				<xsd:annotation>
					<xsd:documentation>Error message generated by rule.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<!-- *********************************************************** -->
	<!-- Service Dependency objects                                 -->
	<!-- *********************************************************** -->
	<xsd:complexType name="XServiceDependency">
		<xsd:annotation>
			<xsd:documentation>This lists what services that the specified service is dependent on.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="name" type="xsd:anyURI">
				<xsd:annotation>
					<xsd:documentation>The URI of this service dependency. For example: xmldi://cisco.com/serviceDependency/0.  The last part of the URI is the enum value of this service.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="dependencies">
				<xsd:annotation>
					<xsd:documentation>A list of zero or more services that this service depends on.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="dependency" type="xsd:nonNegativeInteger" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>This is the value of the 'enum' column from the TypeService table.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="help" type="axlapi:String1024" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Help text. Optional.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="warning" type="axlapi:String1024" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The warning message. Optional</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="service" type="xsd:nonNegativeInteger" use="required">
			<xsd:annotation>
				<xsd:documentation>This is the service we are listing dependencies for.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:complexType>
	<!-- *********************************************************** -->
	<!-- Simple String/Name Restrictions                             -->
	<!-- *********************************************************** -->
	<xsd:simpleType name="Name50">
		<xsd:restriction base="xsd:Name">
			<xsd:maxLength value="50"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="Name128">
		<xsd:restriction base="xsd:Name">

share/AXLSoap.xsd  view on Meta::CPAN

		</xsd:restriction>
	</xsd:simpleType>
<!-- AXLEnums.xsd -->



   <xsd:simpleType name="XASN1RoseOidEncoding">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="No Changes"/>
         <xsd:enumeration value="Use Local Value"/>
         <xsd:enumeration value="Use Global Value ISO"/>
         <xsd:enumeration value="Use Global Value ECMA"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAdminBoolean">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="FALSE"/>
         <xsd:enumeration value="TRUE"/>
         <xsd:enumeration value="DEFAULT"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAdminError">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Success"/>
         <xsd:enumeration value="Failure"/>
         <xsd:enumeration value="Invalid range for directory numbers"/>
         <xsd:enumeration value="Not yet implemented. See log for more detail"/>
         <xsd:enumeration value="Model and class are not compatible.  See log for more detail"/>
         <xsd:enumeration value="Missing/invalid parameters. See log for more detail"/>
         <xsd:enumeration value="Device does not suppport MLPP"/>
         <xsd:enumeration value="Device does not support preemption"/>
         <xsd:enumeration value="User is not a valid end user or application user"/>
         <xsd:enumeration value="Missing default phone template"/>
         <xsd:enumeration value="Encountered unexpected database datatype.  See log for more detail"/>
         <xsd:enumeration value="Updated failed. A required item was not found in the database"/>
         <xsd:enumeration value="The Cisco CallManager Group cannot be deleted because it is used by related records. Click Dependency Records to view related records and remove this Cisco CallManager Group from any item that is using it then try aga...
         <xsd:enumeration value="One or more Cisco CallManager Groups could not be deleted because it is used by related records. Select a Cisco CallManager Group and click the Dependancy Records link on the Cisco CallManager Configuration page to se...
         <xsd:enumeration value="Cannot create DNs or duplicate DNs for the ports. Please check if a DN range is available."/>
         <xsd:enumeration value="Partition name cannot be empty string."/>
         <xsd:enumeration value="Change failed - Current Password is incorrect."/>
         <xsd:enumeration value="Change failed - New Password does not match Confirm Password."/>
         <xsd:enumeration value="Change failed - Current PIN is incorrect."/>
         <xsd:enumeration value="Change failed - New PIN does not match Confirm PIN."/>
         <xsd:enumeration value="Fastdials index already in use. Please choose another index."/>
         <xsd:enumeration value="Fastdials phone number already in use. Please choose another phone number."/>
         <xsd:enumeration value="Cisco Unity Connection Server returned a SQL Exception.  Please check the log file."/>
         <xsd:enumeration value="Unable to delete user account from Cisco Unity Connection Server.  Please check the log file."/>
         <xsd:enumeration value="File uploaded does not have extension .lic.  Please upload a license file with extension .lic."/>
         <xsd:enumeration value="A file with this name already exists in the license file directory.  Please upload a file with a different name."/>
         <xsd:enumeration value="Unable to obtain certificate for this IP address/Port.  SRST reference has been changed to non-secured. Please disable the security services on the gateway if you do not use the security feature."/>
         <xsd:enumeration value="DN/Route Pattern must be the last search parameter when using the Search Within Results option."/>
         <xsd:enumeration value="Route Group Name and Directory Number are not allowed in the same search."/>
         <xsd:enumeration value="user is not member of super user group. Cannot add to groups the roles which are only accessible to super users"/>
         <xsd:enumeration value="Only super users can update members of super user groups"/>
         <xsd:enumeration value="Users who are not super users cannot add him/herself to groups"/>
         <xsd:enumeration value="Propagation failed for some devices. See log for a list of failed devices."/>
         <xsd:enumeration value="Change failed - Credential locked. Please contact your administrator."/>
         <xsd:enumeration value="Change failed - Credential locked due to inactivity. Please contact your administrator."/>
         <xsd:enumeration value="Unknown credential validation error.  Please contact your administrator."/>
         <xsd:enumeration value="Wrong Credential."/>
         <xsd:enumeration value="Administrative Lock."/>
         <xsd:enumeration value="Hack Lock."/>
         <xsd:enumeration value="Inactive Lock."/>
         <xsd:enumeration value="Expired Lock."/>
         <xsd:enumeration value="Expired Lock (with ability to change)."/>
         <xsd:enumeration value="End user status is INACTIVE in LDAP."/>
         <xsd:enumeration value="LDAP authentication enabled. UpdateCredential failure."/>
         <xsd:enumeration value="Invalid credential length."/>
         <xsd:enumeration value="Trivial credential."/>
         <xsd:enumeration value="Duplicate credential."/>
         <xsd:enumeration value="Too recently used Credential."/>
         <xsd:enumeration value="User does not have permission to change this credential."/>
         <xsd:enumeration value="There is no credential value for the given credential name."/>
         <xsd:enumeration value="There is no credential type for the given credential name."/>
         <xsd:enumeration value="LDAP communication error. Please check log file."/>
         <xsd:enumeration value="User type not defined. Please check log file."/>
         <xsd:enumeration value="Failed to update Credential. Please check log file."/>
         <xsd:enumeration value="Not a valid application user. Please check log file."/>
         <xsd:enumeration value="Database communication error. Please check log file."/>
         <xsd:enumeration value="Invalid credential information. Please check log file."/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAlarmSeverity">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Emergency"/>
         <xsd:enumeration value="Alert"/>
         <xsd:enumeration value="Critical"/>
         <xsd:enumeration value="Error"/>
         <xsd:enumeration value="Warning"/>
         <xsd:enumeration value="Notice"/>
         <xsd:enumeration value="Informational"/>
         <xsd:enumeration value="Debug"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAppOrDeviceReroute">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Redirect to App"/>
         <xsd:enumeration value="Redirect to Device"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAppServer">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Cisco Unity Voice Mail 4.x or later"/>
         <xsd:enumeration value="Cisco Unity Connection"/>
         <xsd:enumeration value="Cisco Unified Presence Server"/>
         <xsd:enumeration value="CUMA Provisioning Server"/>
         <xsd:enumeration value="CER Location Management"/>
         <xsd:enumeration value="Cisco Web Dialer"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XAppServerContent">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="UNITY KUBRIK"/>
         <xsd:enumeration value="UNITY PRE KUBRIK"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XApplication">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Cisco Call Manager Administration"/>
         <xsd:enumeration value="Cisco Call Manager Serviceability"/>
         <xsd:enumeration value="Cisco Computer Telephone Interface (CTI)"/>
         <xsd:enumeration value="Cisco Call Manager AXL Database"/>
         <xsd:enumeration value="Cisco Extension Mobility"/>
         <xsd:enumeration value="Cisco Call Manager End User"/>
         <xsd:enumeration value="Cisco Unified Reporting"/>
         <xsd:enumeration value="Cisco Call Manager Dialed Number Analyser"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XApplicationDialRule">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Original Dial Rule"/>
         <xsd:enumeration value="Directory Dial Rule"/>
      </xsd:restriction>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Device Profile can only be created for devices that support Extension Mobility feature."/>
         <xsd:enumeration value="Softkey Template is not valid for this type of device."/>
         <xsd:enumeration value="Login Duration is valid only for devices that support Extension Mobility feature."/>
         <xsd:enumeration value="Login Time is valid only for devices that support Extension Mobility feature."/>
         <xsd:enumeration value="Automatic delete of auto-generated Device record failed"/>
         <xsd:enumeration value="Device name format is not correct for this mgcp device"/>
         <xsd:enumeration value="Security Profile is required for this device"/>
         <xsd:enumeration value="Security Profile is not supported for this device"/>
         <xsd:enumeration value="SRTP and Outbound Fast Start cannot be enabled at the same time."/>
         <xsd:enumeration value="Device does not support security encryption"/>
         <xsd:enumeration value="Device does not support security authentication"/>
         <xsd:enumeration value="SIP Dial Rules are not compatible with non-SIP devices."/>
         <xsd:enumeration value="The SIP Dial Rule type is not compatible with this device type."/>
         <xsd:enumeration value="Duplicate E.164 address for gatekeeper-controlled H.323 device."/>
         <xsd:enumeration value="Cannot set DTMF Signaling Method to OOB "/>
         <xsd:enumeration value="User Defined Device Profile cannot be deleted if it is in use. "/>
         <xsd:enumeration value="Only one device default profile is allowed per model."/>
         <xsd:enumeration value="There is at least one device that has extension mobility enabled for this model, device default profile cannot be deleted."/>
         <xsd:enumeration value="The model and protocol of the Extension Mobility Logout Profile do not match the model and protocol of the device."/>
         <xsd:enumeration value="This device does not support Passing Precedence Level Through UUIE."/>
         <xsd:enumeration value="Max number of phones in cluster has been exceeded for install type."/>
         <xsd:enumeration value="Feature DND is not supported for this device."/>
         <xsd:enumeration value="Device does not support selected DND Option."/>
         <xsd:enumeration value="Cannot delete the IP Media Streaming software devices installed on a server by default."/>
         <xsd:enumeration value="Device Outbound Call Rollover Feature Restriction."/>
         <xsd:enumeration value="The specified Security Profile is not valid for this device type (model and protocol)."/>
         <xsd:enumeration value="The Server Based Software Device cannot be deleted."/>
         <xsd:enumeration value="Outbound Faststart cannot be enabled. Outbound Faststart requires an MTP and a hardware Transcoder configured through a Media Resource Group List for the device."/>
         <xsd:enumeration value="Only devices that support Join Across Lines feature use the Join Across Lines setting"/>
         <xsd:enumeration value="Only devices that support Single Button Barge feature use the Single Button Barge setting"/>
         <xsd:enumeration value="sRPT cannot be used on a SIP trunk with Security Mode of Authenticated."/>
         <xsd:enumeration value="TKPresentationBit ConnectedLine cannt be enabled. TKPresentationBit ConnectedLine requires IsRPIDEnabled to be set to True."/>
         <xsd:enumeration value="TKPresentationBit ConnectedName cannt be enabled. TKPresentationBit ConnectedName requires IsRPIDEnabled to be set to True."/>
         <xsd:enumeration value="Security Profile used by a device cannot be a CUMA security policy."/>
         <xsd:enumeration value="fkCalledSearchSpace_cdpnTransform is not allowed for FXS ports"/>
         <xsd:enumeration value="Phone Personalization feature is not supported on the specified device type."/>
         <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"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="The Prefix Digits must be less than 24 digits for Directed Call Park"/>
         <xsd:enumeration value="Intercom feature is not supported for this device"/>
         <xsd:enumeration value="Cannot insert or update pattern. A Entry already exists with same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Call Park already exists with same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Conferance exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A DN exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Translation exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Call Pick Up Group exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Route exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Message Waiting exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Hunt Pilot exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Voice Mail Port exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Route Domain exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A IPAddress exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Device Template exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Directed Call Park exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Device Intercom exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Translation Intercom exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Translation Calling Party exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Mobility Handoff exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Mobility DTMF exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Mobility IVR exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Device Intercom Template exists with the same pattern and partition."/>
         <xsd:enumeration value="Cannot insert or update pattern. A Transformation Called Party Number exists with the same pattern and partition."/>
         <xsd:enumeration value="\+ may only be used at the start of a DN. It is not valid after the first digit. Slash (\) is only allowed as part of \+ at the beginning of a DN."/>
         <xsd:enumeration value="Cannot have duplicate IPv6 patterns in the same partition."/>
         <xsd:enumeration value="Brackets need to be in pair."/>
         <xsd:enumeration value="A Cisco CallManager Group may not contain more than 3 Cisco CallManagers"/>
         <xsd:enumeration value="Slot value is not supported for this gateway"/>
         <xsd:enumeration value="This Slot Module is not allowed at the current slot position for this gateway"/>
         <xsd:enumeration value="This VIC card is not allowed for this gateway, under specified slot position and SlotModule"/>
         <xsd:enumeration value="The specified slot and subunit are already defined for this MGCP gateway."/>
         <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."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Cisco TelePresence 3200"/>
         <xsd:enumeration value="Cisco TelePresence 500"/>
         <xsd:enumeration value="Cisco 7925"/>
         <xsd:enumeration value="CP-9971"/>
         <xsd:enumeration value="Cisco 6921"/>
         <xsd:enumeration value="Cisco 6941"/>
         <xsd:enumeration value="Cisco 6961"/>
         <xsd:enumeration value="Cisco Unified Client Services Framework"/>
         <xsd:enumeration value="Cisco TelePresence 1300"/>
         <xsd:enumeration value="Cisco TelePresence 1100"/>
         <xsd:enumeration value="Transnova S3"/>
         <xsd:enumeration value="Cisco 7905"/>
         <xsd:enumeration value="Cisco 7920"/>
         <xsd:enumeration value="Cisco 7970"/>
         <xsd:enumeration value="Cisco 7912"/>
         <xsd:enumeration value="Cisco 7902"/>
         <xsd:enumeration value="Cisco IP Communicator"/>
         <xsd:enumeration value="Cisco 7961"/>
         <xsd:enumeration value="Cisco 7936"/>
         <xsd:enumeration value="Analog Phone"/>
         <xsd:enumeration value="ISDN BRI Phone"/>
         <xsd:enumeration value="SCCP gateway virtual phone"/>
         <xsd:enumeration value="IP-STE"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XMonitor">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Event Log"/>
         <xsd:enumeration value="Sys Log"/>
         <xsd:enumeration value="AST"/>
         <xsd:enumeration value="SDI"/>
         <xsd:enumeration value="SDL"/>
         <xsd:enumeration value="Data Collector"/>
         <xsd:enumeration value="SNMP Traps"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XMonthOfYear">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="None"/>
         <xsd:enumeration value="Jan"/>
         <xsd:enumeration value="Feb"/>
         <xsd:enumeration value="Mar"/>
         <xsd:enumeration value="Apr"/>
         <xsd:enumeration value="May"/>
         <xsd:enumeration value="Jun"/>
         <xsd:enumeration value="Jul"/>
         <xsd:enumeration value="Aug"/>
         <xsd:enumeration value="Sep"/>
         <xsd:enumeration value="Oct"/>
         <xsd:enumeration value="Nov"/>
         <xsd:enumeration value="Dec"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XNSFService">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="ACCUNET Switched Digital Service"/>
         <xsd:enumeration value="Billing Number Only"/>
         <xsd:enumeration value="Billing Number Preferred"/>
         <xsd:enumeration value="Calling Party Number Only"/>
         <xsd:enumeration value="Calling Party Number Preferred"/>
         <xsd:enumeration value="Foreign Exchange"/>
         <xsd:enumeration value="Foreign Exchange Selection"/>
         <xsd:enumeration value="International Long Distance Service"/>
         <xsd:enumeration value="InterLATAOUTWATS"/>
         <xsd:enumeration value="IntraLATAOUTWATS"/>
         <xsd:enumeration value="Long Distance Service"/>
         <xsd:enumeration value="MEGACOM Telecom Service"/>
         <xsd:enumeration value="National ISDN Banded OUTWATS"/>
         <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"/>
         <xsd:enumeration value="Route"/>
         <xsd:enumeration value="Message Waiting"/>
         <xsd:enumeration value="Hunt Pilot"/>
         <xsd:enumeration value="Voice Mail Port"/>
         <xsd:enumeration value="Domain Routing"/>
         <xsd:enumeration value="IPAddress Routing"/>
         <xsd:enumeration value="Device template"/>
         <xsd:enumeration value="Directed Call Park"/>
         <xsd:enumeration value="Device Intercom"/>
         <xsd:enumeration value="Translation Intercom"/>
         <xsd:enumeration value="Translation Calling Party Number "/>
         <xsd:enumeration value="Mobility Handoff"/>
         <xsd:enumeration value="Mobility DTMF"/>
         <xsd:enumeration value="Mobility IVR"/>
         <xsd:enumeration value="Device Intercom Template"/>
         <xsd:enumeration value="Called Party Number Transformation"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPermission">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="NoAccess"/>
         <xsd:enumeration value="ReadOnly"/>
         <xsd:enumeration value="FullAccess"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPersonalPhoneNumber">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Undefined"/>
         <xsd:enumeration value="Home"/>
         <xsd:enumeration value="Work"/>
         <xsd:enumeration value="Mobile"/>
         <xsd:enumeration value="Raw"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPhonePersonalization">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Disabled"/>
         <xsd:enumeration value="Enabled"/>
         <xsd:enumeration value="HTTPS Only"/>
         <xsd:enumeration value="Default"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XPhoneService">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Standard IP Phone Service"/>
         <xsd:enumeration value="Directories"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Off"/>
         <xsd:enumeration value="On"/>
      </xsd:restriction>
   </xsd:simpleType>

   <xsd:simpleType name="XZzuserInfo">
      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="None"/>
         <xsd:enumeration value="Phone"/>
         <xsd:enumeration value="IP"/>
      </xsd:restriction>
   </xsd:simpleType>

<!-- AxlMessage.xsd -->

	<!-- These types are not used by anything, so they are commented out
	<xsd:element name="axl" type="axlapi:Envelope">
		<xsd:annotation>
			<xsd:documentation>The abstract AXL envelope.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="Envelope" abstract="true" block="restriction">
		<xsd:annotation>
			<xsd:documentation>Abstract</xsd:documentation>
		</xsd:annotation>
		<xsd:all>
			<xsd:element name="asynchronous" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>If defined, the client wishes the response returned asynchrously.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="asynchResponsePort" type="xsd:nonNegativeInteger" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>If defined and asynchronous is true, then return the response to this port (otherwise, use the system default).</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="securityInfo" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Carries the security information of the envelope.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="userid" type="xsd:string"/>
						<xsd:element name="password" type="xsd:string"/>
						<xsd:element name="publicKey" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:all>
		<xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="Response" abstract="false">
		<xsd:complexContent>
			<xsd:extension base="axlapi:Envelope">
				<xsd:choice>
					<xsd:element name="response" type="axlapi:APIResponse">
						<xsd:annotation>
							<xsd:documentation>Completely abstracted, specific response payloads must be defined.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="error" type="axlapi:Error"/>
				</xsd:choice>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="Request" abstract="false">
		<xsd:complexContent>
			<xsd:extension base="axlapi:Envelope">
				<xsd:all>
					<xsd:element name="request" type="axlapi:APIRequest">
						<xsd:annotation>
							<xsd:documentation>Completely abstracted, the request payload must be defined.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:all>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	-->
	<xsd:complexType name="APIRequest" abstract="true">
		<xsd:annotation>
			<xsd:documentation>All requests must extend abstractRequest.</xsd:documentation>
		</xsd:annotation>
		<xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="APIResponse" abstract="true">
		<xsd:annotation>
			<xsd:documentation>All responses must extend abstractResponse.</xsd:documentation>
		</xsd:annotation>
		<xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="Error">
		<xsd:sequence>
			<xsd:element name="code" type="xsd:long">
				<xsd:annotation>
					<xsd:documentation>The error code.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="message" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Optional text message sent with error code.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="request" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Optional reference to original request.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="url" type="xsd:anyURI" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Optional URL to link for more information.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
<!-- axlsoap.xsd -->

	<xsd:complexType name="AddCommonPhoneConfigReq">
		<xsd:annotation>
			<xsd:documentation>Adds a new Common Phone Profile to the database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:element name="newCommonPhoneConfig" type="axlapi:XCommonPhoneConfig" nillable="false"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="addCommonPhoneConfig" type="axlapi:AddCommonPhoneConfigReq"/>
	<xsd:element name="addCommonPhoneConfigResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="CommonPhoneConfigReq">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:choice>
						<xsd:element name="name" type="axlapi:String100"/>
						<xsd:element name="uuid" type="axlapi:XUUID"/>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getCommonPhoneConfig" type="axlapi:CommonPhoneConfigReq"/>
	<xsd:complexType name="GetCommonPhoneConfigRes">
		<xsd:annotation>
			<xsd:documentation>Contains the Common Phone Profile that was specified by the request.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="CommonPhoneConfig" type="axlapi:XCommonPhoneConfig"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="deviceMobilityMode" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:element name="remoteDevice" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="dndOption" type="axlapi:XDNDOption" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="dndRingSetting" type="xsd:string" nillable="true" minOccurs="0"><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="dndStatus" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support DND.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="isActive" type="xsd:boolean" default="true" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag determines if the newly added phone is active to determine consumption of license. If set to false the license units will not be consumed.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for dual mode phones. Nullable</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="mobilityUserId" type="axlapi:XUUID" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The GUID of the new Mobility User for this phone.  Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="mobilityUserIdName" type="axlapi:String50" nillable="true">
							<xsd:annotation>
								<xsd:documentation>The userid of the new mobility user for this phone.  Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:choice>
					<xsd:element name="phoneSuite" type="axlapi:XPhonePersonalization" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If a blank tag is passed, the existing value of this tag in the database is retained.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="phoneServiceDisplay" type="axlapi:XPhoneServiceDisplay" minOccurs="0"/>
					<xsd:element name="isProtected" type="xsd:boolean" default="false" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for devices that support Secure Tone</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is valid only for CUMC devices.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="mobileSmartClientProfileId" type="axlapi:XUUID"/>
						<xsd:element name="mobileSmartClientProfileName" type="axlapi:String128"/>
					</xsd:choice>
					<xsd:element name="mtpRequired" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="mtpPreferredCodec" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XSIPCodec in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="dialRules" type="axlapi:XSIPDialRules" nillable="false">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="dialRulesName" type="axlapi:String50" nillable="false"/>
					</xsd:choice>
					<xsd:element name="sshUser" type="axlapi:String50" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="sshPwd" type="axlapi:String255" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is applicable only to those devices that support ssh feature.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="digestUser" type="axlapi:String255" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable only to SIP phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="outboundCallRollover" type="axlapi:XOutboundCallRollover" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This field is applicable to only those phones that support Automatic Outbound Call Rollover.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="alwaysUsePrimeLine" type="xsd:string" default="Default" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:element name="alwaysUsePrimeLineforVoiceMessage" type="xsd:string" default="Default" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updatePhone" type="axlapi:UpdatePhoneReq"/>
	<xsd:element name="updatePhoneResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="GetPhoneReq" final="#all">
		<xsd:annotation>
			<xsd:documentation>Retrieves the specified phone from the database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:choice>
					<xsd:element name="phoneId" type="axlapi:XUUID" nillable="false">
						<xsd:annotation>
							<xsd:documentation>The GUID of the phone to be retrieved.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="phoneName" type="xsd:string" nillable="false">
						<xsd:annotation>
							<xsd:documentation>The name of the phone to be retrieved.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

	</xsd:complexType>
	<xsd:element name="addRoutePattern" type="axlapi:AddRoutePatternReq"/>
	<xsd:element name="addRoutePatternResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="UpdateRoutePatternReq">
		<xsd:annotation>
			<xsd:documentation>Updates an existing route pattern in the database.  The route pattern can be specified by its GUID, or by a combination if its pattern, route partition GUID, and route filter GUID.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:UpdateNumPlanPattern">
				<xsd:sequence>
					<xsd:element name="newPattern" type="xsd:string" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new pattern for this route pattern.  Nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="description" type="axlapi:String50" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="newRoutePartitionId" type="axlapi:XUUID" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>The GUID of the new route partition of this route pattern.  Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="newRoutePartitionName" type="axlapi:String50" minOccurs="0"/>
					</xsd:choice>
					<xsd:element name="blockEnable" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="calledPartyTransformationMask" type="xsd:string" minOccurs="0"/>
					<xsd:element name="callingPartyTransformationMask" type="xsd:string" minOccurs="0"/>
					<xsd:element name="useCallingPartyPhoneMask" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Not nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="callingPartyPrefixDigits" type="axlapi:String50" nillable="true" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="dialPlanId" type="axlapi:XUUID" minOccurs="0"/>
						<xsd:element name="dialPlanName" type="axlapi:String50" minOccurs="0"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="digitDiscardInstructionName" type="axlapi:String50" minOccurs="0"/>
						<xsd:element name="digitDiscardInstructionId" type="axlapi:XUUID" minOccurs="0"/>
					</xsd:choice>
					<xsd:element name="messageWaiting" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XLampBlinkRate in AXLEnums.xsd-->
					<xsd:element name="networkLocation" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XNetworkLocation in AXLEnums.xsd-->
					<xsd:element name="patternUrgency" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="prefixDigitsOut" type="xsd:string" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="newRouteFilterId" type="axlapi:XUUID" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>The GUID of the new route filter for this route pattern.  Nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="newRouteFilterName" type="axlapi:String50" minOccurs="0"/>
					</xsd:choice>
					<xsd:element name="callingLinePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="callingNamePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedLinePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedNamePresentationBit" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="supportOverlapSending" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="patternPrecedence" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPatternPrecedence in AXLEnums.xsd-->
					<xsd:element name="releaseCause" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XReleaseCauseValue in AXLEnums.xsd-->
					<xsd:element name="allowDeviceOverride" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="provideOutsideDialtone" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<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:element name="destination" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new destination for this route pattern. Can be a gateway or a route list.  Not nullable.</xsd:documentation>
						</xsd:annotation>
						<xsd:complexType>
							<xsd:choice>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="gateway" type="axlapi:XDevice"/>
										<xsd:element name="gatewayName" type="xsd:string"/>
									</xsd:choice>
								</xsd:sequence>
								<xsd:sequence>
									<xsd:choice>
										<xsd:element name="routeList" type="axlapi:XRouteList"/>
										<xsd:element name="routeListName" type="xsd:string"/>
									</xsd:choice>
								</xsd:sequence>
							</xsd:choice>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="authorizationCodeRequired" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="authorizationLevelRequired" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0"/>
					<xsd:element name="clientCodeRequired" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="withTag" type="axlapi:String50" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Read Only</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="withValueClause" type="axlapi:String255" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Read Only</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="isdnNSFInfoElement" nillable="true" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If blank tag is passed then the NSF Information is removed for the corresponding route pattern.</xsd:documentation>
						</xsd:annotation>
						<xsd:complexType>
							<xsd:sequence minOccurs="0">
								<xsd:element name="cic" nillable="true" minOccurs="0">
									<xsd:annotation>
										<xsd:documentation>If not specified then a default value of '0' is set. This tag is not applicable to networkServiceProtocol PRI NI2. </xsd:documentation>
									</xsd:annotation>
								</xsd:element>
								<xsd:element name="networkServiceProtocol" nillable="false">
									<xsd:annotation>
										<xsd:documentation>It is a mandatory tag if anychild tag of isdnNSFInfoElement is specified.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
								<xsd:element name="networkService" nillable="false" minOccurs="0">
									<xsd:annotation>
										<xsd:documentation>If not specified then the first record based on the protocol in NSFProtocolServiceMap table will be set as the default value.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

				<xsd:sequence>
					<xsd:choice>
						<xsd:element name="uuid" type="axlapi:XUUID">
							<xsd:annotation>
								<xsd:documentation>The pkid of the service parameter in the ProcessConfig table.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:sequence>
							<xsd:element name="name" type="axlapi:String50">
								<xsd:annotation>
									<xsd:documentation>Name of the service parameter. Not nullable.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
							<xsd:choice>
								<xsd:annotation>
									<xsd:documentation>The process Node that this the service parameter belongs to. Not nullable.</xsd:documentation>
								</xsd:annotation>
								<xsd:element name="processNodeId" type="axlapi:XUUID"/>
								<xsd:element name="processNodeName" type="axlapi:String50"/>
							</xsd:choice>
							<xsd:element name="service" type="xsd:string"><!--This field is of the type axl:XService in AXLEnums.xsd-->
								<xsd:annotation>
									<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getServiceParameter" type="axlapi:GetServiceParameterReq"/>
	<xsd:complexType name="GetServiceParameterRes">
		<xsd:annotation>
			<xsd:documentation>Contains the service parameter specified by the request.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="serviceParameter" type="axlapi:XProcessConfig"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getServiceParameterResponse" type="axlapi:GetServiceParameterRes"/>
	<xsd:complexType name="UpdateServiceParameterReq">
		<xsd:annotation>
			<xsd:documentation>Modifies an existing service parameter's value.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:GetServiceParameterReq">
				<xsd:sequence>
					<xsd:element name="newValue" type="axlapi:String1024" nillable="true">
						<xsd:annotation>
							<xsd:documentation>The new value of the service parameter. Nullable in some cases.  Must be a valid value for this service parameter's data type or an error will be returned.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updateServiceParameter" type="axlapi:UpdateServiceParameterReq"/>
	<xsd:element name="updateServiceParameterResponse" type="axlapi:StandardResponse">
		<xsd:annotation>
			<xsd:documentation>Would return either the GUID of the object that was altered, or return true if the operation was successful.  Whichever is possible for this request.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="AddLocationReq" abstract="false" final="#all">
		<xsd:annotation>
			<xsd:documentation>Adds a new Location to the database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:element name="location" type="axlapi:XLocation" nillable="false"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="addLocation" type="axlapi:AddLocationReq"/>
	<xsd:element name="addLocationResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="UpdateLocationReq" abstract="false" final="#all">
		<xsd:annotation>
			<xsd:documentation>Update an existing Location in the database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:NameAndGUIDRequest">
				<xsd:sequence>
					<xsd:element name="newName" type="axlapi:String50" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Not nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="kbits" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Not nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="videoKbits" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Not nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="relatedLocations" minOccurs="0">
						<xsd:complexType>
							<xsd:sequence minOccurs="0">
								<xsd:element name="relatedLocation" type="axlapi:XLocationRelationship" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updateLocation" type="axlapi:UpdateLocationReq"/>

share/AXLSoap.xsd  view on Meta::CPAN

							<xsd:sequence>
								<xsd:element name="member" type="axlapi:XMediaResourceGroupMember" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updateMediaResourceGroup" type="axlapi:UpdateMediaResourceGroupReq"/>
	<xsd:element name="updateMediaResourceGroupResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="AddUserGroupReq">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:element name="userGroup" type="axlapi:XUserGroup"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="addUserGroup" type="axlapi:AddUserGroupReq"/>
	<xsd:element name="addUserGroupResponse" type="axlapi:StandardResponse"/>
	<xsd:element name="getUserGroup" type="axlapi:NameAndGUIDRequest"/>
	<xsd:complexType name="GetUserGroupRes">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="userGroup" type="axlapi:XUserGroup"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getUserGroupResponse" type="axlapi:GetUserGroupRes"/>
	<xsd:element name="removeUserGroup" type="axlapi:NameAndGUIDRequest"/>
	<xsd:element name="removeUserGroupResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="UpdateUserGroupReq">
		<xsd:complexContent>
			<xsd:extension base="axlapi:NameAndGUIDRequest">
				<xsd:sequence>
					<xsd:element name="newName" type="axlapi:String128" nillable="false" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="members" nillable="true" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>The new members of this User Group. If this element is null, then all members are removed from this user group. Note: If the "members" element is present, then all existing members are removed and replaced with the "member"...
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="member" type="axlapi:XUserGroupMember" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:sequence minOccurs="0">
							<xsd:element name="addMembers" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Add new members to the User Group. It doesn't delete old members. Note: If the member is already added to the User Group an error will be thrown.</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="member" type="axlapi:XUserGroupMember" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="removeMembers" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Remove members from the UserGroup. Note: Only members already associated with this User Group can be deleted.</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="member" type="axlapi:XUserGroupMember" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
						</xsd:sequence>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updateUserGroup" type="axlapi:UpdateUserGroupReq"/>
	<xsd:element name="updateUserGroupResponse" type="axlapi:StandardResponse"/>
	<xsd:element name="listLocationByName" type="axlapi:ListBySearchString"/>
	<xsd:complexType name="ListLocationRes">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="location" type="axlapi:XLocation" minOccurs="0" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="listLocationByNameResponse" type="axlapi:ListLocationRes"/>
	<xsd:element name="listAARGroupByName" type="axlapi:ListBySearchString">
		<xsd:annotation>
			<xsd:documentation>List all AAR Groups that match the specified name pattern.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="ListAARGroupRes">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="aarGroup" type="axlapi:XAARNeighborhood" minOccurs="0" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>

share/AXLSoap.xsd  view on Meta::CPAN

						</xsd:annotation>
					</xsd:element>
					<xsd:element name="mlppIndicationStatus" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="useTrustedRelayPoint" type="xsd:string" default="Default" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:element name="retryVideoCallAsAudio" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="packetCaptureMode" type="xsd:string" nillable="true" minOccurs="0"/><!--This field is of the type axl:XPacketCaptureMode in AXLEnums.xsd-->
					<xsd:element name="packetCaptureDuration" type="xsd:nonNegativeInteger" nillable="true" minOccurs="0"/>
					<xsd:element name="srtpAllowed" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="unattendedPort" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Phones and H323Trunks.Not applicable for H323Gateways.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:element name="cgpnTransformationCSSId" type="axlapi:XUUID" nillable="true"/>
						<xsd:element name="cgpnTransformationCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:element name="useDevicePoolCgpnTransformCSS" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:element name="geoLocation" type="axlapi:XGeoLocation">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="geoLocationName" type="axlapi:String100"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323 trunks and H323 gateways</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="geoLocationFilter" type="axlapi:XGeoLocationFilter">
							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="geoLocationFilterName" type="axlapi:String100"/>
					</xsd:choice>
					<xsd:element name="sendGeoLocation" type="xsd:boolean" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323 trunks</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Gateway and H323Trunk.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="cdpnTransformationCSSId" type="axlapi:XUUID" nillable="true"/>
						<xsd:element name="cdpnTransformationCSSName" type="axlapi:String50" nillable="true"/>
					</xsd:choice>
					<xsd:element name="useDevicePoolCdpnTransformCSS" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323Gateway and H323Trunk.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="waitForFarEndH245TerminalSet" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="mtpRequired" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="mtpPreferredCodec" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XSIPCodec in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Applicable only for H323 Phones.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="callerIdDN" type="axlapi:String50" minOccurs="0"/>
					<xsd:element name="callingPartySelection" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XCallingPartySelection in AXLEnums.xsd-->
					<xsd:element name="callingLineIdPresentation" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="displayIEDelivery" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="redirectOutboundNumberIE" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="redirectInboundNumberIE" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="enableInboundFaststart" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="enableOutboundFaststart" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If set to True, mediaResourceList must be mentioned and mtpRequired must be set to True.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="codecForOutboundFaststart" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XMediaPayload in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>enableOutboundFaststart must be set to true for it to be read. Not Nillable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="UpdateH323PhoneReq">
		<xsd:complexContent>
			<xsd:extension base="axlapi:UpdateH323DeviceReq">
				<xsd:sequence minOccurs="0">
					<xsd:element name="hlogStatus" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
					<xsd:choice minOccurs="0">
						<xsd:element name="subscribeCallingSearchSpaceId" type="axlapi:XUUID" minOccurs="0"/>
						<xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:String50" minOccurs="0"/>
					</xsd:choice>
					<xsd:element name="ownerUserId" type="axlapi:String255" minOccurs="0"/>
					<xsd:element name="signalingPort" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0"/>
					<xsd:element name="gatekeeperInfo" minOccurs="0">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:choice minOccurs="0">
									<xsd:element name="gatekeeperId" type="axlapi:XUUID" nillable="false" minOccurs="0"/>
									<xsd:element name="gatekeeperName" type="axlapi:String50" nillable="false" minOccurs="0"/>
								</xsd:choice>
								<xsd:element name="e164" type="axlapi:String50" nillable="false" minOccurs="0"/>
								<xsd:element name="technologyPrefix" type="axlapi:String50" minOccurs="0"/>
								<xsd:element name="zone" type="axlapi:String50" minOccurs="0"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="lines" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new lines for this phone.  If this element is null, then all lines are removed from this phone.  Note:  If the lines element is present, then all existing lines are removed and replaced with the sub-elements described by...
						</xsd:annotation>
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="line" type="axlapi:XLine" nillable="false" minOccurs="0" maxOccurs="unbounded"/>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
					<xsd:element name="ignorePresentationIndicators" type="xsd:boolean" default="false" nillable="false" minOccurs="0">



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