<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Graphic</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
content-type | xsd:string | optional | |||||
id | xsd:ID | optional | |||||
mime-subtype | xsd:string | optional | |||||
mimetype | xsd:string | optional | |||||
orientation | restriction of xsd:NMTOKEN | portrait | optional | ||||
position | restriction of xsd:NMTOKEN | float | optional | ||||
specific-use | xsd:string | optional | |||||
xlink:actuate | restriction of string | optional | |||||
xlink:href | anyURI | required | |||||
xlink:role | string | optional | |||||
xlink:show | restriction of string | optional | |||||
xlink:title | string | optional | |||||
xlink:type | restriction of string | simple | optional | ||||
xml:base | xs:anyURI | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xsd:element name="graphic"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Graphic</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:group ref="graphic-model" minOccurs="0" maxOccurs="unbounded"/> <xsd:attribute name="content-type" use="optional" type="xsd:string"/> <xsd:attribute name="id" use="optional" type="xsd:ID"/> <xsd:attribute name="mime-subtype" use="optional" type="xsd:string"/> <xsd:attribute name="mimetype" use="optional" type="xsd:string"/> <xsd:attribute name="orientation" use="optional" default="portrait"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="landscape"/> <xsd:enumeration value="portrait"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="position" use="optional" default="float"> <xsd:simpleType> <xsd:annotation> <xsd:documentation/> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="anchor"/> <xsd:enumeration value="background"/> <xsd:enumeration value="float"/> <xsd:enumeration value="margin"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="specific-use" use="optional" type="xsd:string"/> <xsd:attribute ref="xlink:actuate" use="optional"/> <xsd:attribute ref="xlink:href" use="required"/> <xsd:attribute ref="xlink:role" use="optional"/> <xsd:attribute ref="xlink:show" use="optional"/> <xsd:attribute ref="xlink:title" use="optional"/> <xsd:attribute ref="xlink:type" use="optional" fixed="simple"/> <xsd:attribute ref="xml:base" use="optional"/> <xsd:attribute ref="xml:lang" use="optional"/> </xsd:complexType> </xsd:element> |