DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
attributeGroup "xml:specialAttrs"
Namespace:
Content:
Defined:
globally in xml.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
never
XML Representation Summary
<...
    xml:base
 = 
xs:anyURI
    xml:lang
 = 
xs:language
    xml:space
 = 
("default" | "preserve") : "preserve"
...>
XML Source (see within schema source)
<xs:attributeGroup name="specialAttrs">
<xs:attribute ref="xml:base"/>
<xs:attribute ref="xml:lang"/>
<xs:attribute ref="xml:space"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 3/3)
xml:base
Type:
xs:anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:base"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>

xml:space
Type:
anonymous (restriction of xs:NCName)
Use:
optional
Attribute Value
enumeration of xs:NCName
Enumeration:
"default", "preserve"
Default:
"preserve"
XML Source (see within schema source)
<xs:attribute ref="xml:space"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set