diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-24 15:18:44 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-24 15:18:44 +0000 |
| commit | 7957062899260c10d0a45ab27c9ab3475a4972c3 (patch) | |
| tree | a311d59f031ae5def87f68be71ed1f58abadc031 /test/xsd/xmlschema.xml | |
| parent | 77a4b63f92cdcf0deb76dc0eeae464a55f5da789 (diff) | |
| download | ruby-7957062899260c10d0a45ab27c9ab3475a4972c3.tar.gz ruby-7957062899260c10d0a45ab27c9ab3475a4972c3.tar.xz ruby-7957062899260c10d0a45ab27c9ab3475a4972c3.zip | |
* lib/soap/* (29 files): SOAP4R added.
* lib/wsdl/* (42 files): WSDL4R added.
* lib/xsd/* (12 files): XSD4R added.
* test/soap/* (16 files): added.
* test/wsdl/* (2 files): added.
* test/xsd/* (3 files): added.
* sample/soap/* (27 files): added.
* sample/wsdl/* (13 files): added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xsd/xmlschema.xml')
| -rw-r--r-- | test/xsd/xmlschema.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/xsd/xmlschema.xml b/test/xsd/xmlschema.xml new file mode 100644 index 000000000..f532e2934 --- /dev/null +++ b/test/xsd/xmlschema.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<xs:schema xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.winfessor.com/SoapBoxWebService/MessageDataSet.xsd" id="MessageDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema"> + <xs:element msdata:IsDataSet="true" name="MessageDataSet"> + <xs:complexType> + <xs:choice maxOccurs="unbounded" /> + </xs:complexType> + </xs:element> +</xs:schema>
\ No newline at end of file |
