Schema Central > niem40 > st.xsd > st:LocationRoadCrossingPoint
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

st:LocationRoadCrossingPoint

A Location of the center of the junction on the first intersecting route (e.g. route-milepost). Note that if the Junction File is a spatial data file, this would be the coordinates and would be the same for all crossing roads

Element information

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

Sample instance

<st:LocationRoadCrossingPoint>
   <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
   <nc:CrossStreetDescriptionText>string</nc:CrossStreetDescriptionText>
   <nc:CrossStreetRelativeLocation>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <nc:RelativeLocationDescriptionText>string</nc:RelativeLocationDescriptionText>
      <nc:RelativeLocationDirectionCode>E</nc:RelativeLocationDirectionCode>
      <nc:RelativeLocationDistanceMeasure>
         <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
         <nc:MeasureDecimalValue>1.0</nc:MeasureDecimalValue>
         <nc:MeasureCommentText>string</nc:MeasureCommentText>
         <nc:MeasureDate>...
         </nc:MeasureDate>
         <nc:MeasureErrorText>string</nc:MeasureErrorText>
         <nc:MeasureUnitText>string</nc:MeasureUnitText>
         <nc:Measurer>...
         </nc:Measurer>
         <nc:MeasureMethodText>string</nc:MeasureMethodText>
         <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator>
         <nc:MeasureAugmentationPoint>any content</nc:MeasureAugmentationPoint>
         <j:VehicleOdometerReadingUnitCode>K</j:VehicleOdometerReadingUnitCode>
         <nc:LengthMeasureAugmentationPoint>any content</nc:LengthMeasureAugmentationPoint>
      </nc:RelativeLocationDistanceMeasure>
      <nc:RelativeLocationHeadingValue>1.0</nc:RelativeLocationHeadingValue>
      <nc:RelativeLocationReferencePoint>
         <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>
      </nc:RelativeLocationReferencePoint>
      <im:RelativeLocationAugmentation>
         <im:RelativeLocationDistanceMeasure>...
         </im:RelativeLocationDistanceMeasure>
      </im:RelativeLocationAugmentation>
   </nc:CrossStreetRelativeLocation>
   <nc:LocationStreet>
      <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint>
      <nc:StreetFullText>string</nc:StreetFullText>
      <nc:StreetNumberText>string</nc:StreetNumberText>
      <nc:StreetPredirectionalText>string</nc:StreetPredirectionalText>
      <nc:StreetName>string</nc:StreetName>
      <nc:StreetCategoryText>string</nc:StreetCategoryText>
      <nc:StreetPostdirectionalText>string</nc:StreetPostdirectionalText>
      <nc:StreetExtensionText>string</nc:StreetExtensionText>
      <nc:StreetAugmentationPoint>any content</nc:StreetAugmentationPoint>
   </nc:LocationStreet>
   <nc:CrossStreetAugmentationPoint>any content</nc:CrossStreetAugmentationPoint>
</st:LocationRoadCrossingPoint>