Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Simple Type valign
Namespace No namespace
Annotations
The valign type is used to indicate vertical alignment to the top, middle, bottom, or baseline of the text. Defaults are implementation-dependent.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration top, middle, bottom, baseline
Used by
Attribute valign/@valign
Source
<xs:simpleType name="valign">
  <xs:annotation>
    <xs:documentation>The valign type is used to indicate vertical alignment to the top, middle, bottom, or baseline of the text. 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:enumeration value="baseline"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute valign/@valign
Namespace No namespace
Type valign
Properties
content: simple
Facets
enumeration top, middle, bottom, baseline
Used by
Attribute Group valign
Source
<xs:attribute name="valign" type="valign"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group valign
Namespace No namespace
Diagram
Diagram musicxml121.tmp#id154
Used by
Attribute Group text-formatting
Complex Types frame, kind
Attributes
QName Type Fixed Default Use Annotation
valign valign optional
Source
<xs:attributeGroup name="valign">
  <xs:annotation>
    <xs:documentation>The valign attribute is used to indicate vertical alignment to the top, middle, bottom, or baseline of the text. Defaults are implementation-dependent.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="valign" type="valign"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd