Documentation for ATIS-Draft-03-00-79

Complex Type: CptCommandTimeUpdate

[Table of contents]

Super-types: None
Sub-types: None
Name CptCommandTimeUpdate
Used by (from the same schema document) Element cptCommandTimeUpdate
Abstract no
XML Instance Representation
<...>
<commandID> CPT-CommandID </commandID> [1]
<current-time> CPT-DateTime </current-time> [0..1]
<utc-offset> CPT-Duration </utc-offset> [0..1]
<time-name> CPT-TimeName </time-name> [0..1]
</...>
Diagram
h-453803909 h1272267302 h1782472735 h1696933251
Schema Component Representation
<xs:complexType name="CptCommandTimeUpdate">
<xs:sequence>
<xs:element name="commandID" type=" CPT-CommandID "/>
<xs:element name="current-time" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="utc-offset" type=" CPT-Duration " minOccurs="0"/>
<xs:element name="time-name" type=" CPT-TimeName " minOccurs="0"/>
</xs:sequence>
</xs:complexType>