AXL-Client-Simple

 view release on metacpan or  search on metacpan

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

		/xms
	);
}

sub __extract_license {
	my $license_text = shift or return;
	my @phrases      = (
		'(?:under )?the same (?:terms|license) as (?:perl|the perl (?:\d )?programming language)' => 'perl', 1,
		'(?:under )?the terms of (?:perl|the perl programming language) itself' => 'perl', 1,
		'Artistic and GPL'                   => 'perl',         1,
		'GNU general public license'         => 'gpl',          1,
		'GNU public license'                 => 'gpl',          1,
		'GNU lesser general public license'  => 'lgpl',         1,
		'GNU lesser public license'          => 'lgpl',         1,
		'GNU library general public license' => 'lgpl',         1,
		'GNU library public license'         => 'lgpl',         1,
		'GNU Free Documentation license'     => 'unrestricted', 1,
		'GNU Affero General Public License'  => 'open_source',  1,
		'(?:Free)?BSD license'               => 'bsd',          1,
		'Artistic license 2\.0'              => 'artistic_2',   1,
		'Artistic license'                   => 'artistic',     1,
		'Apache (?:Software )?license'       => 'apache',       1,
		'GPL'                                => 'gpl',          1,
		'LGPL'                               => 'lgpl',         1,
		'BSD'                                => 'bsd',          1,
		'Artistic'                           => 'artistic',     1,

share/AXLSoap.xsd  view on Meta::CPAN

					</xsd:complexType>
				</xsd:element>
				<xsd:element name="rules">
					<xsd:annotation>
						<xsd:documentation>The rules to validate this parameter against.</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="rule" type="xsd:anyURI" maxOccurs="unbounded">
								<xsd:annotation>
									<xsd:documentation>The URI of the rule to validate this parameter against; for example: xmlrule://cisco.com/public/isAnInteger</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
			</xsd:choice>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XDisplayInstanceParameters">
		<xsd:sequence>

share/AXLSoap.xsd  view on Meta::CPAN

			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="XRule">
		<xsd:annotation>
			<xsd:documentation>The root of all rules.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="name" nillable="false">
				<xsd:annotation>
					<xsd:documentation>The URI name of the  rule. For example: xmlrule://cisco.com/public/isAnInteger</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:pattern value="xmlrule://\S+"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="description" type="xsd:string" minOccurs="0"/>
			<xsd:element name="author" type="xsd:string" minOccurs="0"/>
			<xsd:choice>

share/AXLSoap.xsd  view on Meta::CPAN

      <xsd:restriction base="xsd:string">
         <xsd:enumeration value="Argentina"/>
         <xsd:enumeration value="Australia"/>
         <xsd:enumeration value="Austria"/>
         <xsd:enumeration value="Belgium"/>
         <xsd:enumeration value="Brazil"/>
         <xsd:enumeration value="Canada"/>
         <xsd:enumeration value="China"/>
         <xsd:enumeration value="Colombia"/>
         <xsd:enumeration value="Cyprus"/>
         <xsd:enumeration value="Czech Republic"/>
         <xsd:enumeration value="Denmark"/>
         <xsd:enumeration value="Egypt"/>
         <xsd:enumeration value="Finland"/>
         <xsd:enumeration value="France"/>
         <xsd:enumeration value="Germany"/>
         <xsd:enumeration value="Ghana"/>
         <xsd:enumeration value="Greece"/>
         <xsd:enumeration value="Hong Kong"/>
         <xsd:enumeration value="Hungary"/>
         <xsd:enumeration value="Iceland"/>
         <xsd:enumeration value="India"/>
         <xsd:enumeration value="Indonesia"/>
         <xsd:enumeration value="Ireland"/>
         <xsd:enumeration value="Israel"/>
         <xsd:enumeration value="Italy"/>
         <xsd:enumeration value="Japan"/>
         <xsd:enumeration value="Jordan"/>
         <xsd:enumeration value="Kenya"/>
         <xsd:enumeration value="Korea Republic"/>
         <xsd:enumeration value="Lebanon"/>
         <xsd:enumeration value="Luxembourg"/>
         <xsd:enumeration value="Malaysia"/>
         <xsd:enumeration value="Mexico"/>
         <xsd:enumeration value="Nepal"/>
         <xsd:enumeration value="Netherlands"/>
         <xsd:enumeration value="New Zealand"/>
         <xsd:enumeration value="Nigeria"/>
         <xsd:enumeration value="Norway"/>
         <xsd:enumeration value="Pakistan"/>

share/AXLSoap.xsd  view on Meta::CPAN

         <xsd:enumeration value="Croatia"/>
         <xsd:enumeration value="Romania"/>
         <xsd:enumeration value="Serbia and Montenegro"/>
         <xsd:enumeration value="United Arab Emirates"/>
         <xsd:enumeration value="Oman"/>
         <xsd:enumeration value="Kuwait"/>
         <xsd:enumeration value="Algeria"/>
         <xsd:enumeration value="Bahrain"/>
         <xsd:enumeration value="Iraq"/>
         <xsd:enumeration value="Mauritania"/>
         <xsd:enumeration value="Republic of Montenegro"/>
         <xsd:enumeration value="Morocco"/>
         <xsd:enumeration value="Qatar"/>
         <xsd:enumeration value="Republic of Serbia"/>
         <xsd:enumeration value="Sudan"/>
         <xsd:enumeration value="Tunisia"/>
         <xsd:enumeration value="Vietnam"/>
         <xsd:enumeration value="Yemen"/>
         <xsd:enumeration value="Lithuania"/>
         <xsd:enumeration value="Latvia"/>
         <xsd:enumeration value="Estonia"/>
      </xsd:restriction>
   </xsd:simpleType>

share/AXLSoap.xsd  view on Meta::CPAN

				</xsd:annotation>
			</xsd:element>
			<xsd:element name="securityInfo" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Carries the security information of the envelope.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="userid" type="xsd:string"/>
						<xsd:element name="password" type="xsd:string"/>
						<xsd:element name="publicKey" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:all>
		<xsd:attribute name="sequence" type="xsd:unsignedLong" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="Response" abstract="false">
		<xsd:complexContent>
			<xsd:extension base="axlapi:Envelope">
				<xsd:choice>



( run in 0.741 second using v1.01-cache-2.11-cpan-64827b87656 )