diagram |
|
type |
extension of X3DStatement |
properties |
|
children |
field |
used by |
|
attributes |
Name | Type | Use | Default | Fixed | Annotation | class | xs:NMTOKENS | | | | appinfo |
The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
| id | xs:NMTOKEN | | | | appinfo |
The id attribute is a unique identifier, reserved for use by HTML5/DOM pages, independent of DEF labeling and internal X3D node referencing.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
| style | SFString | | | | appinfo |
The style attribute provides an inline block of CSS for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
This attribute is only functional if the X3D model is loaded within an HTML page.
|
|
|
annotation |
appinfo | <xs:element name="field" type="MFNode" default="field"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
ProtoInterface defines fields for new Prototype nodes.
|
|
source |
<xs:element name="ProtoInterface">
<xs:annotation>
<xs:appinfo>
<xs:element name="field" type="MFNode" default="field"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
ProtoInterface defines fields for new Prototype nodes.
</xs:appinfo>
<xs:documentation source="https://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#PrototypeAndFieldDeclarationSyntax"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DStatement">
<xs:sequence>
<xs:element ref="field" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |