Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 8ea8973b0a26b643dd5df52b46f90cb0 > files > 25

libdigidocpp-0.3.0-2.fc13.i686.rpm

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <xsd:element name="configuration">
    <xsd:complexType>
      <xsd:choice maxOccurs="unbounded" minOccurs="0">
        <xsd:element ref="param"/>
        <xsd:element ref="ocsp"/>
      </xsd:choice>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="ocsp">
    <xsd:complexType>
      <xsd:all>
        <xsd:element name="url" type="xsd:string"/>
        <xsd:element name="cert" type="xsd:string"/>
      </xsd:all>
      <xsd:attribute name="issuer" type="xsd:string" use="required"/>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="param">
    <xsd:complexType>
      <xsd:simpleContent>
        <xsd:extension base="xsd:string">
          <xsd:attribute name="name" use="required" type="xsd:string"/>
        </xsd:extension>
      </xsd:simpleContent>
    </xsd:complexType>
  </xsd:element>
</xsd:schema>