<xs:element name="LayerSet">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DNode">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>layers</xs:documentation>
</xs:annotation>
<xs:element ref="Layer" />
<xs:element ref="ProtoInstance" />
</xs:choice>
<xs:attribute name="activeLayer" type="SFInt32" default="0" />
<xs:attribute name="order" type="MFInt32" default="0" />
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children" />
</xs:extension>
<!-- MFNode [in,out] layers [Layer] -->
</xs:complexContent>
</xs:complexType>
</xs:element>
|