Next in thread → Next in month →

Re: [xml-dev] W3C XML Schema public home page tools listing updated

From
Sjoerd Visscher <>
To
Date
2005-12-13T22:59:48Z
ID
<>
Thread
Re: [xml-dev] W3C XML Schema public home page tools listing updated
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">

   <xsd:element name="tool" type="toolType"/>

   <xsd:complexType name="toolType">
     <xsd:sequence>
       <xsd:element name="shortName"       type="xsd:token"/>
       <xsd:element name="toolName"        type="xsd:string"/>
       <xsd:element name="personName"      type="xsd:string"/>
       <xsd:element name="messageSubject"  type="xsd:string"/>
       <xsd:element name="messageDate"     type="xsd:date"/>
       <xsd:element name="p" maxOccurs="3" type="pType" />
       <xsd:element name="pWithLink"       type="pWithLinkType" />
     </xsd:sequence>
   </xsd:complexType>

   <xsd:complexType name="pType" mixed="true">
     <xsd:choice />
   </xsd:complexType>

   <xsd:complexType name="pWithLinkType" mixed="true">
     <xsd:choice>
       <xsd:element name="url" type="xsd:anyURI" />
     </xsd:choice>
   </xsd:complexType>

</xsd:schema>

greetings,

-- 
Sjoerd Visscher
http://w3future.com/weblog/
Next in thread → Next in month →