Definition Type: ComplexType
Name: openAttrs
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/st/dhs-gmo/1.0.0
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: simpleTypeDerivation.xsd
Abstract
Documentation:
This type is extended by almost all schema types to allow attributes from other namespaces to be added to user schemas.
Collapse XSD Schema Diagram:
XSD Diagram of openAttrs in schema simpletypederivation_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="openAttrs">
    <xs:annotation>
        <xs:documentation>
This type is extended by almost all schema types
to allow attributes from other namespaces to be
added to user schemas.
</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:restriction base="xs:anyType">
            <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:restriction>
    </xs:complexContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute>
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
st:annotated, st:annotation