Schema Central > niem41 > niem-core.xsd > nc:AreaPolygonRegion
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

nc:AreaPolygonRegion

A polygon area identified by a set of coordinates.

Element information

Type: nc:PolygonRegionType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:uri [0..1]xsd:anyURIfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

Substitution hierarchy

Sample instance

<nc:AreaPolygonRegion>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <nc:PolygonCoordinate>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <biom:GeodeticDatumCoordinateSystemCode>AIRY</biom:GeodeticDatumCoordinateSystemCode>
      <nc:GeographicCoordinateLatitude>
         <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
         <nc:LatitudeDegreeValue>1.0</nc:LatitudeDegreeValue>
         <nc:LatitudeMinuteValue>1.0</nc:LatitudeMinuteValue>
         <nc:LatitudeSecondValue>1.0</nc:LatitudeSecondValue>
         <nc:LatitudeCoordinateAugmentationPoint>any content</nc:LatitudeCoordinateAugmentationPoint>
      </nc:GeographicCoordinateLatitude>
      <nc:GeographicCoordinateLongitude>
         <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
         <nc:LongitudeDegreeValue>1.0</nc:LongitudeDegreeValue>
         <nc:LongitudeMinuteValue>1.0</nc:LongitudeMinuteValue>
         <nc:LongitudeSecondValue>1.0</nc:LongitudeSecondValue>
         <nc:LongitudeCoordinateAugmentationPoint>any content</nc:LongitudeCoordinateAugmentationPoint>
      </nc:GeographicCoordinateLongitude>
      <nc:Location2DGeospatialCoordinateAugmentationPoint>any content</nc:Location2DGeospatialCoordinateAugmentationPoint>
   </nc:PolygonCoordinate>
   <mo:PolygonRegionAugmentation>
      <mo:PolygonCoordinateLocation>
         <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
         <nc:Address>...
         </nc:Address>
         <nc:LocationArea>...
         </nc:LocationArea>
         <it:LocationCategoryCodeText>string</it:LocationCategoryCodeText>
         <nc:LocationContactInformation>...
         </nc:LocationContactInformation>
         <nc:LocationDescriptionText>string</nc:LocationDescriptionText>
         <geo:LocationGeospatialPoint>...
         </geo:LocationGeospatialPoint>
         <nc:LocationLandmarkText>string</nc:LocationLandmarkText>
         <nc:LocationLocale>...
         </nc:LocationLocale>
         <nc:LocationMapLocation>...
         </nc:LocationMapLocation>
         <nc:LocationName>string</nc:LocationName>
         <nc:LocationRangeDescriptionText>string</nc:LocationRangeDescriptionText>
         <nc:LocationRelativeLocation>...
         </nc:LocationRelativeLocation>
         <nc:LocationSurroundingAreaDescriptionText>string</nc:LocationSurroundingAreaDescriptionText>
         <nc:LocationIdentification>...
         </nc:LocationIdentification>
         <nc:LocationAltitude>...
         </nc:LocationAltitude>
         <nc:LocationFloorNumberText>string</nc:LocationFloorNumberText>
         <geo:LocationFeature>...
         </geo:LocationFeature>
      </mo:PolygonCoordinateLocation>
   </mo:PolygonRegionAugmentation>
</nc:AreaPolygonRegion>