complexType tcip:CCVideoRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle stoppoint cameraNumber begin-datetime end-datetime video-images
used by
elements tcip:CcUnloadImages/video-datasets/video-dataset tcip:CcVideoImages/video-datasets/video-dataset
source <xs:complexType name="CCVideoRecord">
 
<xs:sequence>
   
<xs:choice>
     
<xs:element name="vehicle" type="CPTVehicleIden"/>
     
<xs:element name="stoppoint" type="CPTStoppointIden"/>
   
</xs:choice>
   
<xs:element name="cameraNumber" type="CPT-GenericCounter"/>
   
<xs:element name="begin-datetime" type="CPT-DateTime"/>
   
<xs:element name="end-datetime" type="CPT-DateTime"/>
   
<xs:element name="video-images">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10000">
         
<xs:element name="video-image" type="PI-BinaryVideoData"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:CCVideoRecord/vehicle
diagram
type tcip:CPTVehicleIden
properties
isRef 0
content complex
children vehicle-id agency-id vin
source <xs:element name="vehicle" type="CPTVehicleIden"/>

element tcip:CCVideoRecord/stoppoint
diagram
type tcip:CPTStoppointIden
properties
isRef 0
content complex
children stoppoint-id agency-id name
source <xs:element name="stoppoint" type="CPTStoppointIden"/>

element tcip:CCVideoRecord/cameraNumber
diagram
type tcip:CPT-GenericCounter
properties
isRef 0
content simple
source <xs:element name="cameraNumber" type="CPT-GenericCounter"/>

element tcip:CCVideoRecord/begin-datetime
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="begin-datetime" type="CPT-DateTime"/>

element tcip:CCVideoRecord/end-datetime
diagram
type tcip:CPT-DateTime
properties
isRef 0
content simple
source <xs:element name="end-datetime" type="CPT-DateTime"/>

element tcip:CCVideoRecord/video-images
diagram
properties
isRef 0
content complex
children video-image
source <xs:element name="video-images">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10000">
     
<xs:element name="video-image" type="PI-BinaryVideoData"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:CCVideoRecord/video-images/video-image
diagram
type tcip:PI-BinaryVideoData
properties
isRef 0
content simple
facets
maxLength 2000000
source <xs:element name="video-image" type="PI-BinaryVideoData"/>


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