complexType X3DUrlOutputObject
diagram x3d-4.1_diagrams/x3d-4.1_p404.svg
properties
abstract true
attributes
Name  Type  Use  Default  Fixed  Annotation
description  SFString        
enabled  SFBool    true    
url  MFString        
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
annotation
appinfo
<xs:attribute name="isActive" type="SFBool" fixed="outputOnlyField"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
        X3DUrlOutputObject indicates that a node publish data on the local file system or to a network address.
     
source <xs:complexType name="X3DUrlOutputObject" abstract="true">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="isActive" type="SFBool" fixed="outputOnlyField"/>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
        X3DUrlOutputObject indicates that a node publish data on the local file system or to a network address.
     
</xs:appinfo>
   
<!-- Note that X3DUrlOutputObject is a second interface and thus the following fields are typically listed in implementing nodes so that validation works -->
   
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/networking.html#X3DUrlOutputObject"/>
 
</xs:annotation>
 
<xs:attribute name="description" type="SFString"/>
 
<xs:attribute name="enabled" type="SFBool" default="true"/>
 
<xs:attribute name="url" type="MFString">
   
<xs:annotation>
     
<xs:appinfo>
       
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
       
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
     
</xs:appinfo>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute X3DUrlOutputObject/@description
type SFString
source <xs:attribute name="description" type="SFString"/>

attribute X3DUrlOutputObject/@enabled
type SFBool
properties
default true
source <xs:attribute name="enabled" type="SFBool" default="true"/>

attribute X3DUrlOutputObject/@url
type MFString
annotation
appinfo
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
source <xs:attribute name="url" type="MFString">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="componentNameChoices" fixed="Networking"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="4"/>
   
</xs:appinfo>
 
</xs:annotation>
</xs:attribute>


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