Definition Type Simple Type
Name wordsDisplayOptionsType
Facets  
Enumerations h1 , h2 , h3 , h4 , h5 , h6 , p
XSD Schema http://wapl.wapple.net/wapl.xsd
XSD Schema Diagram
XSD Schema Code
<xsd:simpleType xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="wordsDisplayOptionsType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="h1"/>
    <xsd:enumeration value="h2"/>
    <xsd:enumeration value="h3"/>
    <xsd:enumeration value="h4"/>
    <xsd:enumeration value="h5"/>
    <xsd:enumeration value="h6"/>
    <xsd:enumeration value="p"/>
  </xsd:restriction>

</xsd:simpleType>
Derivation Tree
[No Sub Types]
wordsDisplayOptionsType
    display_as
References
display_as
Generated using Liquid XML Studio 6.1.18.0 by Liquid Technologies Ltd