The stem type represents the notated stem direction. |
Complex Type | stem |
<xs:simpleType name="stem-value"> <xs:annotation> <xs:documentation>The stem type represents the notated stem direction.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="down"/> <xs:enumeration value="up"/> <xs:enumeration value="double"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> |