- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 15:35:52 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra
In directory hutz:/tmp/cvs-serv32137/ws-fra
Added Files:
Fragment.xsd
Log Message:
add Fragment.xsd
--- 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 Monday, 5 October 2009 15:35:53 UTC