From: Mary T. <mak...@us...> - 2011-06-01 18:26:24
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv28035 Modified Files: objb.xsd Log Message: objb.xsd BaseObject attribute isLightXML type Boolean added Index: objb.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/objb.xsd,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** objb.xsd 5 Apr 2011 11:38:10 -0000 1.16 --- objb.xsd 1 Jun 2011 18:26:21 -0000 1.17 *************** *** 109,112 **** --- 109,121 ---- </xsd:simpleType> </xsd:attribute> + <xsd:attribute name="isLightXML" type="ext:BooleanNilA" use="optional"> + <xsd:annotation> + <xsd:documentation>Is Light XML?</xsd:documentation> + <xsd:appinfo> + <appShortName>Is Light XML</appShortName> + <appLongName>Is Light XML</appLongName> + </xsd:appinfo> + </xsd:annotation> + </xsd:attribute> <xsd:attribute name="language" type="xsd:language" use="optional" default="en"/> <xsd:attribute name="objectID" type="ext:ObjID" use="optional"> |