home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 160 - Disc 2 / MF_UK_160_2.iso / pc / DiscContent / Trials / oxygen / lib / oxygen.jar / builtin / rxxsd.xsd < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-21  |  2.6 KB  |  70 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.renderx.com/XSL/Extensions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:rx="http://www.renderx.com/XSL/Extensions">
  3.   <xs:import namespace="http://www.w3.org/1999/XSL/Format" schemaLocation="fo.xsd"/>
  4.   <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xmlxsd.xsd"/>
  5.   <xs:attribute name="background-content-type"/>
  6.   <xs:attribute name="background-content-height"/>
  7.   <xs:attribute name="background-content-width"/>
  8.   <xs:attribute name="background-scaling">
  9.     <xs:simpleType>
  10.       <xs:restriction base="xs:token">
  11.         <xs:enumeration value="uniform"/>
  12.         <xs:enumeration value="non-uniform"/>
  13.       </xs:restriction>
  14.     </xs:simpleType>
  15.   </xs:attribute>
  16.   <xs:attribute name="key"/>
  17.   <xs:element name="meta-info">
  18.     <xs:complexType>
  19.       <xs:sequence>
  20.         <xs:element maxOccurs="unbounded" ref="rx:meta-field"/>
  21.       </xs:sequence>
  22.     </xs:complexType>
  23.   </xs:element>
  24.   <xs:element name="meta-field">
  25.     <xs:complexType>
  26.       <xs:attributeGroup ref="fo:rx.meta-field-attlist"/>
  27.     </xs:complexType>
  28.   </xs:element>
  29.   <xs:element name="page-device">
  30.     <xs:complexType>
  31.       <xs:attributeGroup ref="fo:rx.page-device-attlist"/>
  32.     </xs:complexType>
  33.   </xs:element>
  34.   <xs:element name="outline">
  35.     <xs:complexType>
  36.       <xs:sequence>
  37.         <xs:element maxOccurs="unbounded" ref="rx:bookmark"/>
  38.       </xs:sequence>
  39.     </xs:complexType>
  40.   </xs:element>
  41.   <xs:element name="bookmark">
  42.     <xs:complexType>
  43.       <xs:sequence>
  44.         <xs:element ref="rx:bookmark-label"/>
  45.         <xs:element minOccurs="0" maxOccurs="unbounded" ref="rx:bookmark"/>
  46.       </xs:sequence>
  47.       <xs:attributeGroup ref="fo:rx.bookmark-attlist"/>
  48.     </xs:complexType>
  49.   </xs:element>
  50.   <xs:element name="bookmark-label" type="xs:string"/>
  51.   <xs:element name="flow-section">
  52.     <xs:complexType>
  53.       <xs:sequence>
  54.         <xs:element maxOccurs="unbounded" ref="fo:blocks"/>
  55.       </xs:sequence>
  56.       <xs:attributeGroup ref="fo:rx.flow-section-attlist"/>
  57.     </xs:complexType>
  58.   </xs:element>
  59.   <xs:element name="pinpoint" substitutionGroup="fo:basic-inlines">
  60.     <xs:complexType>
  61.       <xs:attributeGroup ref="fo:rx.pinpoint-attlist"/>
  62.     </xs:complexType>
  63.   </xs:element>
  64.   <xs:element name="page-index" substitutionGroup="fo:basic-inlines">
  65.     <xs:complexType>
  66.       <xs:attributeGroup ref="fo:rx.page-index-attlist"/>
  67.     </xs:complexType>
  68.   </xs:element>
  69. </xs:schema>
  70.