Namespace: |
|
Type: |
|
Defined: |
globally in xml.xsd; see XML source |
Used: |
at 2 locations |
XML Representation Summary | |||
<... | |||
xml:space | = |
enumeration of xs:NCName | |
...> |
Enumeration: |
"default", "preserve" |
denotes an attribute whose 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.
Type Derivation Tree xs:NCName (restriction) ![]() |
Derivation: |
restriction of xs:NCName |
|||
Facets: |
|
<xs:attribute name="space"> <xs:simpleType> <xs:restriction base="xs:NCName"> <xs:enumeration value="default"/> <xs:enumeration value="preserve"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |