From: G?nther B. <br...@us...> - 2002-05-13 22:46:14
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv29183 Modified Files: cv.xsd cv_config.xml cv_guenther.xml Log Message: CV example to latex and html Index: cv.xsd =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** cv.xsd 13 May 2002 14:50:47 -0000 1.3 --- cv.xsd 13 May 2002 22:46:12 -0000 1.4 *************** *** 4,13 **** <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" /> <xsd:element name="list" type="List" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> --- 4,13 ---- <xsd:element name="curriculum"> <xsd:complexType> <xsd:sequence> <xsd:element name="personal" type="Personal" /> <xsd:element name="list" type="List" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> + <xsd:attribute name="title" type="xsd:string"/> + <xsd:attribute name="lang" type="Lang" default="en"/> </xsd:complexType> </xsd:element> *************** *** 38,46 **** <xsd:element name="item" maxOccurs="unbounded"> <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="xsd:string"> ! <xsd:attribute name="caption" type="xsd:string" /> ! </xsd:extension> ! </xsd:simpleContent> </xsd:complexType> </xsd:element> --- 38,46 ---- <xsd:element name="item" maxOccurs="unbounded"> <xsd:complexType> ! <xsd:simpleContent> ! <xsd:extension base="xsd:string"> ! <xsd:attribute name="caption" type="xsd:string" /> ! </xsd:extension> ! </xsd:simpleContent> </xsd:complexType> </xsd:element> Index: cv_config.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv_config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cv_config.xml 13 May 2002 06:23:57 -0000 1.2 --- cv_config.xml 13 May 2002 22:46:12 -0000 1.3 *************** *** 3,7 **** xsi:noNamespaceSchemaLocation="StateMachineConfig.xsd"> ! <path>edu.iicm.xpg.transitions.cvlatex</path> <path>edu.iicm.xpg.transitions.simple</path> --- 3,7 ---- xsi:noNamespaceSchemaLocation="StateMachineConfig.xsd"> ! <path>edu.iicm.xpg.transitions.cvhtml</path> <path>edu.iicm.xpg.transitions.simple</path> Index: cv_guenther.xml =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv_guenther.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cv_guenther.xml 13 May 2002 06:23:57 -0000 1.2 --- cv_guenther.xml 13 May 2002 22:46:12 -0000 1.3 *************** *** 1,6 **** <?xml version="1.0" standalone="no"?> ! <curriculum xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="cv.xsd"> <personal> <name>Günther Brand</name> --- 1,8 ---- <?xml version="1.0" standalone="no"?> ! <curriculum ! xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ! xsi:noNamespaceSchemaLocation="cv.xsd" ! lang="de"> <personal> <name>Günther Brand</name> |