Namespace: |
|
Type: |
|
Defined: |
globally in xml.xsd; see XML source |
Used: |
at 1 location |
XML Representation Summary |
||||||
<... |
||||||
|
||||||
...> |
Type Derivation Tree
xs:NCName (restriction)
![]() |
Derivation: |
restriction of xs:NCName
|
<xs:annotation>
<xs:documentation>
</xs:annotation>
<div>
</xs:documentation>
<h3>space (as an attribute name)</h3>
</div>
<p>
denotes an attribute whose
</p>
value is a keyword indicating what whitespace processing discipline is intended for the content of the element; its value is inherited. This name is reserved by virtue of its definition in the XML specification. <xs:simpleType>
<xs:restriction base="xs:NCName">
</xs:simpleType>
<xs:enumeration value="default"/>
</xs:restriction>
<xs:enumeration value="preserve"/>
</xs:attribute>
|