QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
Description | ifc:IfcText | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | ifc:IfcLabel | optional | ||||
NumberOfRiser | xs:long | optional | ||||
NumberOfTreads | xs:long | optional | ||||
ObjectType | ifc:IfcLabel | optional | ||||
PredefinedType | ifc:IfcStairFlightTypeEnum | optional | ||||
RiserHeight | ifc:IfcPositiveLengthMeasure | optional | ||||
Tag | ifc:IfcIdentifier | optional | ||||
TreadLength | ifc:IfcPositiveLengthMeasure | 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:IfcStairFlight |
<xs:complexType name="IfcStairFlight"> <xs:complexContent> <xs:extension base="ifc:IfcBuildingElement"> <xs:attribute name="NumberOfRiser" type="xs:long" use="optional"/> <xs:attribute name="NumberOfTreads" type="xs:long" use="optional"/> <xs:attribute name="RiserHeight" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="TreadLength" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="PredefinedType" type="ifc:IfcStairFlightTypeEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |