TextChildContentModel

Element Group Information

Model

Used By

Element Text

Source

<xs:group name="TextChildContentModel">
  <xs:annotation>
    <xs:appinfo>TextChildContentModel is the child-node content model utilized by Text. TextChildContentModel can contain a single FontStyle or ScreenFontStyle node.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/text.html#Text"/>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="FontStyle"/>
    <xs:element ref="ScreenFontStyle"/>
    <xs:element ref="ProtoInstance">
      <xs:annotation>
        <xs:documentation>Appropriately typed substitution node</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:group>