QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
EndTime | ifc:IfcTime | optional | ||||
StartTime | ifc:IfcTime | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
path | xs:NMTOKENS | optional | ||||
pos | restriction of list of xs:integer | optional | ||||
ref | xs:IDREF | optional |
Element | ifc:IfcTimePeriod |
<xs:complexType name="IfcTimePeriod"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:attribute name="StartTime" type="ifc:IfcTime" use="optional"/> <xs:attribute name="EndTime" type="ifc:IfcTime" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |