Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type margin-type
Namespace No namespace
Annotations
The margin-type type specifies whether margins apply to even page, odd pages, or both.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration odd, even, both
Used by
Source
<xs:simpleType name="margin-type">
  <xs:annotation>
    <xs:documentation>The margin-type type specifies whether margins apply to even page, odd pages, or both.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="odd"/>
    <xs:enumeration value="even"/>
    <xs:enumeration value="both"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd