From: Mary T. <mak...@us...> - 2011-04-05 11:38:12
|
Update of /cvsroot/cfidev/core/schema In directory vz-cvs-2.sog:/tmp/cvs-serv32009 Modified Files: objb.xsd Log Message: objb.xsd - altered attribute from type ext:ID to ext:ObjID and added annotation re Light schema use - BaseObjectReference objectID attribute altered to optional and from ext:ID to ext:Obj:ID Index: objb.xsd =================================================================== RCS file: /cvsroot/cfidev/core/schema/objb.xsd,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** objb.xsd 24 Feb 2011 21:50:53 -0000 1.15 --- objb.xsd 5 Apr 2011 11:38:10 -0000 1.16 *************** *** 1,4 **** <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2008 sp1 (http://www.altova.com) by Alar Engineering Software Inc. --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E --- 1,4 ---- <?xml version="1.0" encoding="utf-8"?> ! <!-- edited with XMLSpy v2011 (http://www.altova.com) by Mary Turton (Alar Engineering Software Inc) --> <!-- See "cfiXML Process Document.doc" on schema development based on W3C consortium process. --> <!-- C O P Y R I G H T N O T I C E *************** *** 110,116 **** </xsd:attribute> <xsd:attribute name="language" type="xsd:language" use="optional" default="en"/> ! <xsd:attribute name="objectID" type="ext:ID" use="optional"> <xsd:annotation> ! <xsd:documentation>ObjectID is the key internal identifier for an object (format: namespacePrefix.Type.idOrName). This is required to allow an object to be interrelated and managed in application software. The objectID plus contextURL and version attributes are sufficient to uniquely identify an object on a global level and to implement the software to retrieve it.</xsd:documentation> <xsd:appinfo> <appShortName>ObjectID</appShortName> --- 110,116 ---- </xsd:attribute> <xsd:attribute name="language" type="xsd:language" use="optional" default="en"/> ! <xsd:attribute name="objectID" type="ext:ObjID" use="optional"> <xsd:annotation> ! <xsd:documentation>ObjectID is the key internal cfiXML object identifier (format: namespacePrefix.Type.idOrName). It is required to interrelate and manage objects in application software. objectID plus contextURL and version attributes are sufficient to uniquely identify an object globally and to implement the software to retrieve it. For Light schema any string can be used to meet an organization's internal needs.</xsd:documentation> <xsd:appinfo> <appShortName>ObjectID</appShortName> *************** *** 234,238 **** </xsd:attribute> <xsd:attribute name="language" type="xsd:language" use="optional" default="en"/> ! <xsd:attribute name="objectID" type="ext:ID" use="required"/> <xsd:attribute name="objectState" type="EObjectStateReference" use="optional" default="refLocal"> <xsd:annotation> --- 234,238 ---- </xsd:attribute> <xsd:attribute name="language" type="xsd:language" use="optional" default="en"/> ! <xsd:attribute name="objectID" type="ext:ObjID" use="optional"/> <xsd:attribute name="objectState" type="EObjectStateReference" use="optional" default="refLocal"> <xsd:annotation> |