Definition Type: Element
Name: reversePropertyName
Namespace: http://www.opengis.net/gml/3.2
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: gmlBase.xsd
Abstract
Documentation:
If the value of an object property is another object and that object contains also a property for the association between the two objects, then this name of the reverse property may be encoded in a gml:reversePropertyName element in an appinfo annotation of the property element to document the constraint between the two properties. The value of the element shall contain the qualified name of the property element.
Collapse XSD Schema Diagram:
XSD Diagram of reversePropertyName in schema gmlbase_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="reversePropertyName" type="string">
    <annotation>
        <documentation>If the value of an object property is another object and that object contains also a property for the association between the two objects, then this name of the reverse property may be encoded in a gml:reversePropertyName element in an appinfo annotation of the property element to document the constraint between the two properties. The value of the element shall contain the qualified name of the property element.</documentation>
    </annotation>
</element>