XML Schema "utilitiesDomain.xsd"
Target Namespace:
{global namespace}
Defined Components:
4 global elements, 4 complexTypes, 4 element groups
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://docs.oasis-open.org/dita/v1.1/OS/schema/utilitiesDomain.xsd; see XML source
Imports Schema:
xml.xsd [src]
Included in Schema:
ditabase.xsd [src]
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- ============================================================= -->
<!-- HEADER -->
<!-- ============================================================= -->
<!-- MODULE: DITA Utilities Domain -->
<!-- VERSION: 1.1 -->
<!-- DATE: November 2006 -->
<!-- -->
<!-- ============================================================= -->
<!-- ============================================================= -->
<!-- SYSTEM: Darwin Information Typing Architecture (DITA) -->
<!-- -->
<!-- PURPOSE: Define elements and specialization attributes -->
<!-- for Utilities Domain -->
<!-- -->
<!-- ORIGINAL CREATION DATE: -->
<!-- March 2001 -->
<!-- -->
<!-- (C) Copyright OASIS-Open.org 2005, 2006 -->
<!-- (C) Copyright IBM Corporation 2001, 2004. -->
<!-- All Rights Reserved. -->
<!-- ============================================================= -->
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="ut-d-fig">
<xs:choice>
<xs:element ref="imagemap"/>
</xs:choice>
</xs:group>
<xs:group name="ut-d-figgroup">
<xs:choice>
<xs:element ref="area"/>
</xs:choice>
</xs:group>
<xs:group name="ut-d-ph">
<xs:choice>
<xs:element ref="coords"/>
</xs:choice>
</xs:group>
<xs:group name="ut-d-keyword">
<xs:choice>
<xs:element ref="shape"/>
</xs:choice>
</xs:group>
<!-- Base form: Imagemap ((%image;), (%area;)+) -->
<xs:element name="imagemap">
<xs:annotation>
<xs:documentation>
The imagemap element supports the basic functionality of the HTML
<q>client-side</q>
image map markup.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="imagemap.class">
<xs:attribute default="+ topic/fig ut-d/imagemap " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType name="imagemap.class">
<xs:sequence>
<xs:element ref="image"/>
<xs:element maxOccurs="unbounded" ref="area"/>
</xs:sequence>
<xs:attributeGroup ref="univ-atts"/>
<xs:attributeGroup ref="display-atts"/>
<xs:attribute name="spectitle" type="xs:string"/>
<xs:attribute name="outputclass" type="xs:string"/>
<xs:attributeGroup ref="global-atts"/>
</xs:complexType>
<xs:element name="area">
<xs:annotation>
<xs:documentation>
The area element supports the basic functionality of the HTML image map markup.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="area.class">
<xs:attribute default="+ topic/figgroup ut-d/area " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType name="area.class">
<xs:sequence>
<xs:element ref="shape"/>
<xs:element ref="coords"/>
<xs:element ref="xref"/>
</xs:sequence>
<xs:attributeGroup ref="univ-atts"/>
<xs:attribute name="outputclass" type="xs:string"/>
<xs:attributeGroup ref="global-atts"/>
</xs:complexType>
<xs:element name="shape">
<xs:annotation>
<xs:documentation>
The shape element supports the basic functionality of the HTML
<q>client-side</q>
image map markup.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="shape.class">
<xs:attribute default="+ topic/keyword ut-d/shape " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="shape.class">
<xs:attribute name="keyref" type="xs:string"/>
<xs:attributeGroup ref="univ-atts-translate-no"/>
<xs:attribute name="outputclass" type="xs:string"/>
<xs:attributeGroup ref="global-atts"/>
</xs:complexType>
<xs:element name="coords">
<xs:annotation>
<xs:documentation>
The coords element supports the basic functionality of the HTML
<q>client-side</q>
image map markup.
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="coords.class">
<xs:attribute default="+ topic/ph ut-d/coords " ref="class"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:complexType mixed="true" name="coords.class">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:group ref="words.cnt"/>
</xs:choice>
<xs:attribute name="keyref" type="xs:string"/>
<xs:attributeGroup ref="univ-atts-translate-no"/>
<xs:attribute name="outputclass" type="xs:string"/>
<xs:attributeGroup ref="global-atts"/>
</xs:complexType>
</xs:schema>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set