ifc:IfcTextStyleFontModel

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
FontStyle ifc:IfcFontStyle optional
FontVariant ifc:IfcFontVariant optional
FontWeight ifc:IfcFontWeight optional
Name ifc:IfcLabel 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="IfcTextStyleFontModel">
  <xs:complexContent>
    <xs:extension base="ifc:IfcPreDefinedTextFont">
      <xs:sequence>
        <xs:element name="FontFamily">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcTextFontName-wrapper" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcTextFontName-wrapper"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="FontSize">
          <xs:complexType>
            <xs:group ref="ifc:IfcSizeSelect"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="FontStyle" type="ifc:IfcFontStyle" use="optional"/>
      <xs:attribute name="FontVariant" type="ifc:IfcFontVariant" use="optional"/>
      <xs:attribute name="FontWeight" type="ifc:IfcFontWeight" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>