<div xmlns="http://www.w3.org/1999/xhtml"> <h3>Glyph Data For a Private Character</h3> </div> |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
fontchar | xsd:string | optional | |||||
fontname | xsd:string | optional | |||||
format | xsd:NMTOKEN | optional | |||||
id | xsd:ID | optional | |||||
resolution | xsd:string | optional | |||||
x-size | xsd:string | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
xml:space | restriction of xs:NCName | preserve | optional |
|
|||
y-size | xsd:string | optional |
Element Group | private-char-model |
<xsd:element name="glyph-data"> <xsd:annotation> <xsd:documentation> <div xmlns="http://www.w3.org/1999/xhtml"> <h3>Glyph Data For a Private Character</h3> </div> </xsd:documentation> </xsd:annotation> <xsd:complexType mixed="true"> <xsd:choice minOccurs="0" maxOccurs="unbounded"/> <xsd:attribute name="fontchar" use="optional" type="xsd:string"> <xsd:annotation/> </xsd:attribute> <xsd:attribute name="fontname" use="optional" type="xsd:string"> <xsd:annotation/> </xsd:attribute> <xsd:attribute name="format" use="optional" type="xsd:NMTOKEN"> <xsd:annotation/> </xsd:attribute> <xsd:attribute name="id" use="optional" type="xsd:ID"> <xsd:annotation/> </xsd:attribute> <xsd:attribute name="resolution" use="optional" type="xsd:string"> <xsd:annotation/> </xsd:attribute> <xsd:attribute name="x-size" use="optional" type="xsd:string"> <xsd:annotation/> </xsd:attribute> <xsd:attribute ref="xml:base" use="optional"/> <xsd:attribute ref="xml:space" fixed="preserve"/> <xsd:attribute name="y-size" use="optional" type="xsd:string"> <xsd:annotation/> </xsd:attribute> </xsd:complexType> </xsd:element> |