gmd:MD_VectorSpatialRepresentation
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmd/dhs-gmo/1.0.0/spatialRepresentation.xsd
Type: gmd:MD_VectorSpatialRepresentation_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:topologyLevel [0..1]
- gmd:geometricObjects [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_VectorSpatialRepresentation_PropertyType
- Type gmd:MD_SpatialRepresentation_PropertyType (Element gmd:spatialRepresentationInfo)
Substitution hierarchy
- gmd:AbstractMD_SpatialRepresentation
- can be substituted with gmd:MD_VectorSpatialRepresentation
Sample instance
<gmd:MD_VectorSpatialRepresentation id="ID"> <gmd:topologyLevel> <gmd:MD_TopologyLevelCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_TopologyLevelCode> </gmd:topologyLevel> <gmd:geometricObjects> <gmd:MD_GeometricObjects id="ID"> <gmd:geometricObjectType>... </gmd:geometricObjectType> <gmd:geometricObjectCount>... </gmd:geometricObjectCount> </gmd:MD_GeometricObjects> </gmd:geometricObjects> </gmd:MD_VectorSpatialRepresentation>