simpleType "m:linestyle"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"none", "solid", "dashed"

All Direct / Indirect Based Attributes (6):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  m:linestyle
Derivation:
restriction of xs:token
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.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.