[osis-core] type attribute of <reference>
Chris Little
osis-core@bibletechnologieswg.org
Thu, 09 Oct 2003 11:15:55 -0700
Chris Little wrote:
> It appears type is missing from <reference>. I think the line in the
> schema that reads:
>
> <xs:attribute name="referernceType" use="optional"/>
>
> should be changed to:
>
> <xs:attribute name="type" type="referernceType" use="optional"/>
Oops, there's a typo there too. That should be:
<xs:attribute name="type" type="referenceType" use="optional"/>
--Chris