<xs:complexType name="IfcLocalTime">
<xs:complexContent>
<xs:extension base="ex:Entity">
<xs:sequence>
<xs:element name="HourComponent" type="ifc:IfcHourInDay" />
<xs:element name="MinuteComponent" type="ifc:IfcMinuteInHour" nillable="true" minOccurs="0" />
<xs:element name="SecondComponent" type="ifc:IfcSecondInMinute" nillable="true" minOccurs="0" />
<xs:element name="Zone" nillable="true" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element ref="ifc:IfcCoordinatedUniversalTimeOffset" />
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="DaylightSavingOffset" type="ifc:IfcDaylightSavingHour" nillable="true" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|