Any other information about the book/document that didnt fit in the above groups |
<xs:element name="custom-info" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Any other information about the book/document that didnt fit in the above groups</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="textFieldType"> <xs:attribute name="info-type" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |