ifc:IfcTextLiteral

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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

Used By

Source

<xs:complexType name="IfcTextLiteral">
  <xs:complexContent>
    <xs:extension base="ifc:IfcGeometricRepresentationItem">
      <xs:sequence>
        <xs:element name="Placement">
          <xs:complexType>
            <xs:group ref="ifc:IfcAxis2Placement"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="Literal" type="ifc:IfcPresentableText" use="optional"/>
      <xs:attribute name="Path" type="ifc:IfcTextPath" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>