| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| BoxAlignment | ifc:IfcBoxAlignment | optional | ||||
| Literal | ifc:IfcPresentableText | optional | ||||
| Path | ifc:IfcTextPath | 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:IfcTextLiteralWithExtent |
<xs:complexType name="IfcTextLiteralWithExtent"> <xs:complexContent> <xs:extension base="ifc:IfcTextLiteral"> <xs:sequence> <xs:element name="Extent" type="ifc:IfcPlanarExtent" nillable="true"/> </xs:sequence> <xs:attribute name="BoxAlignment" type="ifc:IfcBoxAlignment" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |