From: Stefan T. <th...@us...> - 2002-05-13 15:08:04
|
Update of /cvsroot/xpg-xml/edu/iicm/xpg In directory usw-pr-cvs1:/tmp/cvs-serv837 Modified Files: cv.xsd Log Message: xsd bug fixed Index: cv.xsd =================================================================== RCS file: /cvsroot/xpg-xml/edu/iicm/xpg/cv.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cv.xsd 13 May 2002 06:23:57 -0000 1.2 --- cv.xsd 13 May 2002 14:50:47 -0000 1.3 *************** *** 36,42 **** <xsd:sequence> <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> --- 36,46 ---- <xsd:sequence> <xsd:element name="title" type="xsd:string" minOccurs="0"/> ! <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> |