<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>
©2015. Accusoft Corporation. All Rights Reserved.