AppearanceChildContentModel

Element Group Information

Model

Used By

Complex Type X3DAppearanceNode
Element Appearance

Source

<xs:group name="AppearanceChildContentModel">
  <xs:annotation>
    <xs:appinfo>Child-node content model corresponding to X3DAppearanceChildNode. Appearance can contain FillProperties, LineProperties, Material or TwoSidedMaterial, any Texture node and any TextureTransform node, in any order. No more than one instance of these nodes is allowed. Appearance may also contain multiple shaders (ComposedShader, PackagedShader, ProgramShader).</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/shape.html#Appearancenode"/>
  </xs:annotation>
  <xs:choice>
    <xs:group ref="AppearanceChildContentModelNoProtoInstance"/>
    <xs:element ref="ProtoInstance">
      <xs:annotation>
        <xs:documentation>Appropriately typed substitution node</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:group>