simpleType "m:verticalalign"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"top", "bottom", "center", "baseline", "axis"

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  m:verticalalign
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:simpleType name="verticalalign">
<xs:restriction base="xs:token">
<xs:enumeration value="top"/>
<xs:enumeration value="bottom"/>
<xs:enumeration value="center"/>
<xs:enumeration value="baseline"/>
<xs:enumeration value="axis"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.