<xs:group name="ColorCoordinateContentModel">
<xs:annotation>
<xs:appinfo>ColorCoordinateContentModel is the child-node content model corresponding to IndexedLineSet, LineSet and PointSet. ColorCoordinateContentModel can contain any-order Coordinate 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/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/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: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:choice>
</xs:sequence>
<xs:sequence>
<xs:element ref="ProtoInstance" />
<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:choice>
</xs:sequence>
</xs:choice>
</xs:group>
|