NotateXpress13Schema Schema
Color Simple Type
Namespace (none)
Type
Restriction of xs:string
Diagram
Color Simple Type
Overview
Color Restriction of xs:string
Facets
Pattern[a-fA-F0-9]{6}
Source
<xs:simpleType name="Color" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:pattern value="[a-fA-F0-9]{6}" />
  </xs:restriction>
</xs:simpleType>
See Also
NotateXpress13Schema Schema

 

 


© 2016 All Rights Reserved.

Send comments on this topic.