<xs:complexType name="ClockType">
<xs:all>
<xs:element name="location" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>A free text field.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="setTime" type="cr:NormalizedDateTimeType" minOccurs="0">
<xs:annotation>
<xs:documentation>Time to which the clock is set.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
|