Definition Type: Element
Name: whiteSpace
Namespace: http://www.w3.org/2001/XMLSchema
Type: xs:facet
Containing Schema: XMLSchema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into annotation in schema xmlschema_xsd Drilldown into id in schema xmlschema_xsd Drilldown into fixed in schema xmlschema_xsd Drilldown into value in schema xmlschema_xsdXSD Diagram of whiteSpace in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:element name="whiteSpace" id="whiteSpace">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#element-whiteSpace" />
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:restriction base="xs:facet">
                <xs:sequence>
                    <xs:element ref="xs:annotation" minOccurs="0" />
                </xs:sequence>
                <xs:attribute name="value" use="required">
                    <xs:simpleType>
                        <xs:restriction base="xs:NMTOKEN">
                            <xs:enumeration value="preserve" />
                            <xs:enumeration value="replace" />
                            <xs:enumeration value="collapse" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:anyAttribute namespace="##other" processContents="lax" />
            </xs:restriction>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation xs:annotation 0 (1)
annotation xs:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xs:id (Optional)
fixed xs:fixed false Optional
value xs:value Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: