ifc:IfcTextStyleTextModel

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
TextAlign ifc:IfcTextAlignment optional
TextDecoration ifc:IfcTextDecoration optional
TextTransform ifc:IfcTextTransformation 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="IfcTextStyleTextModel">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPresentationItem">
      <xs:sequence>
        <xs:element name="TextIndent" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="LetterSpacing" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="WordSpacing" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="LineHeight" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="TextAlign" type="ifc:IfcTextAlignment" use="optional"/>
      <xs:attribute name="TextDecoration" type="ifc:IfcTextDecoration" use="optional"/>
      <xs:attribute name="TextTransform" type="ifc:IfcTextTransformation" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>