Definition Type: Group
Name: dynamicProperties
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: dynamicFeature.xsd
Documentation:
A convenience group. This allows an application schema developer to include dynamic properties in a content model in a standard fashion.
Collapse XSD Schema Diagram:
Drilldown into dataSourceReference in schema dynamicfeature_xsd Drilldown into dataSource in schema dynamicfeature_xsd Drilldown into history in schema dynamicfeature_xsd Drilldown into validTime in schema temporal_xsdXSD Diagram of dynamicProperties in schema dynamicfeature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<group name="dynamicProperties">
    <annotation>
        <documentation>A convenience group. This allows an application schema developer to include dynamic properties in a content model in a standard fashion.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:validTime" minOccurs="0" />
        <element ref="gml:history" minOccurs="0" />
        <element ref="gml:dataSource" minOccurs="0" />
        <element ref="gml:dataSourceReference" minOccurs="0" />
    </sequence>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
validTime gml:validTime 0 (1)
history gml:history 0 (1)
dataSource gml:dataSource 0 (1)
dataSourceReference gml:dataSourceReference 0 (1)