view release on metacpan or search on metacpan
inc/Module/Install/Metadata.pm view on Meta::CPAN
# Aliases for installdirs options
sub install_as_core   { $_[0]->installdirs('perl')   }
sub install_as_cpan   { $_[0]->installdirs('site')   }
sub install_as_site   { $_[0]->installdirs('site')   }
sub install_as_vendor { $_[0]->installdirs('vendor') }
sub dynamic_config {
	my $self  = shift;
	my $value = @_ ? shift : 1;
	if ( $self->{values}->{dynamic_config} ) {
		# Once dynamic we never change to static, for safety
		return 0;
	}
	$self->{values}->{dynamic_config} = $value ? 1 : 0;
	return 1;
}
# Convenience command
sub static_config {
	shift->dynamic_config(0);
}
share/AXLSoap.xsd view on Meta::CPAN
				<xsd:element name="aarNeighborhoodName" type="axlapi:String50"/>
			</xsd:choice>
			<xsd:element name="loadInformation" type="axlapi:XLoadInformation" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0"/>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>UUID changed each time the device is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="traceFlag" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="mlppDomainId" type="xsd:int" nillable="false" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This setting only affects devices that support MLPP.</xsd:documentation>
				</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>
share/AXLSoap.xsd view on Meta::CPAN
					<xsd:documentation>If this tag is set to true, zero is inserted into the database for lockoutDuration.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="lockoutDuration" type="xsd:nonNegativeInteger" nillable="false">
				<xsd:annotation>
					<xsd:documentation>Lockout duration must be a number in the range 0 to 1440.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="credChangeDuration" type="xsd:nonNegativeInteger" nillable="false">
				<xsd:annotation>
					<xsd:documentation>Credential change duration must be a number in the range 0 to 129600.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="neverExpires" type="xsd:boolean" nillable="true" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>If this tag is set to true, zero is inserted into the database for credExpiresAfter.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="credExpiresAfter" type="xsd:nonNegativeInteger" nillable="false">
				<xsd:annotation>
					<xsd:documentation>Credential expires after must be a number in the range 0 to 365.</xsd:documentation>
share/AXLSoap.xsd view on Meta::CPAN
					<xsd:documentation>UI directive. This parameter should not be shown in the UI.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="index" type="xsd:nonNegativeInteger" default="0" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Index is translated into an index attribute in the parameter expressed in a vendor config. Really only useful for parameters contained within paramGroups.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="readOnly" type="xsd:boolean" fixed="true" nillable="true" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>UI directive. The parameter is entirely read-only. Whatever value is current assigned to the parameter is never changed in the UI.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:choice>
				<xsd:element name="label" type="xsd:string">
					<xsd:annotation>
						<xsd:documentation>UI directive. Text to always display in the UI.</xsd:documentation>
					</xsd:annotation>
				</xsd:element>
				<xsd:element name="paramGroup">
					<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
			</xsd:choice>
			<xsd:element name="units" type="axlapi:XMGCPUnits" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The units element is optional when a new MGCP is being added  and can be added using addMGCPUnit.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="scratch" type="axlapi:String50" minOccurs="0"/>
			<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0"/>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>UUID that is changed each time the MGCP is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="loadInformation" type="axlapi:XLoadInformation">
				<xsd:annotation>
					<xsd:documentation>For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
share/AXLSoap.xsd view on Meta::CPAN
	<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"/>
			<xsd:element name="applLevelAuthentication" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptPresenceSubscription" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptOutOfDialogRefer" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptUnsolicitedNotification" type="xsd:boolean" default="false" nillable="false" minOccurs="0"/>
			<xsd:element name="allowReplaceHeader" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="transmitSecurityStatus" type="xsd:boolean" nillable="false" minOccurs="0"/>
share/AXLSoap.xsd view on Meta::CPAN
				</xsd:complexType>
				<!--VG224 Units Schema Ends-->
			</xsd:element>
			<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>It contains Product Specific Configuration Information like Fax mode, Modem Passthorugh, etc.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="versionStamp" type="axlapi:String128" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Read only. UUID that is changed each time the VG224 is updated.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute name="uuid" type="axlapi:XUUID"/>
	</xsd:complexType>
	<xsd:complexType name="XVoiceMailPilot">
		<xsd:sequence minOccurs="0">
			<xsd:element name="dirn" type="axlapi:XDirectoryNumber" nillable="true"/>
			<xsd:element name="description" type="axlapi:String50" nillable="true" minOccurs="0"/>
			<xsd:choice 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."/>
         <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>
share/AXLSoap.xsd view on Meta::CPAN
         <xsd:enumeration value="The CSS cannot be deleted since gateway(s) is associated with it and useDevicePoolCdpnTransformCSS is false"/>
         <xsd:enumeration value="The CSS cannot be deleted since phone(s) is associated with it and useDevicePoolCgpnTransformCSS is false"/>
         <xsd:enumeration value="Uniqueness check of pilotNumber + CSSID failed"/>
         <xsd:enumeration value="Uniqueness check of Pilot IsDefault = 1 failed"/>
         <xsd:enumeration value="Attempt to delete required VM Pilot record; the value of IsDefault = 1"/>
         <xsd:enumeration value="Attempt to delete system installed VM Pilot record"/>
         <xsd:enumeration value="Uniqueness check of Profile IsDefault = 1 failed"/>
         <xsd:enumeration value="Attempt to delete required VM Profile record; the value of IsDefault = 1 "/>
         <xsd:enumeration value="Attempt to delete system installed VM Profile record"/>
         <xsd:enumeration value="There is another End User already associated with this device as the Digest User (Digest In)"/>
         <xsd:enumeration value="You can not change Association type of this Primary Device association."/>
         <xsd:enumeration value="You can not change End user of Primary Device association."/>
         <xsd:enumeration value="Device is already associated with another End User as Primary device"/>
         <xsd:enumeration value="There is another device already associated with this End User as Primary device"/>
         <xsd:enumeration value="This device does not qualify as a Mobility Primary device."/>
         <xsd:enumeration value="Encountered digest user is already configured with other SIP device. Digest user can be configured either on one third party basic or advanced SIP device or on mutiple Cisco SIP devices."/>
         <xsd:enumeration value="Device ID not found"/>
         <xsd:enumeration value="Profile ID not found"/>
         <xsd:enumeration value="Login Device does not support extension mobility"/>
         <xsd:enumeration value="Device EM not enabled"/>
         <xsd:enumeration value="No LOGOUT device profile, login/logout not allowed"/>
         <xsd:enumeration value="ADP is out-of-syn, login not allowed"/>
share/AXLSoap.xsd view on Meta::CPAN
         <xsd:enumeration value="Attempt to insert record into MGCP failed"/>
         <xsd:enumeration value="Attempt to insert into MGCPDeviceMember failed"/>
         <xsd:enumeration value="Attempt to update MGCP VersionStamp failed"/>
         <xsd:enumeration value="Attempt to update Device VersionStamp failed"/>
         <xsd:enumeration value="Automatic update of CTIID during insert into Device table failed due to overflow"/>
         <xsd:enumeration value="The Class type for this model device was not found"/>
         <xsd:enumeration value="The Model type for the specified Product type was not found"/>
         <xsd:enumeration value="No DigitalAccessPri entry found for this device"/>
         <xsd:enumeration value="An invalid QSIG configuration was detected for this device"/>
         <xsd:enumeration value="Attempt to update the MGCP Slot configuration for new MGCP device failed"/>
         <xsd:enumeration value="Cannot make changes to OR delete a device while a user is logged in"/>
         <xsd:enumeration value="Route List Enabled can be true only for Route List devices"/>
         <xsd:enumeration value="Network Hold Audio Source can only be used for devices that support the Music On Hold feature"/>
         <xsd:enumeration value="User Hold Audio Source can only be used for devices that support the Music On Hold feature"/>
         <xsd:enumeration value="Only devices that support Video feature may set the Retry Video Call As Audio setting to false"/>
         <xsd:enumeration value="The specified Device Protocol is not valid for this device"/>
         <xsd:enumeration value="The specified Protocol Side is not valid for this device"/>
         <xsd:enumeration value="MLPP Preemption must be disabled on devices that do not support the MLPP Preemption feature."/>
         <xsd:enumeration value="MLPP Indication must be off on devices that do not support the MLPP Indication feature."/>
         <xsd:enumeration value="Only devices that support Localization feature use the User Locale setting"/>
         <xsd:enumeration value="Extension Mobilty can only be turned on for devices that support Extension Mobility feature."/>
share/AXLSoap.xsd view on Meta::CPAN
         <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"/>
share/AXLSoap.xsd view on Meta::CPAN
         <xsd:enumeration value="Two MOH Servers cannot use the same Multicast Base IP Address and Port Number"/>
         <xsd:enumeration value="Cannot insert additional Add-on Modules for this device"/>
         <xsd:enumeration value="Failure attempting to automatically re-number devices in the database"/>
         <xsd:enumeration value="Expansion Modules can not be of mixed types"/>
         <xsd:enumeration value="This type of expansion module is not supported by this device."/>
         <xsd:enumeration value="Duplicate End User or System Time Schedule Name. A Time Schedule with this name already exists for the specified user"/>
         <xsd:enumeration value="Cannot modify or delete the Time Schedule for All the time."/>
         <xsd:enumeration value="Duplicate End User or System Time Period Name. A Time Period with this name already exists for the specified user"/>
         <xsd:enumeration value="Cannot modify or delete the Time Period for All the time."/>
         <xsd:enumeration value="Day of week should be different for each Time Period in an End User Time Schedule."/>
         <xsd:enumeration value="Failure attempting to automatically update Device name after MGCP Domain name change"/>
         <xsd:enumeration value="The specified distribution algorithm is not valid for Route and Line Groups"/>
         <xsd:enumeration value="Cannot delete or modify Standard Local Route Group"/>
         <xsd:enumeration value="AnalogAccess table may only reference devices with matching Device Protocol (AnalogAccess)"/>
         <xsd:enumeration value="AnalogAccessPort table may only reference devices with matching Device Protocol (AnalogAccess)"/>
         <xsd:enumeration value="A device that uses Phone Templates must have a specific Phone Template assigned"/>
         <xsd:enumeration value="The Phone Template model and protocol do not match the device model and protocol"/>
         <xsd:enumeration value="The Device Defaults record for a device that uses a firmware load must specify the default firmware load name"/>
         <xsd:enumeration value="DigitalAccessBri table may only reference devices with matching Device Protocol (DigitalAccessBri)"/>
         <xsd:enumeration value="Only Media Resource devices can be members of Media Resource Groups"/>
         <xsd:enumeration value="MediaMixer table may only reference Media Resource devices"/>
share/AXLSoap.xsd view on Meta::CPAN
         <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."/>
share/AXLSoap.xsd view on Meta::CPAN
      </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"/>
share/AXLSoap.xsd view on Meta::CPAN
							<xsd:documentation>If this tag is set to true, zero is inserted into the database for lockoutDuration.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="lockoutDuration" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Lockout duration must be a number in the range 0 to 1440.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="credChangeDuration" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Credential change duration must be a number in the range 0 to 129600.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="neverExpires" type="xsd:boolean" nillable="true" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>If this tag is set to true, zero is inserted into the database for credExpiresAfter.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="credExpiresAfter" type="xsd:nonNegativeInteger" nillable="false" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>Credential expires after must be a number in the range 0 to 365.</xsd:documentation>
share/AXLSoap.xsd view on Meta::CPAN
				<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"/>
			<xsd:element name="applLevelAuthentication" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptPresenceSubscription" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptOutOfDialogRefer" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="acceptUnsolicitedNotification" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="allowReplaceHeader" type="xsd:boolean" nillable="false" minOccurs="0"/>
			<xsd:element name="transmitSecurityStatus" type="xsd:boolean" nillable="false" minOccurs="0"/>