FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


simpleType "m:linestyle"
Namespace:
Derived By:
restriction of xs:token
Defined:
Referenced:

Simple Content Detail:
enumeration of xs:token
Values (3):
"none", "solid", "dashed"
Related Components
Referenced By
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
Derivation:
restriction of xs:token
Facets:
enumeration (3):
"none", "solid", "dashed"
XML Source (see within schema source)
<xs:simpleType name="linestyle">
<xs:restriction base="xs:token">
<xs:enumeration value="none"/>
<xs:enumeration value="solid"/>
<xs:enumeration value="dashed"/>
</xs:restriction>
</xs:simpleType>


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