From: G?nther B. <br...@us...> - 2002-05-13 06:24:00
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv6327 Modified Files: cv.xsd cv_config.xml cv_guenther.xml test2.xml Log Message: example CV Index: cv.xsd =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cv.xsd 4 May 2002 17:06:20 -0000 1.1 --- cv.xsd 13 May 2002 06:23:57 -0000 1.2 *************** *** 4,9 **** <xsd:element name="curriculum"> <xsd:complexType> ! <xsd:attribute name="title" type="xsd:string"/> ! <xsd:attribute name="lang" type="Lang" default="en"/> <xsd:sequence> <xsd:element name="personal" type="Personal" /> --- 4,9 ---- <xsd:element name="curriculum"> <xsd:complexType> ! <!-- xsd:attribute name="title" type="xsd:string"/> ! <xsd:attribute name="lang" type="Lang" default="en"/ --> <xsd:sequence> <xsd:element name="personal" type="Personal" /> *************** *** 37,41 **** --- 37,43 ---- <xsd:element name="title" type="xsd:string" minOccurs="0"/> <xsd:element name="item" type="xsd:string" maxOccurs="unbounded"> + <xsd:complexType> <xsd:attribute name="caption" type="xsd:string" /> + </xsd:complexType> </xsd:element> </xsd:sequence> Index: cv_config.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv_config.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cv_config.xml 4 May 2002 17:06:20 -0000 1.1 --- cv_config.xml 13 May 2002 06:23:57 -0000 1.2 *************** *** 24,27 **** --- 24,28 ---- <state>listtitle</state> <state>listitem</state> + <state>finished</state> </states> *************** *** 30,34 **** <beginstate>file top</beginstate> <nextstate>doc top</nextstate> ! <element type="start">document</element> <classname>WriteGeneralHeaderTransition</classname> </transition> --- 31,35 ---- <beginstate>file top</beginstate> <nextstate>doc top</nextstate> ! <element type="start">curriculum</element> <classname>WriteGeneralHeaderTransition</classname> </transition> *************** *** 48,52 **** <beginstate>doc top</beginstate> <nextstate>file top</nextstate> ! <element type="end">document</element> <classname>WriteGeneralFooterTransition</classname> </transition> --- 49,53 ---- <beginstate>doc top</beginstate> <nextstate>file top</nextstate> ! <element type="end">curriculum</element> <classname>WriteGeneralFooterTransition</classname> </transition> Index: cv_guenther.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv_guenther.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cv_guenther.xml 4 May 2002 17:06:20 -0000 1.1 --- cv_guenther.xml 13 May 2002 06:23:57 -0000 1.2 *************** *** 1,3 **** ! <curriculum title="" lang="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cv.xsd"> <personal> --- 1,5 ---- ! <?xml version="1.0" standalone="no"?> ! ! <curriculum xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="cv.xsd"> <personal> Index: test2.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/test2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** test2.xml 16 Apr 2002 06:55:01 -0000 1.1 --- test2.xml 13 May 2002 06:23:57 -0000 1.2 *************** *** 1,7 **** <?xml version="1.0" standalone="no"?> ! <document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="Test1.xsd"> <docinfo> <title>TEST 2</title> --- 1,8 ---- <?xml version="1.0" standalone="no"?> ! <!-- document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="Test1.xsd" --> + <document> <docinfo> <title>TEST 2</title> |