scholix / schema

The Scholix metadata schema is a set of properties describing a Link Information Package, which carries information about a link between two scholarly communication objects.
GNU General Public License v3.0
14 stars 2 forks source link

Typo in scholix schema #4

Closed minhd closed 6 years ago

minhd commented 7 years ago

In https://github.com/scholix/schema/blob/master/xsd/scholix.xsd

The element <xs:element name="relashionship" type="scholix:relationshipType" minOccurs="0"maxOccurs="unbounded"/> should be correctly named relationship

and <xs:element name="inverseRelashionship" minOccurs="0" maxOccurs="1" type="xs:string"/> should be correctly named inverseRelationship

minhd commented 7 years ago

I've created a PR to fix this issue at https://github.com/scholix/schema/pull/5

luosolo commented 6 years ago

Fixed Typo in https://github.com/scholix/schema/blob/master/xsd/v1/scholix.xsd