<xs:element name="fieldValue">
<xs:annotation>
<xs:appinfo>fieldValue can contain either attribute-value or node content. fieldValue is used by ProtoInstance nodes, reinitializing default values specified in ProtoDeclare field tags.</xs:appinfo>
<xs:documentation source="http://www.web3d.org/specifications/ISO-IEC-19776/Part01/concepts.html#ProtoInstanceAndFieldValueStatement" />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="SceneGraphStructureNodeType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="SceneGraphFragmentContentModel" />
</xs:choice>
<xs:attribute name="name" type="xs:NMTOKEN" use="required" />
<xs:attribute name="value" type="SFString" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|