<xs:element name="propName">
<xs:annotation>
<xs:documentation>(property name) – Name of a property of the symbol.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:attributeGroup ref="mei:mei_att.common.attributes"/>
<xs:attribute name="type" use="required">
<xs:annotation>
<xs:documentation>Characterizes the property name.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="unicode">
<xs:annotation>
<xs:documentation>A registered Unicode normative or informative property name.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="local">
<xs:annotation>
<xs:documentation>A locally defined name.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element> |