Definition Type: Group
Name: TextChildContentModel
Containing Schema: x3d-3.2.xsd
Collapse XSD Schema Diagram:
Drilldown into ProtoInstance in schema x3d-3_2_xsd Drilldown into FontStyle in schema x3d-3_2_xsdXSD Diagram of TextChildContentModel in schema x3d-3_2_xsd (Web3D - Open Standards for Real-Time 3D Communication)
Collapse XSD Schema Code:
<xs:group name="TextChildContentModel">
    <xs:annotation>
        <xs:appinfo>TextChildContentModel is the child-node content model corresponding to X3DTextNode.  TextChildContentModel can contain a single FontStyle node.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/text.html#Text" />
    </xs:annotation>
    <xs:choice>
        <xs:element ref="FontStyle" />
        <xs:element ref="ProtoInstance" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FontStyle FontStyle (1) (1)
ProtoInstance ProtoInstance (1) (1)