xsddoc/samples/stress cameleon.xsd,1.2,1.3 redefined.xsd,1.1,1.2 circular1.xsd,1.1,1.2 imported2.xsd,1.2,1.3 circular2.xsd,1.1,1.2
Kurt Riede <[email protected]> Thu, 30 Sep 2004 11:26:33 +0000
| Newsgroups | gmane.text.xml.xframe.xsddoc.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xframe/xsddoc/samples/stress In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32681/samples/stress Modified Files: cameleon.xsd redefined.xsd circular1.xsd imported2.xsd circular2.xsd Log Message: changed to ASCII Index: redefined.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/redefined.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** redefined.xsd 28 Mar 2004 11:54:30 -0000 1.1 --- redefined.xsd 30 Sep 2004 11:26:31 -0000 1.2 *************** *** 1,27 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:complexType name="testRedefine"> ! <xs:annotation> ! <xs:documentation> ! <p>This type declaration ! should not be visible in documentation, because ! it is redefined in the main stress schema.</p> ! </xs:documentation> ! </xs:annotation> ! <xs:sequence> ! <xs:element name="test" type="xs:string"/> ! </xs:sequence> ! </xs:complexType> ! <xs:complexType name="testNotRedefine"> ! <xs:annotation> ! <xs:documentation> ! <p>This type declaration ! must be visible in documentation, because ! it is defined here, but not redefined in the main stress schema.</p> ! </xs:documentation> ! </xs:annotation> ! <xs:sequence> ! <xs:element name="test" type="xs:string"/> ! </xs:sequence> ! </xs:complexType> ! </xs:schema> --- 1,27 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:complexType name="testRedefine"> ! <xs:annotation> ! <xs:documentation> ! <p>This type declaration ! should not be visible in documentation, because ! it is redefined in the main stress schema.</p> ! </xs:documentation> ! </xs:annotation> ! <xs:sequence> ! <xs:element name="test" type="xs:string"/> ! </xs:sequence> ! </xs:complexType> ! <xs:complexType name="testNotRedefine"> ! <xs:annotation> ! <xs:documentation> ! <p>This type declaration ! must be visible in documentation, because ! it is defined here, but not redefined in the main stress schema.</p> ! </xs:documentation> ! </xs:annotation> ! <xs:sequence> ! <xs:element name="test" type="xs:string"/> ! </xs:sequence> ! </xs:complexType> ! </xs:schema> Index: circular2.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/circular2.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** circular2.xsd 15 Jun 2004 13:37:54 -0000 1.1 --- circular2.xsd 30 Sep 2004 11:26:31 -0000 1.2 *************** *** 1,18 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/circular2" ! xmlns:c2="http://xframe.sf.net/sample/stress/circular2" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" ! elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This namespace is used to test circular imports.</xs:documentation> ! </xs:annotation> ! <xs:import namespace="http://xframe.sf.net/sample/stress/circular1" schemaLocation="circular1.xsd"/> ! <xs:element name="circular2"> ! <xs:complexType> ! <xs:sequence> ! <xs:element type="xs:string" name="circular"> ! </xs:element> ! </xs:sequence> ! </xs:complexType> ! </xs:element> ! </xs:schema> --- 1,18 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/circular2" ! xmlns:c2="http://xframe.sf.net/sample/stress/circular2" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" ! elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This namespace is used to test circular imports.</xs:documentation> ! </xs:annotation> ! <xs:import namespace="http://xframe.sf.net/sample/stress/circular1" schemaLocation="circular1.xsd"/> ! <xs:element name="circular2"> ! <xs:complexType> ! <xs:sequence> ! <xs:element type="xs:string" name="circular"> ! </xs:element> ! </xs:sequence> ! </xs:complexType> ! </xs:element> ! </xs:schema> Index: circular1.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/circular1.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** circular1.xsd 15 Jun 2004 13:37:54 -0000 1.1 --- circular1.xsd 30 Sep 2004 11:26:31 -0000 1.2 *************** *** 1,18 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/circular1" ! xmlns:c1="http://xframe.sf.net/sample/stress/circular1" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" ! elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This namespace is used to test circular imports.</xs:documentation> ! </xs:annotation> ! <xs:import namespace="http://xframe.sf.net/sample/stress/circular2" schemaLocation="circular2.xsd"/> ! <xs:element name="circular1"> ! <xs:complexType> ! <xs:sequence> ! <xs:element type="xs:string" name="circular"> ! </xs:element> ! </xs:sequence> ! </xs:complexType> ! </xs:element> ! </xs:schema> --- 1,18 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/circular1" ! xmlns:c1="http://xframe.sf.net/sample/stress/circular1" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" ! elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This namespace is used to test circular imports.</xs:documentation> ! </xs:annotation> ! <xs:import namespace="http://xframe.sf.net/sample/stress/circular2" schemaLocation="circular2.xsd"/> ! <xs:element name="circular1"> ! <xs:complexType> ! <xs:sequence> ! <xs:element type="xs:string" name="circular"> ! </xs:element> ! </xs:sequence> ! </xs:complexType> ! </xs:element> ! </xs:schema> Index: cameleon.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/cameleon.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cameleon.xsd 30 Sep 2004 11:11:29 -0000 1.2 --- cameleon.xsd 30 Sep 2004 11:26:31 -0000 1.3 *************** *** 1,22 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This schema without a namespace is used to test a cameleon schema design. ! It is included in different namespaces where the components are getting part of ! the namespace of the including schema.</xs:documentation> ! </xs:annotation> ! <xs:element name="cameleon" type="cameleonType"> ! <xs:annotation> ! <xs:documentation>This element is declared in a cameleon ! schema with empty target namespace.</xs:documentation> ! </xs:annotation> ! </xs:element> ! <xs:complexType name="cameleonType"> ! <xs:annotation> ! <xs:documentation>This complex type is declared in a cameleon ! schema with empty target namespace.</xs:documentation> ! </xs:annotation> ! <xs:attribute name="attr1" type="xs:string"/> ! <xs:attribute name="attr2" type="xs:string"/> ! </xs:complexType> ! </xs:schema> --- 1,22 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This schema without a namespace is used to test a cameleon schema design. ! It is included in different namespaces where the components are getting part of ! the namespace of the including schema.</xs:documentation> ! </xs:annotation> ! <xs:element name="cameleon" type="cameleonType"> ! <xs:annotation> ! <xs:documentation>This element is declared in a cameleon ! schema with empty target namespace.</xs:documentation> ! </xs:annotation> ! </xs:element> ! <xs:complexType name="cameleonType"> ! <xs:annotation> ! <xs:documentation>This complex type is declared in a cameleon ! schema with empty target namespace.</xs:documentation> ! </xs:annotation> ! <xs:attribute name="attr1" type="xs:string"/> ! <xs:attribute name="attr2" type="xs:string"/> ! </xs:complexType> ! </xs:schema> Index: imported2.xsd =================================================================== RCS file: /cvsroot/xframe/xsddoc/samples/stress/imported2.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** imported2.xsd 27 Mar 2004 21:12:45 -0000 1.2 --- imported2.xsd 30 Sep 2004 11:26:31 -0000 1.3 *************** *** 1,16 **** ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/imported2" xmlns="http://xframe.sf.net/sample/stress/imported2" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This is another namespace to test imports.</xs:documentation> ! </xs:annotation> ! <xs:simpleType name="imported2baseType"> ! <xs:restriction base="xs:string"> ! <xs:length value="255"/> ! </xs:restriction> ! </xs:simpleType> ! <xs:simpleType name="imported2DerivedType"> ! <xs:restriction base="imported2baseType"></xs:restriction> ! </xs:simpleType> ! <xs:element name="testImported2" type="imported2DerivedType"/> ! </xs:schema> --- 1,16 ---- ! <?xml version="1.0" encoding="UTF-8"?> ! <xs:schema targetNamespace="http://xframe.sf.net/sample/stress/imported2" xmlns="http://xframe.sf.net/sample/stress/imported2" ! xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> ! <xs:annotation> ! <xs:documentation>This is another namespace to test imports.</xs:documentation> ! </xs:annotation> ! <xs:simpleType name="imported2baseType"> ! <xs:restriction base="xs:string"> ! <xs:length value="255"/> ! </xs:restriction> ! </xs:simpleType> ! <xs:simpleType name="imported2DerivedType"> ! <xs:restriction base="imported2baseType"></xs:restriction> ! </xs:simpleType> ! <xs:element name="testImported2" type="imported2DerivedType"/> ! </xs:schema> ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl