AXL-Client-Simple

 view release on metacpan or  search on metacpan

inc/Module/Install/Metadata.pm  view on Meta::CPAN

	$self->provides( %{ $build->find_dist_packages || {} } );
}

sub feature {
	my $self     = shift;
	my $name     = shift;
	my $features = ( $self->{values}->{features} ||= [] );
	my $mods;

	if ( @_ == 1 and ref( $_[0] ) ) {
		# The user used ->feature like ->features by passing in the second
		# argument as a reference.  Accomodate for that.
		$mods = $_[0];
	} else {
		$mods = \@_;
	}

	my $count = 0;
	push @$features, (
		$name => [
			map {

share/AXLSoap.xsd  view on Meta::CPAN

				<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" minOccurs="0"/><!--This field is of the type axl:XStatus in AXLEnums.xsd-->
			<xsd:element name="retryVideoCallAsAudio" type="xsd:boolean" default="true" nillable="false" minOccurs="0"/>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This tag is valid only for phones, SIP trunks and voice mail ports. Not nullable.</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="securityProfile">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:attribute name="uuid" type="axlapi:XUUID"/>
					</xsd:complexType>
				</xsd:element>
				<xsd:element name="securityProfileName" type="axlapi:UniqueString50"/>
			</xsd:choice>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This tag is valid only for SIP Trunks and SIP Phones.</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="sipProfile">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>

share/AXLSoap.xsd  view on Meta::CPAN

			<xsd:element name="maximumCapacity" type="xsd:nonNegativeInteger" default="32" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This tag is used only by Cisco Conference Bridge(WS-SVC-CMM) and   Cisco Media Server(WS-SVC-CMM-MS). Valid values for this tag are 32,64,96,128.</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:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Valid only for Cisco IOS Enhanced Conference Bridge</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="securityProfile" type="axlapi:XUUID" 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="securityProfileName" type="axlapi:UniqueString50" nillable="false"/>
			</xsd:choice>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XPilotHuntGroup">
		<xsd:sequence>
			<xsd:choice>
				<xsd:element name="pilotPoint">
					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

						</xsd:element>
						<xsd:element name="presenceGroupName" type="axlapi:String50" nillable="false"/>
					</xsd:choice>
					<xsd:element name="unattendedPort" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="requireDTMFReception" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="RFC2833Disabled" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="phoneLoadName" type="axlapi:String32" minOccurs="0"/>
					<xsd:element name="certificateOperation" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XCertificateOperation in AXLEnums.xsd-->
					<xsd:sequence minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>These tags can be updated only if securityProfile is not mentioned in the request.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>authenticationMode can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>keySize can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

						<xsd:annotation>
							<xsd:documentation>The value of numDigits must be either 0 to 32 or 99.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="passingPrecedenceLevelThroughUUIE" type="xsd:boolean" minOccurs="0"/>
					<xsd:element name="prefix" type="xsd:string" minOccurs="0"/>
					<xsd:element name="callingLinePresentationBit" type="xsd:string" nillable="false"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedLinePresentationBit" type="xsd:string" nillable="false"/><!--This field is of the type axl:XPresentationBit in AXLEnums.xsd-->
					<xsd:element name="connectedPBX" type="xsd:string" nillable="false"/><!--This field is of the type axl:XConnectedPBX in AXLEnums.xsd-->
					<xsd:element name="priProtocol" type="xsd:string"/><!--This field is of the type axl:XPriProtocol in AXLEnums.xsd-->
					<xsd:element name="securityAccessLevel" type="xsd:nonNegativeInteger" minOccurs="0"/>
					<xsd:element name="sendCallingNameInFacilityIE" type="xsd:boolean"/>
					<xsd:element name="sendEXLeadingCharInDispIE" type="xsd:boolean"/>
					<xsd:element name="sendRestart" type="xsd:boolean"/>
					<xsd:element name="setupNonISDNPI" type="xsd:boolean"/>
					<xsd:element name="sigDigits" type="xsd:boolean">
						<xsd:annotation>
							<xsd:documentation>This tag enables the significant digits for the gateway; if the tag is set to true, the value of the 'numDigits' element is used as Significant Digits for the gateway. This tag should have a value of false if numDigits is se...
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="span" type="xsd:nonNegativeInteger"/>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:annotation>
						<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="callingSearchSpaceName" type="axlapi:String50"/>
			</xsd:choice>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This tag is applicable only for callForwardAll.</xsd:documentation>
				</xsd:annotation>
				<xsd:element name="secondaryCallingSearchSpace" 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="secondaryCallingSearchSpaceName" type="axlapi:String50"/>
			</xsd:choice>
			<xsd:element name="destination" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="duration" type="xsd:int" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Applicable only for callForwardNoAnswer and callForwardAlternateParty,Value "-1" in the response indicates that the CM will use the default setting</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XHuntForwardInfo">

share/AXLSoap.xsd  view on Meta::CPAN

		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XDHCPServer">
		<xsd:sequence>
			<xsd:choice>
				<xsd:element name="processNode" type="axlapi:XProcessNode"/>
				<xsd:element name="processNodeName" type="axlapi:String128"/>
			</xsd:choice>
			<xsd:element name="primaryDNSipAddress" type="xsd:string" minOccurs="0"/>
			<xsd:element name="secondaryDNSipAddress" type="xsd:string" minOccurs="0"/>
			<xsd:element name="primaryTFTPServeripAddress" type="xsd:string" minOccurs="0"/>
			<xsd:element name="secondaryTFTPServeripAddress" type="xsd:string" minOccurs="0"/>
			<xsd:element name="bootstrapServeripAddress" type="xsd:string" minOccurs="0"/>
			<xsd:element name="domainName" type="xsd:string" minOccurs="0"/>
			<xsd:element name="tftpServerName" type="xsd:string" minOccurs="0"/>
			<xsd:element name="arpCacheTimeout" type="xsd:nonNegativeInteger" default="0">
				<xsd:annotation>
					<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ipAddressLeaseTime" type="xsd:nonNegativeInteger" default="0">
				<xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

				<xsd:element name="dhcpServer" type="axlapi:XDHCPServer">
					<xsd:annotation>
						<xsd:documentation>only the uuid attribute is read by the AXL API.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="dhcpServerName" type="xsd:string"/>
			</xsd:choice>
			<xsd:element name="subnetIPAddress" type="xsd:string"/>
			<xsd:element name="primaryStartIPAddress" type="xsd:string"/>
			<xsd:element name="primaryEndIPAddress" type="xsd:string"/>
			<xsd:element name="secondaryStartIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="secondaryEndIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="primaryRouterIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="secondaryRouterIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="subnetMask" type="xsd:string"/>
			<xsd:element name="domainName" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="primaryDNSIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="secondaryDNSIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="tftpServerName" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="primaryTFTPServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="secondaryTFTPServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="bootstrapServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="arpCacheTimeout" type="xsd:nonNegativeInteger" default="0" nillable="true" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ipAddressLeaseTime" type="xsd:nonNegativeInteger" default="0" nillable="true" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
				</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

			<xsd:element name="asciiLabel" type="axlapi:String50" nillable="true" minOccurs="0"/>
			<xsd:element name="display" type="axlapi:String50" nillable="true"/>
			<xsd:choice>
				<xsd:element name="dirn" type="axlapi:XNPDirectoryNumber">
					<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="ringSetting" type="xsd:string" default="Ring" nillable="false" minOccurs="0"/><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
			<xsd:element name="consecutiveRingSetting" type="xsd:string" default="Use System Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
				<xsd:annotation>
					<xsd:documentation>Consecutive Rings Setting. Replaces the consective ring setting on IPPhone.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ringSettingIdlePickupAlert" type="xsd:string" default="Use System Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
				<xsd:annotation>
					<xsd:documentation>Applicable only for IP Phones.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ringSettingActivePickupAlert" type="xsd:string" default="Use System Default" nillable="false" minOccurs="0"><!--This field is of the type axl:XRingSetting in AXLEnums.xsd-->
				<xsd:annotation>
					<xsd:documentation>Applicable only for IP Phones.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

			</xsd:choice>
			<xsd:element name="enableAnatForEarlyOfferCalls" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="gClear" type="axlapi:XGClear" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="XSIPTrunkSecurityProfile">
		<xsd:sequence>
			<xsd:element name="name" type="axlapi:String64"/>
			<xsd:element name="description" type="axlapi:String100" minOccurs="0"/>
			<xsd:element name="securityMode" type="axlapi:XDeviceSecurityMode" nillable="true" minOccurs="0"/>
			<xsd:element name="incomingTransport" type="xsd:string" default="TCP+UDP" nillable="false" minOccurs="0"/><!--This field is of the type axl:XTransport in AXLEnums.xsd-->
			<xsd:element name="outgoingTransport" type="xsd:string" nillable="true" minOccurs="0"/><!--This field is of the type axl:XTransport in AXLEnums.xsd-->
			<xsd:element name="digestAuthentication" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
			<xsd:element name="noncePolicyTime" type="xsd:long" default="600" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Only if digestAuthentication is enabled this value can be changed.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="x509SubjectName" type="axlapi:String4096" nillable="false" minOccurs="0"/>
			<xsd:element name="incomingPort" type="xsd:long" nillable="false" minOccurs="0"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <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."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="AAR Group OR AAR Calling Search Space can only be used for devices that support the AAR feature."/>
         <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."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <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)"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Name contains invalid characters or the length was exceeded"/>
         <xsd:enumeration value="The domain name you have entered is not in an acceptable format. Please enter a domain name in the following format: alpha/numeric characters.alphabetic characters. For example, abc123.com, abc.net, 123abc.org, and so...
         <xsd:enumeration value="Name contains nested brackets"/>
         <xsd:enumeration value="Name contains misplaced or embedded circumflex characters"/>
         <xsd:enumeration value="Name is a mal-formed regular expression"/>
         <xsd:enumeration value="Only one dot is permitted per expression"/>
         <xsd:enumeration value="Only one @ permitted per expression"/>
         <xsd:enumeration value="A plus sign cannot appear within brackets"/>
         <xsd:enumeration value="A question mark cannot appear within brackets"/>
         <xsd:enumeration value="A dot precede an @ sign"/>
         <xsd:enumeration value="Cannot have consecutive plus signs and question marks in any combination (?+, +?, ++ or ??)"/>
         <xsd:enumeration value="Cannot follow a plus sign with a plus sign"/>
         <xsd:enumeration value="The first character cannot be a plus sign"/>
         <xsd:enumeration value="The first character cannot be a question mark"/>
         <xsd:enumeration value="The character X is not permitted within brackets"/>
         <xsd:enumeration value="The character @ is not permitted within brackets"/>
         <xsd:enumeration value="A double circumflex is not permitted"/>
         <xsd:enumeration value="The circumflex must appear within brackets"/>
         <xsd:enumeration value="The dash must appear within brackets and follow a digit"/>
         <xsd:enumeration value="A range violation has occurred: numbers must be in increasing order"/>
         <xsd:enumeration value="CallPark values cannot have more than 2 Xs and/or bracketed (e.g., [0-9]) expressions"/>
         <xsd:enumeration value="Nested brackets not permitted"/>
         <xsd:enumeration value="Brackets either mismatched, or do not contain characters"/>
         <xsd:enumeration value="Consecutive asterisks are not allowed"/>
         <xsd:enumeration value="A plus sign cannot follow a bang"/>
         <xsd:enumeration value="Intercom line or translation must have an intercom partition"/>
         <xsd:enumeration value="Intercom line or translation must have an intercom calling search space"/>
         <xsd:enumeration value="Intercom Partitions may only be used for Intercom DN or Intercom Translation pattern"/>
         <xsd:enumeration value="Intercom Calling Search Spaces may only be used for Intercom DN or Intercom Translation pattern"/>
         <xsd:enumeration value="Translation pattern for intercom line must have an intercom calling search space"/>
         <xsd:enumeration value="Translation pattern for non-intercom line should not have an intercom calling search space"/>
         <xsd:enumeration value="The combination of Prefix Digits and Park Code contain too many characters - the resulting Retrieval Code is not valid"/>
         <xsd:enumeration value="The combination of Prefix Digits and Park Code evaluates to more than 48 digits - the resulting Retrieval Code is not valid"/>
         <xsd:enumeration value="Cannot set isCallable to False when a DN or Intercom DN is associted with a device, device profile, or BAT Template"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <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."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Cannot have more than 1000 members in a Caller Filter List."/>
         <xsd:enumeration value="Cannot have more than 250 CallerFilterLists for an EndUser."/>
         <xsd:enumeration value="The specified DN Mask already exists for this Caller Filter List."/>
         <xsd:enumeration value="Only one instance of Private or Not Available may be exist for any given Caller Filter List."/>
         <xsd:enumeration value="Remotedestination already refer to a Remote Destionation Profile. You cannot associate it to Dual Mode device or a MobileSmartClient"/>
         <xsd:enumeration value="Remote Destination must reference a Remote Destionation Profile, a Dual Mode device or a MobileSmartClient"/>
         <xsd:enumeration value="Remote Destination can only be assigned to a single device as Dual Mode device and/or MobileSmartClient"/>
         <xsd:enumeration value="Mobile Smart Client for a Remote Destination must be a device with Mobile Smart Client Enabled"/>
         <xsd:enumeration value="This ToDAccess is already associated with another Remote Destination.There must be a different ToDAccess for each Remote Destination."/>
         <xsd:enumeration value="Fail to validate the primary phone configuration."/>
         <xsd:enumeration value="The device cannot be configured as a secondary phone."/>
         <xsd:enumeration value="The device does not have a valid phone for its primary phone."/>
         <xsd:enumeration value="The primary phone for the device can not be a secondary phone."/>
         <xsd:enumeration value="A phone may be referenced as a primary phone by 2 other phones at most."/>
         <xsd:enumeration value="The device must use the same or fewer DLUs as its primary phone."/>
         <xsd:enumeration value="Cannot delete a device that is used as a Primary Phone."/>
         <xsd:enumeration value="Cannot have more than 100 Resource Priority Namespaces."/>
         <xsd:enumeration value="Cannot use RFC4412 reserved names WPS, ETS, and Q735 for namespaces."/>
         <xsd:enumeration value="Cannot remove ResourcePriorityDefaultNamespace if there are namespaces defined."/>
         <xsd:enumeration value="System Time Schedule can only use system time period."/>
         <xsd:enumeration value="Published time schedule can only use published time period."/>
         <xsd:enumeration value="End User can only use his own time period or published system time period."/>
         <xsd:enumeration value="Cannot modify the members of All the time Schedule."/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="allow"/>
         <xsd:enumeration value="enable CTI security"/>
         <xsd:enumeration value="enable CTI SRTP key distribution"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>
         <xsd:enumeration value="update"/>
         <xsd:enumeration value="read"/>

share/AXLSoap.xsd  view on Meta::CPAN

			<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>

share/AXLSoap.xsd  view on Meta::CPAN

							<xsd:documentation>Each DHCPServer is associated with a unique Host Server.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="processNode" type="axlapi:XProcessNode">
							<xsd:annotation>
								<xsd:documentation>only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="processNodeName" type="xsd:string"/>
					</xsd:choice>
					<xsd:element name="primaryDNSipAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="secondaryDNSipAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="primaryTFTPServeripAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="secondaryTFTPServeripAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="bootstrapServeripAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="domainName" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="tftpServerName" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="arpCacheTimeout" type="xsd:nonNegativeInteger" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The valid values ranges from 0 to 1073741824.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="ipAddressLeaseTime" type="xsd:nonNegativeInteger" nillable="true" minOccurs="0">
						<xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

							<xsd:annotation>
								<xsd:documentation>Only the uuid attribute is read by the AXL API</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="geoLocationName"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new Security Profile for this phone.  Nullable.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="securityProfileId" type="axlapi:XUUID"/>
						<xsd:element name="securityProfileName" type="axlapi:UniqueString50"/>
					</xsd:choice>
					<xsd:choice minOccurs="0">
						<xsd:element name="sipProfileId" type="axlapi:XUUID"/>
						<xsd:element name="sipProfileName" type="axlapi:UniqueString50"/>
					</xsd:choice>
					<xsd:element name="idleTimeout" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new Idle Timeout value for this phone.  Nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

						<xsd:element name="presenceGroupId" type="axlapi:XUUID" nillable="false"/>
						<xsd:element name="presenceGroupName" type="axlapi:String50" nillable="false"/>
					</xsd:choice>
					<xsd:element name="unattendedPort" type="xsd:boolean" nillable="false" minOccurs="0"/>
					<xsd:element name="requireDTMFReception" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="RFC2833Disabled" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
					<xsd:element name="phoneLoadName" type="axlapi:String32" minOccurs="0"/>
					<xsd:element name="certificateOperation" type="xsd:string" minOccurs="0"/><!--This field is of the type axl:XCertificateOperation in AXLEnums.xsd-->
					<xsd:sequence minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>These tags can be updated only if securityProfile is not mentioned in the request.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="authenticationMode" type="axlapi:XAuthenticationMode" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>authenticationMode can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="keySize" type="axlapi:XKeySize" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>keySize can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
							</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="maximumCapacity" type="xsd:nonNegativeInteger" default="32" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag is  used only for Cisco Conference Bridge(WS-SVC-CMM)    and Cisco Media Server(WS-SVC-CMM-MS).  Valid values for this tag are 32,64,96,128.</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:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Valid only for Cisco IOS Enhanced Conference Bridge</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="securityProfileId" type="axlapi:XUUID" nillable="false"/>
						<xsd:element name="securityProfileName" type="axlapi:UniqueString50" nillable="false"/>
					</xsd:choice>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="updateConferenceBridge" type="axlapi:UpdateConferenceBridgeReq"/>
	<xsd:element name="updateConferenceBridgeResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="GetConferenceBridgeReq">
		<xsd:annotation>
			<xsd:documentation>Retrieves the specified conference bridge from the database.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

						<xsd:element name="dhcpServer" type="axlapi:XDHCPServer">
							<xsd:annotation>
								<xsd:documentation>only the uuid attribute is read by the AXL API.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="dhcpServerName" type="xsd:string"/>
					</xsd:choice>
					<xsd:element name="subnetIPAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="primaryStartIPAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="primaryEndIPAddress" type="xsd:string" minOccurs="0"/>
					<xsd:element name="secondaryStartIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="secondaryEndIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="primaryRouterIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="secondaryRouterIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="subnetMask" type="xsd:string" minOccurs="0"/>
					<xsd:element name="domainName" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="primaryDNSIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="secondaryDNSIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="tftpServerName" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="primaryTFTPServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="secondaryTFTPServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="bootstrapServerIPAddress" type="xsd:string" nillable="true" minOccurs="0"/>
					<xsd:element name="arpCacheTimeout" type="xsd:nonNegativeInteger" default="0" nillable="true" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="ipAddressLeaseTime" type="xsd:nonNegativeInteger" default="0" nillable="true" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Value between 0 to 1073741824.</xsd:documentation>
						</xsd:annotation>

share/AXLSoap.xsd  view on Meta::CPAN

																									<xsd:element name="preemption" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XPreemption 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:choice minOccurs="0">
																										<xsd:annotation>
																											<xsd:documentation>This tag is valid only for phones, SIP trunks and voice mail ports. Not nullable.</xsd:documentation>
																										</xsd:annotation>
																										<xsd:element name="securityProfileId" type="axlapi:XUUID">
																											<xsd:annotation>
																												<xsd:documentation>The GUID of the new Security Profile for this phone.</xsd:documentation>
																											</xsd:annotation>
																										</xsd:element>
																										<xsd:element name="securityProfileName" type="axlapi:UniqueString50"/>
																									</xsd:choice>
																									<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 uuid attribute is read by AXL API.</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

						</xsd:annotation>
					</xsd:element>
					<xsd:element name="traceFlag" type="xsd:boolean" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new trace flag for this device.  Not nullable.</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:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new security profile for this device. Not nullable.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="securityProfileId" type="axlapi:XUUID"/>
						<xsd:element name="securityProfileName" type="axlapi:UniqueString50"/>
					</xsd:choice>
					<xsd:element name="line" type="axlapi:XLine" nillable="true" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new line for this voice mail port.  Nullable.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:element name="geoLocation" type="axlapi:XGeoLocation">
							<xsd:annotation>
								<xsd:documentation>Only uuid attribute is read by AXL API</xsd:documentation>

share/AXLSoap.xsd  view on Meta::CPAN

									<xsd:element name="connectedPBX" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XConnectedPBX in AXLEnums.xsd-->
										<xsd:annotation>
											<xsd:documentation>Not nullable.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="priProtocol" type="xsd:string" minOccurs="0"><!--This field is of the type axl:XPriProtocol in AXLEnums.xsd-->
										<xsd:annotation>
											<xsd:documentation>Not nullable.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="securityAccessLevel" type="xsd:nonNegativeInteger" minOccurs="0">
										<xsd:annotation>
											<xsd:documentation>Not nullable.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="sendCallingNameInFacilityIE" type="xsd:boolean" minOccurs="0">
										<xsd:annotation>
											<xsd:documentation>Not nullable.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="sendEXLeadingCharInDispIE" type="xsd:boolean" minOccurs="0">

share/AXLSoap.xsd  view on Meta::CPAN

					</xsd:element>
					<xsd:element name="destinationport" type="xsd:integer" default="0" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>This tag depends on destAddrIsSRV. It is mandatory when destAddrIsSRV is false or when destination address is an IP address. Valid values between 1024 to 65535 (inclusive)</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>The new Security Profile for this phone.  Nullable.</xsd:documentation>
						</xsd:annotation>
						<xsd:element name="securityProfileId" type="axlapi:XUUID"/>
						<xsd:element name="securityProfileName" type="axlapi:UniqueString50"/>
					</xsd:choice>
					<xsd:element name="tkSipCodec" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XSIPCodec in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>The ampersand is a reserved character in xml. It can be escaped as "&amp;"</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:choice minOccurs="0">
						<xsd:element name="sipProfileId" type="axlapi:XUUID"/>
						<xsd:element name="sipProfileName" type="axlapi:UniqueString50"/>
					</xsd:choice>

share/AXLSoap.xsd  view on Meta::CPAN

	<xsd:element name="addSIPTrunkSecurityProfile" type="axlapi:AddSIPTrunkSecurityProfileReq"/>
	<xsd:element name="addSIPTrunkSecurityProfileResponse" type="axlapi:StandardResponse"/>
	<xsd:complexType name="UpdateSIPTrunkSecurityProfileReq">
		<xsd:sequence>
			<xsd:choice>
				<xsd:element name="name" type="axlapi:String64" nillable="false"/>
				<xsd:element name="uuid" type="axlapi:XUUID" nillable="false"/>
			</xsd:choice>
			<xsd:element name="newName" type="axlapi:String64" minOccurs="0"/>
			<xsd:element name="description" type="axlapi:String100" minOccurs="0"/>
			<xsd:element name="securityMode" type="axlapi:XDeviceSecurityMode" nillable="true" minOccurs="0"/>
			<xsd:element name="incomingTransport" type="xsd:string" nillable="false" minOccurs="0"/><!--This field is of the type axl:XTransport in AXLEnums.xsd-->
			<xsd:element name="outgoingTransport" type="xsd:string" nillable="true" minOccurs="0"/><!--This field is of the type axl:XTransport in AXLEnums.xsd-->
			<xsd:element name="digestAuthentication" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="noncePolicyTime" type="xsd:long" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Only if digestAuthentication is enabled this value can be changed.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="x509SubjectName" type="axlapi:String4096" nillable="false" minOccurs="0"/>
			<xsd:element name="incomingPort" type="xsd:long" nillable="false" minOccurs="0"/>



( run in 0.830 second using v1.01-cache-2.11-cpan-39bf76dae61 )