complexType tcip:OBHealthStatusRecord
diagram
namespace http://www.TCIP-Adopted-03-00-01
children vehicle application address port health-states note
used by
elements tcip:CcFleetHealthAlarm/status-reports/status-report tcip:CcPTVehicleAlarm/status-reports/status-report tcip:ObReportHealth/status-reports/status-report
source <xs:complexType name="OBHealthStatusRecord">
 
<xs:sequence>
   
<xs:element name="vehicle" type="CPTVehicleIden"/>
   
<xs:element name="application" type="CPT-ApplicationID" minOccurs="0"/>
   
<xs:element name="address" type="CPT-IP-Address" minOccurs="0"/>
   
<xs:element name="port" type="CPT-UDP-TCP-PortNumber" minOccurs="0"/>
   
<xs:element name="health-states">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10">
         
<xs:element name="health-state" type="CPT-HealthStatus"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="note" type="CPT-Footnote" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:OBHealthStatusRecord/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:OBHealthStatusRecord/application
diagram
type tcip:CPT-ApplicationID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="application" type="CPT-ApplicationID" minOccurs="0"/>

element tcip:OBHealthStatusRecord/address
diagram
type tcip:CPT-IP-Address
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="address" type="CPT-IP-Address" minOccurs="0"/>

element tcip:OBHealthStatusRecord/port
diagram
type tcip:CPT-UDP-TCP-PortNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="port" type="CPT-UDP-TCP-PortNumber" minOccurs="0"/>

element tcip:OBHealthStatusRecord/health-states
diagram
properties
isRef 0
content complex
children health-state
source <xs:element name="health-states">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10">
     
<xs:element name="health-state" type="CPT-HealthStatus"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:OBHealthStatusRecord/health-states/health-state
diagram
type tcip:CPT-HealthStatus
properties
isRef 0
content simple
source <xs:element name="health-state" type="CPT-HealthStatus"/>

element tcip:OBHealthStatusRecord/note
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="note" type="CPT-Footnote" minOccurs="0"/>


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