tizen beta release
[framework/web/wrt-commons.git] / etc / fingerprint_list.xsd
1 <?xml version="1.0" encoding="utf-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
3
4 <xs:element name="CertificateSet" type="CertificateSetType" />
5 <xs:complexType name="CertificateSetType">
6   <xs:sequence>
7     <xs:element ref="CertificateDomain" minOccurs="0" maxOccurs="unbounded" />
8   </xs:sequence>
9 </xs:complexType>
10
11 <xs:element name="CertificateDomain" type="CertificateDomainType" />
12 <xs:complexType name="CertificateDomainType">
13   <xs:sequence>
14     <xs:element ref="FingerprintSHA1" minOccurs="0" maxOccurs="unbounded" />
15   </xs:sequence>
16   <xs:attribute name="name" type="xs:string" use="required" />
17 </xs:complexType>
18
19 <xs:element name="FingerprintSHA1" type="xs:string"/>
20
21 </xs:schema>