| diagram | |||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||
| 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> |
| type | SFString |
| source | <xs:attribute name="description" type="SFString"/> |
| type | SFBool | ||
| properties |
|
||
| source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
| type | MFString | ||
| annotation |
|
||
| 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> |