The top-bottom type is used to indicate the top or bottom part of a vertical shape like non-arpeggiate. |
Attribute | non-arpeggiate/@type |
<xs:simpleType name="top-bottom"> <xs:annotation> <xs:documentation>The top-bottom type is used to indicate the top or bottom part of a vertical shape like non-arpeggiate.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="top"/> <xs:enumeration value="bottom"/> </xs:restriction> </xs:simpleType> |