Description
The above-below type is used to indicate whether one element appears above or below another element.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
above |
|
below |
|
Referenced By
Definition
<xs:simpleType name="above-below">
<xs:annotation>
<xs:documentation>The above-below type is used to indicate whether one element appears above or below another element.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="above" />
<xs:enumeration value="below" />
</xs:restriction>
</xs:simpleType>