element ExternProtoDeclare
diagram x3d-4.0_diagrams/x3d-4.0_p76.png
type extension of X3DStatement
properties
content complex
children field
used by
group ChildContentModelSceneGraphStructure
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.
               
name  xs:NMTOKEN  required      
url  MFString  required      
appinfo  SFString        
documentation  SFString        
annotation
appinfo
<xs:element name="field" type="MFNode" default="field"/>
<xs:attribute name="additionalInterface" type="xs:string" default="X3DChildNode"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
                ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
                ExternProtoDeclare interfaces are defined by field statements (and without IS/connect statements).
           
source <xs:element name="ExternProtoDeclare">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:element name="field" type="MFNode" default="field"/>
     
<xs:attribute name="additionalInterface" type="xs:string" default="X3DChildNode"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Core"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
                ExternProtoDeclare refers to a ProtoDeclare node declaration provided in another file.
                ExternProtoDeclare interfaces are defined by field statements (and without IS/connect statements).
           
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/concepts.html#Externalprototypesemantics"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DStatement">
       
<xs:sequence minOccurs="0" maxOccurs="unbounded">
         
<xs:element ref="field"/>
       
</xs:sequence>
       
<xs:attribute name="name" type="xs:NMTOKEN" use="required">
         
<xs:annotation>
           
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="url" type="MFString" use="required"/>
       
<xs:attribute name="appinfo" type="SFString"/>
       
<xs:attribute name="documentation" type="SFString"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute ExternProtoDeclare/@name
type xs:NMTOKEN
properties
use required
source <xs:attribute name="name" type="xs:NMTOKEN" use="required">
 
<xs:annotation>
   
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#NameTyping"/>
 
</xs:annotation>
</xs:attribute>

attribute ExternProtoDeclare/@url
type MFString
properties
use required
source <xs:attribute name="url" type="MFString" use="required"/>

attribute ExternProtoDeclare/@appinfo
type SFString
source <xs:attribute name="appinfo" type="SFString"/>

attribute ExternProtoDeclare/@documentation
type SFString
source <xs:attribute name="documentation" type="SFString"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy