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

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

Documentation
      nn for pixels or nn% for percentage length
      
Properties
This component is not nillable.

Model

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


Source
<xs:simpleType name="Length">
<xs:restriction base="xs:string">
<xs:pattern value="[\-+]?(\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.