glyph-data

<div xmlns="http://www.w3.org/1999/xhtml">
  <h3>Glyph Data For a Private Character</h3>
</div>

Element Information

Model

Attributes

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
<div>
  <h3>base (as an attribute name)</h3>
  <p>denotes an attribute whose value provides a URI to be used as the base for interpreting any relative URIs in the scope of the element on which it appears; its value is inherited. This name is reserved by virtue of its definition in the XML Base specification.</p>
  <p>See
    <a href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>for information about this attribute.</p>
</div>
xml:space restriction of xs:NCName preserve optional
<div>
  <h3>space (as an attribute name)</h3>
  <p>denotes an attribute whose value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.</p>
</div>
y-size xsd:string optional

Used By

Element Group private-char-model

Source

<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>

Sample