(stacked text) – An inline table with a single column. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
align | restriction of xs:token | optional |
|
||||
delim | xs:string | optional |
|
||||
facs | restriction of list of mei:mei_data.URI | optional |
|
||||
label | xs:string | optional |
|
||||
n | optional |
|
|||||
translit | xs:NMTOKEN | optional |
|
||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
||||
xml:lang | xs:language | optional |
|
<xs:element name="stack"> <xs:annotation> <xs:documentation>(stacked text) – An inline table with a single column.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:group minOccurs="0" maxOccurs="unbounded" ref="mei:mei_model.textphraseLike.limited"/> <xs:attributeGroup ref="mei:mei_att.common.attributes"/> <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/> <xs:attributeGroup ref="mei:mei_att.lang.attributes"/> <xs:attribute name="delim" type="xs:string"> <xs:annotation> <xs:documentation>Indicates the delimiter used to mark the portions of text that are to be stacked.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="align"> <xs:annotation> <xs:documentation>Specifies how the stacked text components should be aligned.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="left"> <xs:annotation> <xs:documentation>Left justified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="right"> <xs:annotation> <xs:documentation>Right justified.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="center"> <xs:annotation> <xs:documentation>Centered.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="rightdigit"> <xs:annotation> <xs:documentation>Aligned on right-most digit.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |