Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type left-center-right
Namespace No namespace
Annotations
The left-center-right type is used to define horizontal alignment and text justification.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration left, center, right
Used by
Source
<xs:simpleType name="left-center-right">
  <xs:annotation>
    <xs:documentation>The left-center-right type is used to define horizontal alignment and text justification.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="left"/>
    <xs:enumeration value="center"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd