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

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/conf/tomcat-users.xsd
Status
scanned
Type
file
Name
tomcat-users.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
2617 (2.6 KB)
MD5
9e89927bbb2ac122bf2a7cd50144d986
SHA1
ef8516d11c9e7b10032e21d223d136e9d2811451
SHA256
669d1c5718286c9ef94e5b23089771d59a5941e59cca0becc6e6139c493c366f
SHA512

      
    
SHA1_git
5cdbbe852584d7367ceca5174674cfb77c83c453
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
tomcat-users.xsd | 2.6 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:users="http://tomcat.apache.org/xml" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0"> <xs:element name="tomcat-users"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="role"> <xs:complexType> <xs:attribute name="rolename" use="required" type="users:entityname" /> <xs:attribute name="description" type="xs:string" /> </xs:complexType> </xs:element> <xs:element name="group"> <xs:complexType> <xs:attribute name="groupname" use="required" type="users:entityname" /> <xs:attribute name="description" type="xs:string" /> <xs:attribute name="roles" type="xs:string" /> </xs:complexType> </xs:element> <xs:element name="user"> <xs:complexType> <xs:attribute name="username" use="required" type="users:entityname" /> <xs:attribute name="fullname" type="xs:string" /> <xs:attribute name="password" type="xs:string" /> <xs:attribute name="roles" type="xs:string" /> <xs:attribute name="groups" type="xs:string" /> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="version" type="xs:string" /> </xs:complexType> </xs:element> <xs:simpleType name="entityname"> <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
37.9
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