r3 XML Schema Documentation

Table of Contents



| XML Instances: Expand / Collapse All | Schema Components: Expand / Collapse All | Page: Normal / Printer-friendly Version | TOP |

Schema Document Properties

Target Namespace http://www.w3.org/XML/1998/namespace
Version 0.10
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations belong to this schema's target namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema targetNamespace="http://www.w3.org/XML/1998/namespace" elementFormDefault="qualified" attributeFormDefault="qualified" version="0.10">
...
</xsd:schema>


| XML Instances: Expand / Collapse All | Schema Components: Expand / Collapse All | Page: Normal / Printer-friendly Version | TOP |

Global Schema Components

Attribute: space

Name space
Type Locally-defined simple type
XML Instance Representation
xml:space=" xsd:string (value comes from list: {'default'|'preserve'})"
Schema Component Representation
<xsd:attribute name="space">
<xsd:simpleType>
<xsd:restriction base=" xsd:string ">
<xsd:enumeration value="default"/>
<xsd:enumeration value="preserve"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>


| XML Instances: Expand / Collapse All | Schema Components: Expand / Collapse All | Page: Normal / Printer-friendly Version | TOP |

Attribute: lang

Name lang
Type xsd:string
XML Instance Representation
xml:lang=" xsd:string"
Schema Component Representation
<xsd:attribute name="lang" type=" xsd:string "/>


| XML Instances: Expand / Collapse All | Schema Components: Expand / Collapse All | Page: Normal / Printer-friendly Version | TOP |