complexType ClockTimeType
diagram DIS_7_2012.autogenerated_diagrams/DIS_7_2012.autogenerated_p374.png
type extension of rootType
properties
base rootType
abstract false
used by
elements StartResumePdu/realWorldTime StopFreezePdu/realWorldTime StartResumeRPdu/realWorldTime StopFreezeRPdu/realWorldTime GriddedDataPdu/sampleTime DirectedEnergyFirePdu/shotStartTime StartResumePdu/simulationTime StartResumeRPdu/simulationTime
attributes
Name  Type  Use  Default  Fixed  Annotation
hour  xs:unsignedLong        
appinfo
Hours in UTC
timePastHour  xs:unsignedLong        
appinfo
Time past the hour
annotation
appinfo
Time measurements that exceed one hour are represented by this record. The first field
            is the hours since the unix epoch (Jan 1 1970, used by most Unix systems and java)
            and the second field the timestamp units since the top of the hour. Section 6.2.14
        
source <xs:complexType name="ClockTimeType" abstract="false">
 
<xs:annotation>
   
<xs:appinfo>Time measurements that exceed one hour are represented by this record. The first field
            is the hours since the unix epoch (Jan 1 1970, used by most Unix systems and java)
            and the second field the timestamp units since the top of the hour. Section 6.2.14
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="rootType">
     
<xs:attribute name="hour" type="xs:unsignedLong">
       
<xs:annotation>
         
<xs:appinfo>Hours in UTC</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="timePastHour" type="xs:unsignedLong">
       
<xs:annotation>
         
<xs:appinfo>Time past the hour</xs:appinfo>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
 
<!--abstract='false' base='rootType'-->
</xs:complexType>

attribute ClockTimeType/@hour
type xs:unsignedLong
annotation
appinfo
Hours in UTC
source <xs:attribute name="hour" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>Hours in UTC</xs:appinfo>
 
</xs:annotation>
</xs:attribute>

attribute ClockTimeType/@timePastHour
type xs:unsignedLong
annotation
appinfo
Time past the hour
source <xs:attribute name="timePastHour" type="xs:unsignedLong">
 
<xs:annotation>
   
<xs:appinfo>Time past the hour</xs:appinfo>
 
</xs:annotation>
</xs:attribute>


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