<xs:attribute name="ending.rend">
<xs:annotation>
<xs:documentation>Describes where ending marks should be displayed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top">
<xs:annotation>
<xs:documentation>Ending rendered only above top staff.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="barred">
<xs:annotation>
<xs:documentation>Ending rendered above staves that have bar lines drawn across them.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="grouped">
<xs:annotation>
<xs:documentation>Endings rendered above staff groups.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |