http://maven.apache.org/FML/1.0.1
simpleType Coords

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://maven.apache.org/FML/1.0.1}Coords (restriction)

Documentation
      comma separated list of lengths
      
Properties
This component is not nillable.

Model

[\-+]?(\d+|\d+(\.\d+)?%)(,\s*[\-+]?(\d+|\d+(\.\d+)?%))*


Source
<xs:simpleType name="Coords">
<xs:restriction base="xs:string">
<xs:pattern value="[\-+]?(\d+|\d+(\.\d+)?%)(,\s*[\-+]?(\d+|\d+(\.\d+)?%))*"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.