<xs:group name="ShapeChildContentModel">
<xs:annotation>
<xs:appinfo>ShapeChildContentModel is the child-node content model corresponding to X3DShapeNode. ShapeChildContentModel can contain a single Appearance node and a single geometry node, in any order.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/Part01/components/shape.html#Shapenodes" />
</xs:annotation>
<xs:choice>
<xs:sequence>
<xs:element ref="Appearance">
<xs:annotation>
<xs:documentation>appearance</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:annotation>
<xs:documentation>geometry</xs:documentation>
</xs:annotation>
<xs:group ref="GeometryContentModel" />
<xs:element ref="ProtoInstance" />
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:group ref="GeometryContentModel" />
<xs:choice minOccurs="0">
<xs:annotation>
<xs:documentation>appearance</xs:documentation>
</xs:annotation>
<xs:element ref="Appearance">
<xs:annotation>
<xs:documentation>appearance</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ProtoInstance" />
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:element ref="ProtoInstance">
<xs:annotation>
<xs:documentation>appearance or geometry</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0">
<xs:annotation>
<xs:documentation>geometry or appearance</xs:documentation>
</xs:annotation>
<xs:group ref="GeometryContentModel" />
<xs:element ref="Appearance">
<xs:annotation>
<xs:documentation>appearance</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ProtoInstance" />
</xs:choice>
</xs:sequence>
</xs:choice>
</xs:group>
|