Description
Brackets are combined with words in a variety of modern directions. The line-type is solid by default.
Derived By
Restricting xs:anyType
Attributes
Referenced By
Definition
<xs:complexType name="bracket">
<xs:annotation>
<xs:documentation>Brackets are combined with words in a variety of modern directions. The line-end attribute specifies if there is a jog up or down (or both), an arrow, or nothing at the start or end of the bracket. If the line-end is up or down, the length of the jog can be specified using the end-length attribute. The line-type is solid by default.</xs:documentation>
</xs:annotation>
<xs:attribute name="type" type="start-stop-continue" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="number" type="number-level">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="line-end" type="line-end" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="end-length" type="tenths">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attributeGroup ref="line-type" />
<xs:attributeGroup ref="dashed-formatting" />
<xs:attributeGroup ref="position" />
<xs:attributeGroup ref="color" />
</xs:complexType>