attributeGroup "AlignmentVertical"
Namespace:
Content:
Defined:
globally in pretext.xsd; see XML source
Includes:
definition of 1 attribute
Used:
never
XML Representation Summary
<...
   
 = 
("top" | "middle" | "bottom")
...>
XML Source (see within schema source)
<xs:attributeGroup name="AlignmentVertical">
<xs:attribute name="valign" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 1/1)
valign
Type:
anonymous simpleType (restriction of xs:token)
Use:
required
Attribute Value
enumeration of xs:token
Enumeration:
"top", "middle", "bottom"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"top", "middle", "bottom"
XML Source (see within schema source)
<xs:attribute name="valign" use="required">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="middle"/>
<xs:enumeration value="bottom"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set