Definition Type: Element
Name: whiteSpace
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0
Type: st:facet
Containing Schema: simpleTypeDerivation.xsd
Abstract
Documentation:
source="./XML Schema Part 2 Datatypes.htm#elementwhiteSpace"
Collapse XSD Schema Diagram:
Drilldown into annotation in schema simpletypederivation_xsd Drilldown into id in schema simpletypederivation_xsd Drilldown into fixed in schema simpletypederivation_xsd Drilldown into value in schema simpletypederivation_xsdXSD Diagram of whiteSpace in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:element name="whiteSpace" id="whiteSpace">
    <xs:annotation>
        <xs:documentation> source="./XML Schema Part 2 Datatypes.htm#elementwhiteSpace"</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:restriction base="st:facet">
                <xs:sequence>
                    <xs:element ref="st: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:restriction>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
annotation st:annotation 0 (1)
annotation st:annotation 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id st:id (Optional)
fixed st:fixed false Optional
value st:value Required
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: