BEA WebLogic Server 9.0 Portal Support Schema Reference

http://www.w3.org/1999/xhtml-netuix-modified/1.0.0
simpleType Length

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.w3.org/1999/xhtml-netuix-modified/1.0.0}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>

BEA WebLogic Server 9.0 Portal Support Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation