| diagram |
 |
| used by |
|
| attributes |
|
| annotation |
| documentation | | Element used to record a change in vehicle status or it systems. |
|
| source |
<xsd:complexType name="vehicleStatusUpdateElementType">
<xsd:annotation>
<xsd:documentation>Element used to record a change in vehicle status or it systems.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="system" type="xsd:string" use="required"/>
<xsd:attribute name="status" type="xsd:string" use="required"/>
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType> |