Definition Type: ComplexType
Name: ConstrainedPhenomenonType
Namespace: http://www.opengis.net/swe/1.0.1
Type: swe:PhenomenonType
Containing Schema: phenomenon.xsd
Abstract False
Documentation:
A scalar Phenomenon is defined by adding constraints to an existing property.
Collapse XSD Schema Diagram:
Drilldown into singleConstraint Drilldown into otherConstraint Drilldown into base Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into DefinitionType Drilldown into PhenomenonTypeXSD Diagram of ConstrainedPhenomenonType
Collapse XSD Schema Code:
<complexType name="ConstrainedPhenomenonType">
    <annotation>
        <documentation>A scalar Phenomenon is 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">
                    <annotation>
                        <documentation>Constraints that cannot be expressed as values of an orthogonal/helper phenomenon</documentation>
                    </annotation>
                </element>
                <element name="singleConstraint" type="swe:AnyDataPropertyType" minOccurs="0" maxOccurs="unbounded">
                    <annotation>
                        <documentation>Constraint expressed as a value or range of an orthogonal/helper phenomenon</documentation>
                    </annotation>
                </element>
            </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
Collapse Comments:
blog comments powered by Disqus