Schema Central > niem40 > topology.xsd > gml:topoCurveProperty
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:topoCurveProperty

The gml:topoCurveProperty property element may be used in features to express their relationship to the referenced topology edges.

Element information

Type: gml:TopoCurvePropertyType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
owns [0..1]xsd:booleanDefault value is "false". from group gml:OwnershipAttributeGroup

Sample instance

<gml:topoCurveProperty>
   <gml:TopoCurve gml:id="ID">
      <gml:metaDataProperty>
         <gml:GenericMetaData>Any text, intermingled with:
            <!--any element-->
         </gml:GenericMetaData>
      </gml:metaDataProperty>
      <gml:description>string</gml:description>
      <gml:descriptionReference/>
      <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
      <gml:name>string</gml:name>
      <gml:directedEdge>
         <gml:Edge gml:id="ID">...
         </gml:Edge>
      </gml:directedEdge>
   </gml:TopoCurve>
</gml:topoCurveProperty>