- From: Robert Freund via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 16 Oct 2009 10:03:35 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra
In directory hutz:/tmp/cvs-serv29527/edcopies/ws-fra
Added Files:
fragment.xsd
Log Message:
lowercase file name to match spec
--- NEW FILE: fragment.xsd ---
<xs:schema
targetNamespace="http://www.w3.org/2009/09/ws-fra"
xmlns:tns="http://www.w3.org/2009/09/ws-fra"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
blockDefault="#all" >
<xs:complexType name="ExpressionType">
<xs:sequence>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="Language" type="xs:anyURI" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:element name="Expression" type="tns:ExpressionType"/>
<xs:complexType name="ValueType">
<xs:sequence>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:element name="Value" type="tns:ValueType"/>
<xs:element name="Fragment">
<xs:complexType>
<xs:sequence>
<xs:element name="Expression" type="tns:ExpressionType"/>
<xs:element name="Value" type="tns:ValueType" minOccurs="0"/>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
</xs:schema>
Received on Friday, 16 October 2009 10:03:37 UTC