mei:mei_att.spacing.attribute.spacing.system

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
spacing.system restriction of list of union of(mei:mei_data.MEASUREMENTREL, mei:mei_data.MEASUREMENTREL) optional
Describes the space between adjacent systems; a pair of space-separated
values (minimum and maximum, respectively) provides a range between which a rendering
system-supplied value may fall, while a single value indicates a fixed amount of space;
that is, the minimum and maximum values are equal.

Used By

Source

<xs:attributeGroup name="mei_att.spacing.attribute.spacing.system">
  <xs:attribute name="spacing.system">
    <xs:annotation>
      <xs:documentation>Describes the space between adjacent systems; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union memberTypes="mei:mei_data.MEASUREMENTREL mei:mei_data.MEASUREMENTREL"/>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
        <xs:maxLength value="2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>