You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: margin-type

Simple Type: margin-type

Description

The margin-type type specifies whether margins apply to even page, odd pages, or both.

Derived By

Restricting xs:token

Enumeration
Value  Description 
odd 
even 
both 
Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301