>Has anyone looked at the schema for the REC context set at
>http://srw.cheshire3.org/schemas/rec/1.0/rec.xsd (linked from the Record
>Schemas page at
>http://www.loc.gov/z3950/agency/zing/srw/record-schemas.html) lately?
> Specifically, the following fragment seems to have a number of problems:
> <xsi:complexType name="modificationType">
> <xsi:sequence>
> <xsi:element name="modified" minnOccurs="0" maxOccurs="1"/>
> <xsi:element name="modified" minnOccurs="0" maxOccurs="1"/>
> </xsi:sequence>
> </xsi:complexType>
>Two elements named "modified"? "minnOccurs"? Has anyone actually tried
>to validate against this schema? Or have they been corrected and I just
>failed to find the correct link?
That's probably because I don't write schemas natively, I write a DTD
and then use a program to turn them into a schema.
I'll see if I can find a better dtd to xml schema conversion tool!
Thanks,
Rob
|