Documentation for fieldgml

Model Group: StandardObjectProperties

[Table of contents]

Name StandardObjectProperties
Documentation This content model group makes it easier to construct types that derive from AbstractGMLType and its descendents "by restriction". A reference to the group saves having to enumerate the standard object properties.
XML Instance Representation
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

Diagram
h1093078311 h-129865927 h-573369874
Schema Component Representation
<group name="StandardObjectProperties">
<sequence>
<element ref=" gml:metaDataProperty " minOccurs="0" maxOccurs="unbounded"/>
<element ref=" gml:description " minOccurs="0"/>
<element ref=" gml:name " minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</group>