-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathx3d-4.0-Web3dExtensionsPublic.xsd
83 lines (83 loc) · 3.01 KB
/
x3d-4.0-Web3dExtensionsPublic.xsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!--
#
# X3D Web3D Extensions Public Schema:
#
# http://www.web3d.org/specifications/x3d-4.0-Web3dExtensionsPublic.xsd
#
# this version: 4.0 draft
# current version: 3.3
#
# created: 14 September 2004
# revised: 31 October 2015
#
# Maintainer: Don Brutzman
#
# Purpose: support Web3D Consortium extensions to the X3D tagset.
# The primary Extensible 3D (X3D) Schema
# x3d-4.0.xsd is augmented by node definitions in
# x3d-4.0-Web3dExtensionsPublic.xsd and
# x3d-4.0-Web3dExtensionsPrivate.xsd
#
# X3D Specification Schemas:
# http://www.web3d.org/specifications/x3d-4.0.xsd
# http://www.web3d.org/specifications/x3d-4.0-Web3dExtensionsPublic.xsd
# http://www.web3d.org/specifications/x3d-4.0-Web3dExtensionsPrivate.xsd
#
# Web3D extensions update URL:
# http://www.web3d.org/x3d/content/x3d-4.0-Web3dExtensionsPublic.xsd
#
# changelog:
# http://www.web3d.org/specifications/x3d-schema-changelog.txt
#
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0.0">
<!-- construction note: unlike xs:element, xs:attributeGroup constructs from parent schema not referenceable -->
<!-- ================================================================= -->
<!-- enter element and attribute definitions here -->
<!-- LatticeXvlComponent -->
<xs:simpleType name="XvlShell.shellTypes">
<xs:annotation>
<xs:appinfo/>
<xs:documentation/>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="POLYGON_MESH"/>
<xs:enumeration value="LATTICE_MESH"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="XvlShell">
<xs:annotation>
<xs:appinfo/>
<xs:documentation/>
</xs:annotation>
<xs:complexType mixed="false">
<xs:sequence>
<xs:element ref="IS" minOccurs="0"/>
<xs:choice minOccurs="0">
<xs:element ref="MetadataDouble"/>
<xs:element ref="MetadataFloat"/>
<xs:element ref="MetadataInteger"/>
<xs:element ref="MetadataSet"/>
<xs:element ref="MetadataString"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="DEF" type="xs:ID"/>
<xs:attribute name="USE" type="xs:IDREF"/>
<xs:attribute name="shellType" type="XvlShell.shellTypes"/>
<xs:attribute name="numberOfDivisions" type="SFInt32"/>
<xs:attribute name="vertexRound" type="MFFloat"/>
<xs:attribute name="edgeBeginCoordIndex" type="MFInt32"/>
<xs:attribute name="edgeEndCoordIndex" type="MFInt32"/>
<xs:attribute name="edgeRound" type="MFFloat"/>
<xs:attribute name="edgeBeginVector" type="MFVec3f"/>
<xs:attribute name="edgeEndVector" type="MFVec3f"/>
<xs:attribute name="faceCoordIndex" type="MFInt32"/>
<xs:attribute name="faceTexCoordIndex" type="MFInt32"/>
<xs:attribute name="faceEmpty" type="MFBool"/>
<xs:attribute name="faceHidden" type="MFBool"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="geometry"/>
<!--X3DGeometryNode-->
</xs:complexType>
</xs:element>
<!-- ================================================================= -->
</xs:schema>