An empty element with an image name as an attribute |
Elements | FictionBook/body/image, sectionType/image |
<xs:complexType name="imageType"> <xs:annotation> <xs:documentation>An empty element with an image name as an attribute</xs:documentation> </xs:annotation> <xs:attribute ref="xlink:type"/> <xs:attribute ref="xlink:href"/> <xs:attribute name="alt" type="xs:string" use="optional"/> <xs:attribute name="title" type="xs:string" use="optional"/> <xs:attribute name="id" type="xs:ID" use="optional"/> </xs:complexType> |