simpleType "Color"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:NMTOKEN | xs:token
Type Definition Detail
Type Derivation Tree
union of (xs:NMTOKEN | restriction of xs:token)
  Color
Derivation:
by union
Member Types
  1. xs:NMTOKEN
  2. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    pattern:
    #[0-9a-fA-F]{6}
XML Source (see within schema source)
<xs:simpleType name="Color">
<xs:union memberTypes="xs:NMTOKEN">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:pattern value="#[0-9a-fA-F]{6}"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set