diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DNurbsSurfaceGeometryNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString Coordinate CoordinateDouble GeoCoordinate TextureCoordinate TextureCoordinateGenerator NurbsTextureCoordinate ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="NurbsPatchSurface"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="NURBS"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/nurbs.html#NurbsPatchSurface"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DNurbsSurfaceGeometryNode"> <xs:choice minOccurs="0" maxOccurs="2"> <xs:element ref="Coordinate"> <xs:annotation> <xs:documentation>controlPoint</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="CoordinateDouble"> <xs:annotation> <xs:documentation>controlPoint</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="GeoCoordinate"> <xs:annotation> <xs:documentation>controlPoint</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="TextureCoordinate"> <xs:annotation> <xs:documentation>texCoord</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="TextureCoordinateGenerator"> <xs:annotation> <xs:documentation>texCoord</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="NurbsTextureCoordinate"> <xs:annotation> <xs:documentation>texCoord</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/> </xs:extension> <!-- "solid" attribute define in X3DNurbsSurfaceGeometryNode --> <!-- TODO see if nondeterministic content model can avoid improper selection of child nodes --> </xs:complexContent> </xs:complexType> </xs:element> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/> |