complexType SightingReport
diagram
namespace http://www.IM-Draft-03-00-44a
children direction speed location genericLocation when recovered object
used by
elements WatchFor/pastSightings/pastSighting WatchForResponse/sighting/sighting-item
source <xs:complexType name="SightingReport">
 
<xs:sequence>
   
<xs:element name="direction" type="atis:Direction" minOccurs="0"/>
   
<xs:element name="speed" type="tmdd:Link-speed-average" minOccurs="0"/>
   
<xs:element name="location" type="lrms:LocationReference" minOccurs="0"/>
   
<xs:element name="genericLocation" type="itis:GenericLocations" minOccurs="0"/>
   
<xs:element name="when" type="atis:DateTimePair" minOccurs="0"/>
   
<xs:element name="recovered" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:boolean"/>
     
</xs:simpleType>
   
</xs:element>
   
<!-- set True if item has been recovered
         or taken into possession of reporting
         agency or in some other way control
         of the object has been achieved. --
>
   
<xs:element name="object" type="ReferenceID" minOccurs="0"/>
   
<!-- check to add date and time in normal way -->
 
</xs:sequence>
</xs:complexType>

element SightingReport/direction
diagram
type atis:Direction
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="direction" type="atis:Direction" minOccurs="0"/>

element SightingReport/speed
diagram
type tmdd:Link-speed-average
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="speed" type="tmdd:Link-speed-average" minOccurs="0"/>

element SightingReport/location
diagram
type lrms:LocationReference
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children locationName externalID pointLocation linkLocation areaLocation chain transition groupLocation routeLocation geometry geoCoord grid linearReference crossStreets address preCoded nodeAttribute spatialObject publicGrid
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="location" type="lrms:LocationReference" minOccurs="0"/>

element SightingReport/genericLocation
diagram
type itis:GenericLocations
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="genericLocation" type="itis:GenericLocations" minOccurs="0"/>

element SightingReport/when
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="when" type="atis:DateTimePair" minOccurs="0"/>

element SightingReport/recovered
diagram
type restriction of xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="recovered" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:boolean"/>
 
</xs:simpleType>
</xs:element>

element SightingReport/object
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="object" type="ReferenceID" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy