Simple Type Summary | ||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?> <xs:schema targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> XHTML Datatypes This is the XML Schema datatypes module for XHTML Defines containers for the XHTML datatypes, many of these imported from other specifications and standards. $Id$ </xs:documentation> <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstraction.html#s_common_attrtypes"/> </xs:annotation> <!-- nn for pixels or nn% for percentage length --> <xs:union memberTypes="xs:nonNegativeInteger"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="\d+[%]|\d*\.\d+[%]"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <!-- space-separated list of link types --> <xs:list itemType="xs:NMTOKEN"/> </xs:simpleType> <!-- single or comma-separated list of media descriptors --> <xs:restriction base="xs:string"/> </xs:simpleType> <!-- pixel, percentage, or relative --> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="\d*\*"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <!-- one or more digits (NUMBER) --> <xs:restriction base="xs:nonNegativeInteger"/> </xs:simpleType> <!-- integer representing length in pixels --> <xs:restriction base="xs:nonNegativeInteger"/> </xs:simpleType> <!-- script expression --> <xs:restriction base="xs:string"/> </xs:simpleType> <!-- sixteen color names or RGB color expression--> <xs:union memberTypes="xs:NMTOKEN"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:pattern value="#[0-9a-fA-F]{6}"/> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> <!-- textual content --> <xs:restriction base="xs:string"/> </xs:simpleType> <!-- Imported Datatypes --> <!-- a single character, as per section 2.2 of [XML] --> <xs:restriction base="xs:string"> <xs:length fixed="true" value="1"/> </xs:restriction> </xs:simpleType> <!-- a character encoding, as per [RFC2045] --> <xs:restriction base="xs:string"/> </xs:simpleType> <!-- a space separated list of character encodings, as per [RFC2045] --> </xs:simpleType> <!-- media type, as per [RFC2045] --> <xs:list itemType="xs:string"/> </xs:simpleType> <!-- comma-separated list of media types, as per [RFC2045] --> <xs:list itemType="xs:string"/> </xs:simpleType> <!-- date and time information. ISO date format --> <xs:restriction base="xs:dateTime"/> </xs:simpleType> <!-- formal public identifier, as per [ISO8879] --> <xs:restriction base="xs:normalizedString"/> </xs:simpleType> <!-- a language code, as per [RFC3066] --> <xs:restriction base="xs:language"/> </xs:simpleType> <!-- a Uniform Resource Identifier, see [URI] --> <xs:restriction base="xs:anyURI"/> </xs:simpleType> <!-- a space-separated list of Uniform Resource Identifiers, see [URI] --> <xs:list itemType="xs:anyURI"/> </xs:simpleType> <!-- comma-separated list of MultiLength --> <xs:restriction base="xs:string"/> </xs:simpleType> <!-- character Data --> <xs:restriction base="xs:string"/> </xs:simpleType> </xs:schema> |
XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set |