AXL-Client-Simple

 view release on metacpan or  search on metacpan

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: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>
						</xsd:element>
					</xsd:sequence>
					<xsd:element name="authenticationString" type="axlapi:String128" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>authenticationString can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="certificateStatus" type="xsd:string" minOccurs="0"><!--This field is of the type axl:XCertificateStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Read-only tag.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="upgradeFinishTime" type="xsd:string" minOccurs="0"/>
					<xsd:element name="deviceMobilityMode" type="xsd:string" default="Default" 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: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>
	<xsd:complexType name="XRemoteDestination">
		<xsd:sequence minOccurs="0">
			<xsd:element name="name" type="xsd:string" nillable="true" minOccurs="0"/>
			<xsd:element name="destination" type="xsd:string" nillable="false"/>
			<xsd:element name="answerTooSoonTimer" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:element name="answerTooLateTimer" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:element name="delayBeforeRingingCell" type="xsd:nonNegativeInteger" nillable="false"/>
			<xsd:choice minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Either Remote Destination Profile or Dual Mode Device can be specified but not both. Once added cannot be updated.</xsd:documentation>
				</xsd:annotation>
				<xsd:choice minOccurs="0">
					<xsd:element name="remoteDestinationProfile" type="axlapi:XRemoteDestinationProfile">
						<xsd:annotation>
							<xsd:documentation>Only the uuid attribute is read by the AXL API.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="remoteDestinationProfileName" type="axlapi:String50" nillable="false"/>
				</xsd:choice>
				<xsd:choice 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="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"/>

share/AXLSoap.xsd  view on Meta::CPAN

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

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>
						</xsd:element>
					</xsd:sequence>
					<xsd:element name="authenticationString" type="axlapi:String128" minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>authenticationString can be updated only if certificateOperation field is Install/Upgrade, Delete or Troubleshoot.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="certificateStatus" type="xsd:string" nillable="false" minOccurs="0"><!--This field is of the type axl:XCertificateStatus in AXLEnums.xsd-->
						<xsd:annotation>
							<xsd:documentation>Read-only tag.</xsd:documentation>
						</xsd:annotation>
					</xsd:element>
					<xsd:element name="upgradeFinishTime" type="xsd:string" nillable="true" minOccurs="0"/>
					<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"/>

share/AXLSoap.xsd  view on Meta::CPAN

							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="getCallerFilterListResponse" type="axlapi:GetCallerFilterListRes"/>
	<xsd:complexType name="UpdateCallerFilterListReq">
		<xsd:annotation>
			<xsd:documentation>Updates an existing CallerFilterList in the database. Only name and description fields can be updated.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:choice>
						<xsd:element name="name" type="axlapi:String50" nillable="false">
							<xsd:annotation>
								<xsd:documentation>The name of the caller filter list to be modified.  Not nullable.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>

share/AXLSoap.xsd  view on Meta::CPAN

	<xsd:complexType name="UpdateVoiceMailPilotReq" abstract="false" final="#all">
		<xsd:annotation>
			<xsd:documentation>Updates the specified Voice Mail Pilot from the database.</xsd:documentation>
		</xsd:annotation>
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIRequest">
				<xsd:sequence>
					<xsd:choice>
						<xsd:element name="uuid" type="axlapi:XUUID" nillable="false">
							<xsd:annotation>
								<xsd:documentation>The GUID of the Voice Mail Pilot to be updated</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:sequence>
							<xsd:element name="dirn" type="axlapi:XDirectoryNumber" nillable="true"/>
							<xsd:choice>
								<xsd:element name="CSS" 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>

share/AXLSoap.xsd  view on Meta::CPAN

	</xsd:element>
	<xsd:complexType name="ExecuteSQLUpdateRes">
		<xsd:complexContent>
			<xsd:extension base="axlapi:APIResponse">
				<xsd:sequence>
					<xsd:element name="return">
						<xsd:complexType>
							<xsd:sequence>
								<xsd:element name="rowsUpdated" type="xsd:integer">
									<xsd:annotation>
										<xsd:documentation>Rows updated indicates the number of rows updated by the SQL update.</xsd:documentation>
									</xsd:annotation>
								</xsd:element>
							</xsd:sequence>
						</xsd:complexType>
					</xsd:element>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="executeSQLUpdateResponse" type="axlapi:ExecuteSQLUpdateRes">

share/AXLSoap.xsd  view on Meta::CPAN

					<xsd:element name="streetSuffix" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="houseNumber" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="houseNumberSuffix" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="landmark" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="location" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="floor" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="occupantName" type="axlapi:String100" minOccurs="0"/>
					<xsd:element name="postalCode" type="axlapi:String100" minOccurs="0"/>
					<xsd:choice minOccurs="0">
						<xsd:annotation>
							<xsd:documentation>One of the two choices is mandatory if PolicyMatrix table needs to be updated</xsd:documentation>
						</xsd:annotation>
						<xsd:sequence>
							<xsd:element name="addPolicies" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Add the policies provided in the request into Matrix table</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="addPolicy" type="axlapi:XPolicyRelationship" maxOccurs="unbounded"/>
									</xsd:sequence>

share/AXLSoap.xsd  view on Meta::CPAN

														<xsd:element name="geoLocationPolicyBName" type="axlapi:String100"/>
													</xsd:choice>
												</xsd:sequence>
											</xsd:complexType>
										</xsd:element>
									</xsd:sequence>
								</xsd:complexType>
							</xsd:element>
							<xsd:element name="updatePolicies" minOccurs="0">
								<xsd:annotation>
									<xsd:documentation>Updates the existing policies.  Only typeLogicalPartitioningPolicy field can be updated</xsd:documentation>
								</xsd:annotation>
								<xsd:complexType>
									<xsd:sequence>
										<xsd:element name="updatePolicy" maxOccurs="unbounded">
											<xsd:complexType>
												<xsd:sequence>
													<xsd:choice>
														<xsd:element name="geoLocationPolicyA" type="axlapi:XGeoLocationPolicy"/>
														<xsd:element name="geoLocationPolicyAName" type="axlapi:String100"/>
													</xsd:choice>



( run in 0.240 second using v1.01-cache-2.11-cpan-05444aca049 )