Definition Type: ComplexType
Name: ConstrainedPhenomenonType
Namespace: http://niem.gov/niem/external/ogc-observation/draft-0.14.5/swe/dhs-gmo/1.0.0
Type: swe:PhenomenonType
Containing Schema: phenomenon.xsd
Abstract
Documentation:
A scalar Phenomenon defined by adding constraints to an existing property.
Collapse XSD Schema Diagram:
Drilldown into singleConstraint in schema phenomenon_xsd Drilldown into otherConstraint in schema phenomenon_xsd Drilldown into base in schema phenomenon_xsd Drilldown into name in schema gml_xsd Drilldown into description in schema gml_xsd Drilldown into metaDataProperty in schema gml_xsd Drilldown into StandardObjectProperties in schema gml_xsd Drilldown into id in schema gml_xsd Drilldown into DefinitionType in schema gml_xsd Drilldown into PhenomenonType in schema phenomenon_xsdXSD Diagram of ConstrainedPhenomenonType in schema phenomenon_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ConstrainedPhenomenonType">
    <annotation>
        <documentation>A scalar Phenomenon defined by adding constraints to an existing
property.</documentation>
    </annotation>
    <complexContent>
        <extension base="swe:PhenomenonType">
            <sequence>
                <element name="base" type="swe:PhenomenonPropertyType">
                    <annotation>
                        <documentation>Property that forms the basis for generating a set of more refined
Phenomena; e.g. Chemical Composition, Radiance</documentation>
                    </annotation>
                </element>
                <element name="otherConstraint" type="string" minOccurs="0" maxOccurs="unbounded" />
                <element name="singleConstraint" type="swe:TypedValuePropertyType" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name (1) unbounded
base swe:base (1) (1)
otherConstraint swe:otherConstraint 0 unbounded
singleConstraint swe:singleConstraint 0 unbounded
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Required
Collapse Derivation Tree:
Collapse References:
swe:ConstrainedPhenomenon