Documentation for fieldgml

Model Group: StandardDefinitionProperties

[Table of contents]

Name StandardDefinitionProperties
Documentation This content model group makes it easier to construct types that derive from DefinitionType and its descendents "by restriction". A reference to the group saves having to enumerate the standard definition properties. See definition of StandardObjectProperties for more documentation
XML Instance Representation
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
Diagram
h1093078311 h-129865927 h-573369874
Schema Component Representation
<group name="StandardDefinitionProperties">
<sequence>
<element ref=" gml:metaDataProperty " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:description " minOccurs="0"/>
<element ref=" gml:name " maxOccurs="unbounded"/>
</sequence>
</group>