Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > fc62b1a09d3a2a2032c7fe6d982e91e3 > files > 399

xsd-3.3.0-2.fc14.i686.rpm

<?xml version="1.0"?>

<!--

file      : examples/cxx/tree/custom/wildcard/wildcard.xsd
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:wc="http://www.codesynthesis.com/wildcard"
            targetNamespace="http://www.codesynthesis.com/wildcard">

  <xsd:complexType name="data">
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="id" type="xsd:unsignedInt"/>
        <xsd:anyAttribute namespace="##any" processContents="skip"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>

  <xsd:element name="data" type="wc:data"/>

</xsd:schema>