You are on page 1of 1

Basic Schema Object for Eliot Anthology <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.

org/2001/XMLSchema"> <xs:element name="book"> <xs:complexType> <xs:sequence> <xs:element name="book" type="xs:string"/> <xs:element name="title" type="xs:string"/> <xs:element name="variantTitle" type="xs:string"/> <xs:element name="publisher" type="xs:string"/> <xs:element name="printer" type="xs:string"/> <xs:element name="year" type="xs:string"/> <xs:element name="physicalDescription" type="xs:string"/> <xs:element name="collationFormula" type="xs:string"/> <xs:element name="copies" type="xs:string"/> <xs:element name="electronicLocation" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>

You might also like