Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Simple Type valign-image
Namespace No namespace
Annotations
The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration top, middle, bottom
Used by
Source
<xs:simpleType name="valign-image">
  <xs:annotation>
    <xs:documentation>The valign-image type is used to indicate vertical alignment for images and graphics, so it does not include a baseline value. Defaults are implementation-dependent.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="top"/>
    <xs:enumeration value="middle"/>
    <xs:enumeration value="bottom"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute valign-image/@valign
Namespace No namespace
Type valign-image
Properties
content: simple
Facets
enumeration top, middle, bottom
Used by
Attribute Group valign-image
Source
<xs:attribute name="valign" type="valign-image"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group valign-image
Namespace No namespace
Diagram
Diagram musicxml221.tmp#id167
Used by
Attribute Group image-attributes
Attributes
QName Type Fixed Default Use Annotation
valign valign-image optional
Source
<xs:attributeGroup name="valign-image">
  <xs:annotation>
    <xs:documentation>The valign-image attribute is used to indicate vertical alignment for images and graphics, so it removes the baseline value. Defaults are implementation-dependent.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="valign" type="valign-image"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd