ColorCoordinateContentModel

Element Group Information

Model

Used By

Source

<xs:group name="ColorCoordinateContentModel">
  <xs:annotation>
    <xs:appinfo>ColorCoordinateContentModel is the child-node content model utilized by IndexedLineSet, LineSet and PointSet. ColorCoordinateContentModel can contain any-order Coordinate (or CoordinateDouble) node with Color (or ColorRGBA) node. No more than one instance of any single node type is allowed.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rendering.html#IndexedLineSet"/>
  </xs:annotation>
  <xs:choice>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="Color"/>
        <xs:element ref="ColorRGBA"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:element ref="Coordinate"/>
        <xs:element ref="CoordinateDouble"/>
        <xs:element ref="GeoCoordinate"/>
        <xs:element ref="ProtoInstance">
          <xs:annotation>
            <xs:documentation>Appropriately typed substitution node</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
    <xs:sequence>
      <xs:choice>
        <xs:element ref="Coordinate"/>
        <xs:element ref="CoordinateDouble"/>
        <xs:element ref="GeoCoordinate"/>
      </xs:choice>
      <xs:choice minOccurs="0">
        <xs:choice>
          <xs:element ref="Color"/>
          <xs:element ref="ColorRGBA"/>
        </xs:choice>
        <xs:element ref="ProtoInstance">
          <xs:annotation>
            <xs:documentation>Appropriately typed substitution node</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
    <xs:sequence>
      <xs:element ref="ProtoInstance">
        <xs:annotation>
          <xs:documentation>Appropriately typed substitution node</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0">
        <xs:choice>
          <xs:element ref="Color"/>
          <xs:element ref="ColorRGBA"/>
        </xs:choice>
        <xs:choice>
          <xs:element ref="Coordinate"/>
          <xs:element ref="CoordinateDouble"/>
          <xs:element ref="GeoCoordinate"/>
        </xs:choice>
        <xs:element ref="ProtoInstance">
          <xs:annotation>
            <xs:documentation>Appropriately typed substitution node</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:choice>
</xs:group>