ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/conf/jaspic-providers.xsd

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/conf/jaspic-providers.xsd
Status
scanned
Type
file
Name
jaspic-providers.xsd
Extension
.xsd
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
2365 (2.3 KB)
MD5
bcf54754849503711e113c2fd2f3638f
SHA1
7ce4280a14b90c1f73e6b71ec92aca0662897cb8
SHA256
78c0c6bd13b31f56187d91b73dcd59cd95f0a411f869d729c958fd6fc37b4023
SHA512

      
    
SHA1_git
cafe0e763c7d08f4502fac16a0f9a8bdb912a6c5
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
jaspic-providers.xsd | 2.3 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <xs:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://tomcat.apache.org/xml" xmlns:jaspic="http://tomcat.apache.org/xml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0"> <xs:element name="jaspic-providers"> <xs:complexType> <xs:sequence> <xs:element name="provider" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="property" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:attribute name="name" use="required" type="jaspic:propertyname" /> <xs:attribute name="value" use="required" type="xs:string" /> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="className" type="xs:string" /> <xs:attribute name="layer" type="xs:string" /> <xs:attribute name="appContext" type="xs:string" /> <xs:attribute name="description" type="xs:string" /> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="version" type="xs:string" /> </xs:complexType> </xs:element> <xs:simpleType name="propertyname"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:schema>
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
42.2
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 10 10
http://tomcat.apache.org/xml 19 19