it is optional="true", as I do not think the optional=true is valid xml.
If there is a real demand for optional=true and it is valid xml, I would be happy to put it in. It will not make it for the 3.4 Release candidate, but it could make it for the full release. But really, I would prefer it if we could stick to the syntax we use in the rest of our xml, ie. use "" around attribute values. Regards On Fri, 2010-07-02 at 10:53 +0200, Steve Bayliss wrote: > Hi Richard > > It's optional="true" > > Your XML looks valid against the 3.4 schema for dsCompositeModel, but > I've not actually validated it. > > Regards > Steve > > -----Original Message----- > From: Richard Green [mailto:[email protected]] > Sent: 02 July 2010 09:24 > To: [email protected] > Cc: Simon W Lamb > Subject: [Fedora-commons-developers] FCREPO-531 > > > I’ve recently had an automated JIRA e-mail saying that > FCREPO-531 is fixed. “optional=true is now part of > DS-COMPOSITE-MODEL”. > > > > Can I just clarify with someone (Asger?) that this makes the > following valid for F3.4? > > > > > > <dsCompositeModel > xmlns="info:fedora/fedora-system:def/dsCompositeModel#"> > > <dsTypeModel ID="DC"> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="RELS-EXT"> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="descMetadata"> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="rightsMetadata"> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="contentMetadata" optional=true> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="technicalMetadata" optional=true> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="provenanceMetadata" optional=true> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > <dsTypeModel ID="sourceMetadata" optional=true> > > <form MIME="text/xml"></form> > > </dsTypeModel> > > </dsCompositeModel> > > > > Is optional=true OK, or should it be optional=”true”? > > > > Thanks (and see you all next week!) > > > > Richard > > ___________________________________________________________________ > > > > Richard Green > > Consultant to the University of Hull IT Systems Group > > managing the CLIF, b...@h and Hydra (Hull) Projects > > > > http://edocs.hull.ac.uk > > http://www.hull.ac.uk/clif > http://blacklightathull.wordpress.com/ > > https://fedora-commons.org/confluence/display/hydra > > > > ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
