view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
local *FH;
open( FH, "> $_[0]" ) or die "open($_[0]): $!";
binmode FH;
foreach ( 1 .. $#_ ) {
print FH $_[$_] or die "print($_[0]): $!";
}
close FH or die "close($_[0]): $!";
}
END_OLD
# _version is for processing module versions (eg, 1.03_05) not
# Perl versions (eg, 5.8.1).
sub _version {
my $s = shift || 0;
my $d =()= $s =~ /(\.)/g;
if ( $d >= 2 ) {
# Normalise multipart versions
$s =~ s/(\.)(\d{1,3})/sprintf("$1%03d",$2)/eg;
}
$s =~ s/^(\d+)\.?//;
my $l = $1 || 0;
inc/Module/Install/Makefile.pm view on Meta::CPAN
grep $_,
($self->configure_requires, $self->build_requires)
);
# Remove any reference to perl, BUILD_REQUIRES doesn't support it
delete $args->{BUILD_REQUIRES}->{perl};
# Delete bundled dists from prereq_pm, add it to Makefile DIR
my $subdirs = ($args->{DIR} || []);
if ($self->bundles) {
my %processed;
foreach my $bundle (@{ $self->bundles }) {
my ($mod_name, $dist_dir) = @$bundle;
delete $prereq->{$mod_name};
$dist_dir = File::Basename::basename($dist_dir); # dir for building this module
if (not exists $processed{$dist_dir}) {
if (-d $dist_dir) {
# List as sub-directory to be processed by make
push @$subdirs, $dist_dir;
}
# Else do nothing: the module is already present on the system
$processed{$dist_dir} = undef;
}
}
}
unless ( $self->makemaker('6.55_03') ) {
%$prereq = (%$prereq,%$build_prereq);
delete $args->{BUILD_REQUIRES};
}
if ( my $perl_version = $self->perl_version ) {
inc/Module/Install/Win32.pm view on Meta::CPAN
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
or
ftp://ftp.microsoft.com/Softlib/MSLFILES/Nmake15.exe
Please download the file manually, save it to a directory in %PATH% (e.g.
C:\WINDOWS\COMMAND\), then launch the MS-DOS command line shell, "cd" to
that directory, and run "Nmake15.exe" from there; that will create the
'nmake.exe' file needed by this module.
You may then resume the installation process described in README.
-------------------------------------------------------------------------------
END_MESSAGE
}
1;
inc/Module/Install/WriteAll.pm view on Meta::CPAN
# Until ExtUtils::MakeMaker support MYMETA.yml, make sure
# we clean it up properly ourself.
$self->realclean_files('MYMETA.yml');
if ( $args{inline} ) {
$self->Inline->write;
} else {
$self->Makefile->write;
}
# The Makefile write process adds a couple of dependencies,
# so write the META.yml files after the Makefile.
if ( $args{meta} ) {
$self->Meta->write;
}
# Experimental support for MYMETA
if ( $ENV{X_MYMETA} ) {
if ( $ENV{X_MYMETA} eq 'JSON' ) {
$self->Meta->write_mymeta_json;
} else {
share/AXLSoap.xsd view on Meta::CPAN
<xsd:annotation>
<xsd:documentation>Applicable for only if PRI variant is QSIG</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XServerDevice">
<xsd:annotation>
<xsd:documentation>Server devices are server processes that receive and/or make calls; because they are server-based, they have a process node.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:XDevice">
<xsd:sequence minOccurs="0">
<xsd:choice>
<xsd:element name="processNode" type="axlapi:XProcessNode"/>
<xsd:element name="processNodeId" type="axlapi:XUUID"/>
<xsd:element name="processNodeName" type="xsd:Name"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XT1Gateway">
<xsd:complexContent>
<xsd:extension base="axlapi:XDigitalGateway">
<xsd:sequence>
<xsd:element name="clockReference" type="xsd:string"/><!--This field is of the type axl:XClockReference in AXLEnums.xsd-->
share/AXLSoap.xsd view on Meta::CPAN
<xsd:documentation>TCP port for backhaul for Q.931 messages.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:choice>
<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="axlapi:String255"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
<xsd:attribute name="ctiid" type="xsd:nonNegativeInteger"/>
</xsd:complexType>
<xsd:complexType name="XCallManagerGroup">
<xsd:sequence minOccurs="0">
<xsd:element name="name" type="axlapi:String50"/>
<xsd:element name="tftpDefault" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:complexType name="XDeviceMobilityGroup">
<xsd:sequence>
<xsd:element name="name" type="xsd:string" nillable="false"/>
<xsd:element name="description" type="xsd:string" nillable="true" minOccurs="0"/>
</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>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:element name="minimumSecurityLevel" type="axlapi:XDeviceSecurityMode" default="Non Secure" nillable="false"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="XMOHServer">
<xsd:sequence minOccurs="0">
<xsd:element name="mohServerName" type="axlapi:UniqueName128" nillable="false"/>
<xsd:element name="description" type="axlapi:String100" nillable="true" minOccurs="0"/>
<xsd:choice>
<xsd:element name="processNode" type="axlapi:XProcessNode" nillable="false">
<xsd:annotation>
<xsd:documentation>Only the uuid attribute is read by AXL.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="processNodeName" type="axlapi:String100" nillable="false"/>
</xsd:choice>
<xsd:choice>
<xsd:element name="devicePool" type="axlapi:XDevicePool" nillable="false">
<xsd:annotation>
<xsd:documentation>Only the uuid attribute is read by AXL API.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="devicePoolName" type="axlapi:String100" nillable="false"/>
</xsd:choice>
<xsd:choice minOccurs="0">
share/AXLSoap.xsd view on Meta::CPAN
</xsd:element>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>
<xsd:complexType name="XProcessConfig">
<xsd:annotation>
<xsd:documentation>Describes the ProcessConfig table (used for service parameters)</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0">
<xsd:choice>
<xsd:element name="processNode" type="axlapi:XProcessNode"/>
<xsd:element name="processNodeName" type="axlapi:String50" nillable="false"/>
</xsd:choice>
<xsd:element name="name" type="axlapi:String50" nillable="false"/>
<xsd:element name="service" type="xsd:string" nillable="false"/><!--This field is of the type axl:XService in AXLEnums.xsd-->
<xsd:element name="value" type="axlapi:String1024" nillable="true" minOccurs="0"/>
<xsd:element name="valueType" type="xsd:string" nillable="false"/><!--This field is of the type axl:XParam in AXLEnums.xsd-->
<xsd:element name="primaryData" type="xsd:boolean" default="false" nillable="false"/>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID" use="optional"/>
</xsd:complexType>
<xsd:complexType name="XProcessNode">
<xsd:annotation>
<xsd:documentation>Describes a server running in the CCM cluster.</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0">
<xsd:element name="name" type="axlapi:String255">
<xsd:annotation>
<xsd:documentation>The primary hostname of the process node.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="description" type="axlapi:String50" minOccurs="0"/>
<xsd:element name="mac" type="axlapi:XMacAddress" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The mac address of the host.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IPv6Name" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>
<xsd:complexType name="XProcessNodeService">
<xsd:sequence minOccurs="0">
<xsd:choice>
<xsd:element name="processNode" type="axlapi:XProcessNode" nillable="false"/>
<xsd:element name="processNodeName" type="axlapi:String255" nillable="false"/>
</xsd:choice>
<xsd:element name="service" type="xsd:string" nillable="false"/><!--This field is of the type axl:XService in AXLEnums.xsd-->
<xsd:element name="fileName" type="axlapi:String255" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This field has been deprecated in Seadragon</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="traceLevel" type="xsd:nonNegativeInteger" default="0" nillable="false"/>
<xsd:element name="userCategories" type="xsd:nonNegativeInteger" default="0" nillable="false"/>
<xsd:element name="enable" type="xsd:boolean" default="false" nillable="false"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:annotation>
<xsd:documentation>Read Only</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="defaultProfile" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>
<xsd:complexType name="XVendorConfig">
<xsd:sequence>
<xsd:any namespace="##local" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="XVG224">
<xsd:annotation>
<xsd:documentation>The generic MGCP follows the IOS Model, but uses more generic terminology to describe the MGCP's structure.
All MGCPs have 1..n UNITs, each which contains 1..n SUBUNITs, each which contains 1..n ENDPOINTs. ENDPOINTs are (really, contain) a DEVICE.
In the IOS model, the terminology would be SLOTs, VICs, and PORTs. </xsd:documentation>
</xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:documentation>A regular expression to compare the string against.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="length" type="xsd:integer" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The maximum length allowed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="trimWhiteSpace" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A flag which states the rule processors should trim/ignore white space from the input before all other processing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="onValidationErrorShowMessage" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="XFloatRule">
<xsd:annotation>
<xsd:documentation>The float rule determines if a value is a valid floating point number.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:documentation>What is the default key?</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="multiKey" type="xsd:boolean" default="false">
<xsd:annotation>
<xsd:documentation>Can multiple keys be selected?</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="options">
<xsd:annotation>
<xsd:documentation>Each option is expressed as a key/value pair. Rule processors should only compare against the key attributes. The value of each option is simply for display.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="option" type="axlapi:XListRuleOption" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="XListRuleOption" mixed="false">
share/AXLSoap.xsd view on Meta::CPAN
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="descFieldName" type="axlapi:Name50"/>
<xsd:element name="Multikey" type="xsd:boolean"/>
<xsd:element name="filter" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="XDateRule">
<xsd:annotation>
<xsd:documentation>Directs the rule processor to validate the input as a date. Valid date formats are Any, Long (March 15, 2001), Short-US (the default, 03/15/01), and Short-EU (15/03/01).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="dateFormat" default="Short-US" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Any"/>
<xsd:enumeration value="Long"/>
<xsd:enumeration value="Short-US"/>
<xsd:enumeration value="Short-EU"/>
</xsd:restriction>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:complexType name="XURIRule">
<xsd:annotation>
<xsd:documentation>The URI rule determines if a value is a valid URI.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="default" type="xsd:anyURI" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="XRuleError">
<xsd:annotation>
<xsd:documentation>The XML format for a rule error that might be thrown by a rule processor.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="invalidValue" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains the value of the original input.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ruleBroken" type="xsd:Name">
<xsd:annotation>
<xsd:documentation>The name of the rule broken.</xsd:documentation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:sequence>
<xsd:element name="uuid" type="axlapi:XUUID" nillable="false">
<xsd:annotation>
<xsd:documentation>The GUID of the DHCP Server to be modified. Not nullable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:annotation>
<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>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:element name="getNumDevicesResponse" type="axlapi:GetNumDevicesRes"/>
<xsd:complexType name="ListServiceParametersReq">
<xsd:annotation>
<xsd:documentation>This method can be used to list all service parameters (include Enterprise-Wide parameters) for a particular Process Node and service type.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:element name="nodeName" type="xsd:string" nillable="false">
<xsd:annotation>
<xsd:documentation>The process node.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="serviceType" type="xsd:string" nillable="false"><!--This field is of the type axl:XService in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>The type of service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="name" type="axlapi:String50">
<xsd:annotation>
<xsd:documentation>Name of the service parameter. Not nullable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>The process Node that this the service parameter belongs to. Not nullable.</xsd:documentation>
</xsd:annotation>
<xsd:element name="processNodeId" type="axlapi:XUUID"/>
<xsd:element name="processNodeName" type="axlapi:String50"/>
</xsd:choice>
<xsd:element name="service" type="xsd:string"><!--This field is of the type axl:XService in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>The service that this service parameter belongs to.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="getMobileSmartClientProfileResponse" type="axlapi:GetMobileSmartClientProfileRes"/>
<xsd:complexType name="AddProcessNodeReq" abstract="false" final="#all">
<xsd:annotation>
<xsd:documentation>Adds a new ProcessNode to the database.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:element name="processNode" type="axlapi:XProcessNode" nillable="false"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="addProcessNode" type="axlapi:AddProcessNodeReq"/>
<xsd:element name="addProcessNodeResponse" type="axlapi:StandardResponse"/>
<xsd:complexType name="UpdateProcessNodeReq" abstract="false" final="#all">
<xsd:annotation>
<xsd:documentation>Update an existing ProcessNode in the database.</xsd:documentation>
</xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:complexType name="GetProcessNodeRes">
<xsd:annotation>
<xsd:documentation>Contains the ProcessNode specified by the request.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="return">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="processNode" type="axlapi:XProcessNode"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="getProcessNodeResponse" type="axlapi:GetProcessNodeRes"/>
<xsd:element name="removeProcessNode" type="axlapi:NameAndGUIDRequest"/>
<xsd:element name="removeProcessNodeResponse" type="axlapi:StandardResponse"/>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:annotation>
<xsd:documentation>Sends a request for all ProcessNodes in the database.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIRequest"/>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="listAllProcessNodes" type="axlapi:ListAllProcessNodesReq"/>
<xsd:complexType name="ListAllProcessNodesRes">
<xsd:annotation>
<xsd:documentation>Contains all the process nodes in the database.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="return">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="processNode" type="axlapi:XProcessNode" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="listAllProcessNodesResponse" type="axlapi:ListAllProcessNodesRes"/>
<xsd:complexType name="ListProcessNodesByServiceReq">
<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:extension base="axlapi:APIRequest">
<xsd:sequence>
<xsd:element name="service" type="xsd:string"/><!--This field is of the type axl:XService in AXLEnums.xsd-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="listProcessNodesByService" type="axlapi:ListProcessNodesByServiceReq"/>
<xsd:complexType name="ListProcessNodesByServiceRes">
<xsd:annotation>
<xsd:documentation>Contains all the process nodes in the database that matched the service type in the request.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="return">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="processNode" type="axlapi:XProcessNode" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="listProcessNodesByServiceResponse" type="axlapi:ListProcessNodesByServiceRes"/>
<xsd:complexType name="GetProcessNodeServiceReq">
<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
<xsd:sequence>
<xsd:choice>
<xsd:element name="uuid" type="axlapi:XUUID">
<xsd:annotation>
<xsd:documentation>The pkid of the Process Node Service you wish to retrieve.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:choice>
<xsd:annotation>
<xsd:documentation>The process Node that this the process node service belongs to. Not nullable.</xsd:documentation>
</xsd:annotation>
<xsd:element name="processNodeId" type="axlapi:XUUID"/>
<xsd:element name="processNodeName" type="axlapi:String50"/>
</xsd:choice>
<xsd:element name="service" type="xsd:string"><!--This field is of the type axl:XService in AXLEnums.xsd-->
<xsd:annotation>
<xsd:documentation>The service that this process node service belongs to.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="getProcessNodeService" type="axlapi:GetProcessNodeServiceReq"/>
<xsd:complexType name="GetProcessNodeServiceRes">
<xsd:annotation>
<xsd:documentation>Contains the Process Node Service specified by the request.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="return">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="processNodeService" type="axlapi:XProcessNodeService"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="getProcessNodeServiceResponse" type="axlapi:GetProcessNodeServiceRes"/>
<xsd:complexType name="UpdateProcessNodeServiceReq">
<xsd:annotation>
share/AXLSoap.xsd view on Meta::CPAN
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="getMobilityResponse" type="axlapi:GetMobilityRes"/>
<xsd:complexType name="GetCCMVersionReq">
<xsd:sequence>
<xsd:element name="processNodeName" type="axlapi:String255" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="getCCMVersion" type="axlapi:GetCCMVersionReq"/>
<xsd:complexType name="GetCCMVersionRes">
<xsd:complexContent>
<xsd:extension base="axlapi:APIResponse">
<xsd:sequence>
<xsd:element name="return">
<xsd:complexType>
<xsd:sequence>