Definition Type: SimpleType
Name: Length
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
nn for pixels or nn% for percentage length
Collapse XSD Schema Diagram:
XSD Diagram of Length in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:simpleType name="Length">
    <xs:annotation>
        <xs:documentation>
      nn for pixels or nn% for percentage length
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[-+]?(\d+|\d+(\.\d+)?%)" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [-+]?(\d+|\d+(\.\d+)?%)
Collapse Derivation Tree:
Collapse References:
nsA:cellpadding, nsA:cellspacing, nsA:charoff, nsA:height, nsA:height, nsA:width, nsA:width, nsA:width