Schema Central > NIEM 3.1 > topology.xsd > gml:topoPrimitiveMembers
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gml:topoPrimitiveMembers

The gml:topoPrimitiveMembers property element encodes the relationship between a topology complex and an arbitrary number of topology primitives.

Element information

Content

Attributes

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

Used in

Sample instance

<gml:topoPrimitiveMembers>
   <gml:Node 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:container>
         <gml:Face gml:id="ID">...
         </gml:Face>
      </gml:container>
      <gml:directedEdge>
         <gml:Edge gml:id="ID">...
         </gml:Edge>
      </gml:directedEdge>
      <gml:pointProperty>
         <gml:Point gml:id="ID">...
         </gml:Point>
      </gml:pointProperty>
   </gml:Node>
</gml:topoPrimitiveMembers>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com