http://www.yworks.com/xml/graphml
simpleType color.type

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.yworks.com/xml/graphml}color.type (restriction)

Documentation
Simple type that encodes a color value.
Properties
This component is not nillable.

Model

#(([A-F]|[0-9]){2}){3,4}


Source
<xs:simpleType name="color.type">
<xs:restriction base="xs:string">
<xs:pattern value="#(([A-F]|[0-9]){2}){3,4}"/>
</xs:restriction>
</xs:simpleType>


© Copyright 2000-2009, yWorks GmbH. All rights reserved.