Issue 5472: XML Schema update (lecis-ftf) Source: Creon-Labcontrol AG (Mr. Thorsten Richter, thorsten.richter@creonlabcontrol.com) Nature: Uncategorized Issue Severity: Summary: The SCD XML Schema does not meet the current version of the w3c schema defintion. XML-Spy updated the schema definition automatically. It did not change the "LECIS content", only the min/maxOccurs where updated. Here are the differences from a "diff" output: 3c3 < <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> --- > <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"> 7c7 < <xsd:element name="SYSTEM" type="SYSTEM_TYPE"/> --- > <xsd:element name="SYSTEM" type="SYSTEM_TYPE" maxOccurs="1"/> 161c161 < <xsd:element name="SUPERCELL" type="xsd:IDREF" minOccurs="0"/> --- > <xsd:element name="SUPERCELL" type="xsd:IDREF" minOccurs="0" maxOccurs="1"/> 293,295c293,295 < <xsd:element name="XTRANSLATION" type="xsd:long"/> < <xsd:element name="YTRANSLATION" type="xsd:long"/> < <xsd:element name="ZTRANSLATION" type="xsd:long"/> --- > <xsd:element name="XTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="YTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="ZTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> 300,302c300,302 < <xsd:element name="XROTATION" type="xsd:long"/> < <xsd:element name="YROTATION" type="xsd:long"/> < <xsd:element name="ZROTATION" type="xsd:long"/> --- > <xsd:element name="XROTATION" type="xsd:long" minOccurs="1" maxOccurs="1"/> > <xsd:element name="YROTATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="ZROTATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> 330c330,331 < <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> 346c347,348 < <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> 364c366,367 < <xsd:element name="MACRO_COMMANDS" type="EXT_MACRO_COMMAND_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="MACRO_COMMANDS" type="EXT_MACRO_COMMAND_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> Resolution: Schema amended to comply with W3C schema Revised Text: Revision changes should be made to 'diff' output below. 3c3 < <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> --- > <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"> 7c7 < <xsd:element name="SYSTEM" type="SYSTEM_TYPE"/> --- > <xsd:element name="SYSTEM" type="SYSTEM_TYPE" maxOccurs="1"/> 161c161 < <xsd:element name="SUPERCELL" type="xsd:IDREF" minOccurs="0"/> --- > <xsd:element name="SUPERCELL" type="xsd:IDREF" minOccurs="0" maxOccurs="1"/> 293,295c293,295 < <xsd:element name="XTRANSLATION" type="xsd:long"/> < <xsd:element name="YTRANSLATION" type="xsd:long"/> < <xsd:element name="ZTRANSLATION" type="xsd:long"/> --- > <xsd:element name="XTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="YTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="ZTRANSLATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> 300,302c300,302 < <xsd:element name="XROTATION" type="xsd:long"/> < <xsd:element name="YROTATION" type="xsd:long"/> < <xsd:element name="ZROTATION" type="xsd:long"/> --- > <xsd:element name="XROTATION" type="xsd:long" minOccurs="1" maxOccurs="1"/> > <xsd:element name="YROTATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> > <xsd:element name="ZROTATION" type="xsd:long" maxOccurs="1" minOccurs="1"/> 330c330,331 < <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> 346c347,348 < <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="SYSTEM_VARIABLES" type="SYSTEM_VARIABLE_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> 364c366,367 < <xsd:element name="MACRO_COMMANDS" type="EXT_MACRO_COMMAND_TYPE" minOccurs="0" maxOccurs="0"/> --- > <xsd:element name="MACRO_COMMANDS" type="EXT_MACRO_COMMAND_TYPE" minOccurs="0" maxOccurs=" > unbounded"/> Actions taken: July 10, 2002: received issue December 11, 2002: closed issue Discussion: End of Annotations:===== To: lecis-ftf@omg.org, lecis-post@yahoogroups.com Subject: LECIS FTF issue TR01: XML Schema update X-Mailer: Lotus Notes Release 5.0.5 September 22, 2000 From: Thorsten.Richter@creonlabcontrol.com Date: Wed, 10 Jul 2002 09:07:48 +0200 X-MIMETrack: Serialize by Router on domino1/creonlabcontrol/de(Release 5.0.8 |June 18, 2001) at 07/10/2002 09:24:59 AM, Serialize complete at 07/10/2002 09:24:59 AM The SCD XML Schema does not meet the current version of the w3c schema defintion. XML-Spy updated the schema definition automatically. It did not change the "LECIS content", only the min/maxOccurs where updated. Here are the differences from a "diff" output: 3c3 < --- > 7c7 < --- > 161c161 < --- > 293,295c293,295 < < < --- > > > 300,302c300,302 < < < --- > > > 330c330,331 < --- > 346c347,348 < --- > 364c366,367 < --- > Best Regards, Thorsten Thorsten Richter Project Manager -------------------------------------------------------------- CREONLLLLLLLABCCCCCCCONTROL AG Europaallee 27-29, D-50226 Frechen, Germany Tel. +49 2234 9207-0 Fax. +49 2234 9207-99 http://www.creonlabcontrol.com -------------------------------------------------------------- X-Sender: tstaab@popmail.esa.lanl.gov X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 09 Aug 2002 10:42:25 -0600 To: lecis-ftf@omg.org From: Torsten Staab Subject: LECIS FTF issue TR1 In response to issue # TR1 "XML Schema update" Thorsten.Richter@creonlabcontrol.com wrote: The SCD XML Schema does not meet the current version of the w3c schema defintion. XML-Spy updated the schema definition automatically. It did not change the "LECIS content", only the min/maxOccurs where updated. Here are the differences from a "diff" output: I didn't check this with my XML Parser (I also use XMLSpy, so I just assume I would run into the same problem). Of course, we want to be W3C compliant, so I don't have any objections regarding the suggested correction. Torsten