Description
The enclosure-shape type describes the shape and presence / absence of an enclosure around text or symbols. A bracket enclosure is similar to a rectangle with the bottom line missing, as is common in jazz notation.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
rectangle |
|
square |
|
oval |
|
circle |
|
bracket |
|
triangle |
|
diamond |
|
none |
|
Referenced By
Definition
<xs:simpleType name="enclosure-shape">
<xs:annotation>
<xs:documentation>The enclosure-shape type describes the shape and presence / absence of an enclosure around text or symbols. A bracket enclosure is similar to a rectangle with the bottom line missing, as is common in jazz notation.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="rectangle" />
<xs:enumeration value="square" />
<xs:enumeration value="oval" />
<xs:enumeration value="circle" />
<xs:enumeration value="bracket" />
<xs:enumeration value="triangle" />
<xs:enumeration value="diamond" />
<xs:enumeration value="none" />
</xs:restriction>
</xs:simpleType>