XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Version 1.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema includes components from the following schema document(s):
    • gdml_core.xsd
    • gdml_define.xsd
    • gdml_extensions.xsd

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
gdml http://cern.ch/2001/Schemas/GDML
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" version="1.0">
<xs:include schemaLocation="gdml_core.xsd"/>
<xs:include schemaLocation="gdml_define.xsd"/>
<xs:include schemaLocation="gdml_extensions.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: arb8

  • This element can be used wherever the following element is referenced:
Name arb8
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Volume representing an (almost)arbitrary 8 vertices solid. The solid is defined by two quadrilaterals sitting on parallel planes, the distance between these two planes is dz*2. The base quadrilateral contained within the plane located at -dz is defined by the first 4 vertices (v1,v2,v3,v4 each one with the x and y coordinates). The other parallel quadrilateral contained within the plane at +dz is defined by the other 4 vertices (v5,v6,v7,v8 each one with the x and y coordinates).
XML Instance Representation
<arb8
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
v1x=" ExpressionOrIDREFType [1]"
v1y=" ExpressionOrIDREFType [1]"
v2x=" ExpressionOrIDREFType [1]"
v2y=" ExpressionOrIDREFType [1]"
v3x=" ExpressionOrIDREFType [1]"
v3y=" ExpressionOrIDREFType [1]"
v4x=" ExpressionOrIDREFType [1]"
v4y=" ExpressionOrIDREFType [1]"
v5x=" ExpressionOrIDREFType [1]"
v5y=" ExpressionOrIDREFType [1]"
v6x=" ExpressionOrIDREFType [1]"
v6y=" ExpressionOrIDREFType [1]"
v7x=" ExpressionOrIDREFType [1]"
v7y=" ExpressionOrIDREFType [1]"
v8x=" ExpressionOrIDREFType [1]"
v8y=" ExpressionOrIDREFType [1]"
dz=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="arb8" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="v1x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v1y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v2x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v2y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v3x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v3y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v4x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v4y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v5x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v5y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v6x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v6y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v7x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v7y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v8x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="v8y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="dz" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: box

  • This element can be used wherever the following element is referenced:
Name box
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG box solid described by 3 dimensions of x, y, and z
XML Instance Representation
<box
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
x=" ExpressionOrIDREFType [1]"
y=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="box" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: cone

  • This element can be used wherever the following element is referenced:
Name cone
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG cone or cone segment described by rmin1 inside radius at z/2 rmin2 inside radius at z/2 rmax1 outside radius at z/2 rmax2 outside radius at z/2 z length in z startphi starting angle of the segment in radians deltaphi delta angle of the segment in radians
XML Instance Representation
<cone
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
z=" ExpressionOrIDREFType [1]"
rmin1=" ExpressionOrIDREFType [0..1]"
rmin2=" ExpressionOrIDREFType [0..1]"
rmax1=" ExpressionOrIDREFType [1]"
rmax2=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [0..1]"
deltaphi=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="cone" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rmin1" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmin2" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmax1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rmax2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: cutTube

  • This element can be used wherever the following element is referenced:
Name cutTube
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG cut tube or cut tube segment solid described by rmin Inner radius rmax Outer radius z length in z startphi The starting phi angle in radians, adjusted such that (startphi+deltaphi <= 2PI, startphi > -2PI) deltaphi Delta angle of the segment in radians lowX, lowY, lowZ Normal at lower Z plane highX, highY, highZ Normal at higher Z plane
XML Instance Representation
<cutTube
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
z=" ExpressionOrIDREFType [0..1]"
rmin=" ExpressionOrIDREFType [0..1]"
rmax=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [0..1]"
deltaphi=" ExpressionOrIDREFType [1]"
lowX=" ExpressionOrIDREFType [1]"
lowY=" ExpressionOrIDREFType [1]"
lowZ=" ExpressionOrIDREFType [1]"
highX=" ExpressionOrIDREFType [1]"
highY=" ExpressionOrIDREFType [1]"
highZ=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="cutTube" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="z" type=" ExpressionOrIDREFType "/>
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="lowX" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="lowY" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="lowZ" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="highX" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="highY" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="highZ" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: ellipsoid

  • This element can be used wherever the following element is referenced:
Name ellipsoid
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG ellispoid or ellipsoidal shell segment solid described by ax x semiaxis by y semiaxis cz z semiaxis zcut1 bottom plane cutting ellipsoid zcut2 top plane cutting ellispoid
XML Instance Representation
<ellipsoid
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
ax=" ExpressionOrIDREFType [1]"
by=" ExpressionOrIDREFType [1]"
cz=" ExpressionOrIDREFType [1]"
zcut1=" ExpressionOrIDREFType [0..1]"
zcut2=" ExpressionOrIDREFType [0..1]"/>
Schema Component Representation
<xs:element name="ellipsoid" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="ax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="by" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="cz" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="zcut1" type=" ExpressionOrIDREFType " default="-1000000.0"/>
<xs:attribute name="zcut2" type=" ExpressionOrIDREFType " default="1000000.0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: eltube

  • This element can be used wherever the following element is referenced:
Name eltube
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Volume representing a tube with elliptical cross section.
XML Instance Representation
<eltube
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
dx=" ExpressionOrIDREFType [1]"
dy=" ExpressionOrIDREFType [1]"
dz=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="eltube" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="dx" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="dy" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="dz" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: Facet

Name Facet
Type FacetType
Nillable no
Abstract yes
Documentation Abstract element for all facets substitution group
XML Instance Representation
<Facet/>
Schema Component Representation
<xs:element name="Facet" type=" FacetType " abstract="true"/>
top

Element: hype

  • This element can be used wherever the following element is referenced:
Name hype
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Tube with hyperbolic profile described by rmin innerRadius rmax outerRadius inst innerStereo outst outerStereo z z length
XML Instance Representation
<hype
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
rmin=" ExpressionOrIDREFType [1]"
rmax=" ExpressionOrIDREFType [1]"
inst=" ExpressionOrIDREFType [1]"
outst=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="hype" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="inst" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="outst" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: intersection

  • This element can be used wherever the following element is referenced:
Name intersection
Type BooleanSolidType
Nillable no
Abstract no
Documentation Exported boolean intersectioin of two solids
XML Instance Representation
<intersection
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<first> ReferenceType </first> [1]
<second> ReferenceType </second> [1]
Start Choice [0..1]
<position> positionType </position> [1]
<positionref> ReferenceType </positionref> [1]
End Choice
Start Choice [0..1]
<rotation> rotationType </rotation> [1]
<rotationref> ReferenceType </rotationref> [1]
End Choice
Start Choice [0..1]
<firstposition> positionType </firstposition> [1]
<firstpositionref> ReferenceType </firstpositionref> [1]
End Choice
Start Choice [0..1]
<firstrotation> rotationType </firstrotation> [1]
<firstrotationref> ReferenceType </firstrotationref> [1]
End Choice
</intersection>
Schema Component Representation
<xs:element name="intersection" type=" BooleanSolidType " substitutionGroup="Solid"/>
top

Element: opticalsurface

  • This element can be used wherever the following element is referenced:
Name opticalsurface
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Optical surface used by Geant4 optical processes
XML Instance Representation
<opticalsurface
name=" xs:ID [1]"
type=" xs:string [0..1]"
model=" xs:string [0..1]"
finish=" xs:string [0..1]"
value=" xs:string [0..1]"/>
Schema Component Representation
<xs:element name="opticalsurface" substitutionGroup="SurfaceProperty">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SurfacePropertyType ">
<xs:attribute name="model" type=" xs:string " default="glisur"/>
<xs:attribute name="finish" type=" xs:string " default="polished"/>
<xs:attribute name="value" type=" xs:string " default="1.0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: orb

  • This element can be used wherever the following element is referenced:
Name orb
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG orb solid (simplified sphere with only rmax) is described by r Outside radius
XML Instance Representation
<orb
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
r=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="orb" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="r" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: para

  • This element can be used wherever the following element is referenced:
Name para
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG parallelepiped solid is described by x, y, z length in x,y,z alpha Angle formed by the y axis and by the plane joining the centre of the faces G4Parallel to the z-x plane at -y and +y theta Polar angle of the line joining the centres of the faces at -z and +z in z phi Azimuthal angle of the line joining the centres of the faces at -z and +z in z
XML Instance Representation
<para
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
x=" ExpressionOrIDREFType [1]"
y=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"
alpha=" ExpressionOrIDREFType [1]"
theta=" ExpressionOrIDREFType [1]"
phi=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="para" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="alpha" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="theta" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="phi" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: paraboloid

  • This element can be used wherever the following element is referenced:
Name paraboloid
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG paraboloid defined by rlo radius at -dz rhi radius at +dz dz half z length
XML Instance Representation
<paraboloid
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
rlo=" ExpressionOrIDREFType [1]"
rhi=" ExpressionOrIDREFType [1]"
dz=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="paraboloid" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="rlo" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rhi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="dz" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: polycone

  • This element can be used wherever the following element is referenced:
Name polycone
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG polycone or polycone segment described by startphi starting angle of the segment in radians deltaphi delta angle of the segment in radians and a set of z-planes each described by rmin inside radius at z/2 rmax outside radius at z/2 z length in z
XML Instance Representation
<polycone
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
deltaphi=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [0..1]">
<zplane> ZPlaneType </zplane> [1..*]
</polycone>
Schema Component Representation
<xs:element name="polycone" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:sequence>
<xs:element name="zplane" type=" ZPlaneType " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " default="0.0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: polyhedra

  • This element can be used wherever the following element is referenced:
Name polyhedra
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Polyhedra is described by startphi initial phi starting angle totalphi total phi angle numsides number sides and a set of zplanes.
XML Instance Representation
<polyhedra
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
startphi=" ExpressionOrIDREFType [1]"
deltaphi=" ExpressionOrIDREFType [1]"
numsides=" ExpressionOrIDREFType [1]">
<zplane> ZPlaneType </zplane> [1..*]
</polyhedra>
Schema Component Representation
<xs:element name="polyhedra" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:sequence>
<xs:element name="zplane" type=" ZPlaneType " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="numsides" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: quadrangular

  • This element can be used wherever the following element is referenced:
Name quadrangular
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Quadrangular facet.
XML Instance Representation
<quadrangular
vertex1=" ExpressionOrIDREFType [1]"
vertex2=" ExpressionOrIDREFType [1]"
vertex3=" ExpressionOrIDREFType [1]"
vertex4=" ExpressionOrIDREFType [1]"
type=" xs:string [0..1]"/>
Schema Component Representation
<xs:element name="quadrangular" substitutionGroup="Facet">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" FacetType ">
<xs:attribute name="vertex1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex3" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex4" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="type" type=" xs:string " default="ABSOLUTE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: reflectedSolid

  • This element can be used wherever the following element is referenced:
Name reflectedSolid
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Reflected solid: sx, sy, sz are scale components (containing reflection), rx, ry, rz are rotation angles around given axes and dx, dy, dz is the translation.
XML Instance Representation
<reflectedSolid
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
solid=" ExpressionOrIDREFType [1]"
sx=" ExpressionOrIDREFType [0..1]"
sy=" ExpressionOrIDREFType [0..1]"
sz=" ExpressionOrIDREFType [0..1]"
rx=" ExpressionOrIDREFType [0..1]"
ry=" ExpressionOrIDREFType [0..1]"
rz=" ExpressionOrIDREFType [0..1]"
dx=" ExpressionOrIDREFType [0..1]"
dy=" ExpressionOrIDREFType [0..1]"
dz=" ExpressionOrIDREFType [0..1]"/>
Schema Component Representation
<xs:element name="reflectedSolid" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="solid" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="sx" type=" ExpressionOrIDREFType " default="1.0"/>
<xs:attribute name="sy" type=" ExpressionOrIDREFType " default="1.0"/>
<xs:attribute name="sz" type=" ExpressionOrIDREFType " default="1.0"/>
<xs:attribute name="rx" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="ry" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rz" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="dx" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="dy" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="dz" type=" ExpressionOrIDREFType " default="0.0"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: Solid

Name Solid
Type SolidType
Nillable no
Abstract yes
Documentation Abstract element for all solids substitution group
XML Instance Representation
<Solid
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"/>
Schema Component Representation
<xs:element name="Solid" type=" SolidType " abstract="true"/>
top

Element: solids

Name solids
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Solids definitions block
XML Instance Representation
<solids>
Start Choice [1..*]
<define> defineType </define> [0..1] ?
<Solid> ... </Solid> [1..*]
<SurfaceProperty> ... </SurfaceProperty> [0..*]
<loop> ... </loop> [0..*]
End Choice
</solids>
Schema Component Representation
<xs:element name="solids">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="define" type=" defineType " minOccurs="0"/>
<xs:element ref=" Solid " maxOccurs="unbounded"/>
<xs:element ref=" SurfaceProperty " minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref=" loop " maxOccurs="unbounded" minOccurs="0"/>
</xs:choice>
</xs:complexType>
</xs:element>
top

Element: sphere

  • This element can be used wherever the following element is referenced:
Name sphere
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG sphere or spherical shell segment solid described by rmin inner radius rmax outer radius startphi starting angle of the segment in radians(0 <= phi <= 2*PI) deltaphi delta angle of the segment in radians starttheta starting angle of the segment in radians(0 <= theta <= PI) deltatheta delta angle of the segment in radians
XML Instance Representation
<sphere
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
rmin=" ExpressionOrIDREFType [0..1]"
rmax=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [0..1]"
deltaphi=" ExpressionOrIDREFType [1]"
starttheta=" ExpressionOrIDREFType [0..1]"
deltatheta=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="sphere" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="starttheta" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="deltatheta" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: subtraction

  • This element can be used wherever the following element is referenced:
Name subtraction
Type BooleanSolidType
Nillable no
Abstract no
Documentation Exported boolean subtraction of two solids
XML Instance Representation
<subtraction
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<first> ReferenceType </first> [1]
<second> ReferenceType </second> [1]
Start Choice [0..1]
<position> positionType </position> [1]
<positionref> ReferenceType </positionref> [1]
End Choice
Start Choice [0..1]
<rotation> rotationType </rotation> [1]
<rotationref> ReferenceType </rotationref> [1]
End Choice
Start Choice [0..1]
<firstposition> positionType </firstposition> [1]
<firstpositionref> ReferenceType </firstpositionref> [1]
End Choice
Start Choice [0..1]
<firstrotation> rotationType </firstrotation> [1]
<firstrotationref> ReferenceType </firstrotationref> [1]
End Choice
</subtraction>
Schema Component Representation
<xs:element name="subtraction" type=" BooleanSolidType " substitutionGroup="Solid"/>
top

Element: SurfaceProperty

  • The following elements can be used wherever this element is referenced:
Name SurfaceProperty
Type SurfacePropertyType
Nillable no
Abstract yes
Documentation Abstract element for surfaces substitution
XML Instance Representation
<SurfaceProperty
name=" xs:ID [1]"
type=" xs:string [0..1]"/>
Schema Component Representation
<xs:element name="SurfaceProperty" type=" SurfacePropertyType " abstract="true"/>
top

Element: tessellated

  • This element can be used wherever the following element is referenced:
Name tessellated
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Tessellated solid
XML Instance Representation
<tessellated
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<Facet> FacetType </Facet> [1..*]
</tessellated>
Schema Component Representation
<xs:element name="tessellated" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:sequence>
<xs:element name="Facet" type=" FacetType " minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: tet

  • This element can be used wherever the following element is referenced:
Name tet
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Volume representing a tetrahedron.
XML Instance Representation
<tet
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
vertex1=" ExpressionOrIDREFType [1]"
vertex2=" ExpressionOrIDREFType [1]"
vertex3=" ExpressionOrIDREFType [1]"
vertex4=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="tet" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="vertex1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex3" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex4" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: torus

  • This element can be used wherever the following element is referenced:
Name torus
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG torus solid is described by rmin Inside radius rmax Outside radius rtor swept radius of torus startphi The starting phi angle in radians adjusted such that sphi+dphi lt 2PI, sphi gt -2PI deltaphi Delta angle of the segment in radians
XML Instance Representation
<torus
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
rmin=" ExpressionOrIDREFType [1]"
rmax=" ExpressionOrIDREFType [1]"
rtor=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [1]"
deltaphi=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="torus" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rtor" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: trap

  • This element can be used wherever the following element is referenced:
Name trap
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG general trapezoid solid is described by z Length along the z-axis theta Polar angle of the line joining the centres of the faces at -/+z phi Azimuthal angle of the line joing the centre of the face at -z to the centre of the face at +z y1 Length along y of the face at -z x1 Length along x of the side at y = -y1 of the face at -z x2 Length along x of the side at y = +y1 of the face at -z alp1 Angle with respect to the y axis from the centre of the side at y =- y1 to the centre at y = +y1 of the face at -z y2 Length along y of the face at +z x3 Length along x of the side at y = -y2 of the face at +z x4 Length along x of the side at y = +y2 of the face at +z alp2 Angle with respect to the y axis from the centre of the side at y = -y2 to the centre at y = +y2 of the face at +z
XML Instance Representation
<trap
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
z=" ExpressionOrIDREFType [1]"
theta=" ExpressionOrIDREFType [1]"
phi=" ExpressionOrIDREFType [1]"
y1=" ExpressionOrIDREFType [1]"
x1=" ExpressionOrIDREFType [1]"
x2=" ExpressionOrIDREFType [1]"
alpha1=" ExpressionOrIDREFType [1]"
y2=" ExpressionOrIDREFType [1]"
x3=" ExpressionOrIDREFType [1]"
x4=" ExpressionOrIDREFType [1]"
alpha2=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="trap" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="theta" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="phi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="alpha1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x3" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x4" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="alpha2" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: trd

  • This element can be used wherever the following element is referenced:
Name trd
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG trapezoid solid with varying x and y dimensions along z axis x1 Length along x at the surface positioned at -z x2 Length along x at the surface positioned at +z y1 Length along y at the surface positioned at -z y2 Length along y at the surface positioned at +z z Length along z axis
XML Instance Representation
<trd
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
x1=" ExpressionOrIDREFType [1]"
x2=" ExpressionOrIDREFType [1]"
y1=" ExpressionOrIDREFType [1]"
y2=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="trd" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="x1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: triangular

  • This element can be used wherever the following element is referenced:
Name triangular
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Triangular facet.
XML Instance Representation
<triangular
vertex1=" ExpressionOrIDREFType [1]"
vertex2=" ExpressionOrIDREFType [1]"
vertex3=" ExpressionOrIDREFType [1]"
type=" xs:string [0..1]"/>
Schema Component Representation
<xs:element name="triangular" substitutionGroup="Facet">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" FacetType ">
<xs:attribute name="vertex1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="vertex3" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="type" type=" xs:string " default="ABSOLUTE"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: tube

  • This element can be used wherever the following element is referenced:
Name tube
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG tube or tube segement solid described by rmin Inner radius rmax Outer radius z length in z startphi The starting phi angle in radians, adjusted such that (startphi+deltaphi <= 2PI, startphi > -2PI) deltaphi Delta angle of the segment in radians
XML Instance Representation
<tube
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
z=" ExpressionOrIDREFType [0..1]"
rmin=" ExpressionOrIDREFType [0..1]"
rmax=" ExpressionOrIDREFType [1]"
startphi=" ExpressionOrIDREFType [0..1]"
deltaphi=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="tube" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="z" type=" ExpressionOrIDREFType "/>
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="startphi" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="deltaphi" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: twistedbox

  • This element can be used wherever the following element is referenced:
Name twistedbox
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG twisted box solid described by 4 dimensions of x length along x axis y length along y axis z length along z axis PhiTwist twist angle
XML Instance Representation
<twistedbox
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
x=" ExpressionOrIDREFType [1]"
y=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"
PhiTwist=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="twistedbox" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="PhiTwist" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: twistedtrap

  • This element can be used wherever the following element is referenced:
Name twistedtrap
Type Locally-defined complex type
Nillable no
Abstract no
Documentation general twisted trapezoid. faces perpendicular to the z planes are trapezia, and their centres are not necessarily on a line paralell to the z axis. PhiTwist Twist Angle z length along the z-axis Theta Polar angle of the line joining the centres of the faces at -/+z Phi Azimuthal angle of the line joing the centre of the face at -z to the centre of the face at +z y1 length along y of the face at -z x1 length along x of the side at y=-y1 of the face at -z x2 length along x of the side at y=+y1 of the face at -z y2 length along y of the face at +z x3 length along x of the side at y=-y2 of the face at +z x4 length along x of the side at y=+y2 of the face at +z Alph Angle with respect to the y axis from the centre of the side
XML Instance Representation
<twistedtrap
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
PhiTwist=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"
Theta=" ExpressionOrIDREFType [1]"
Phi=" ExpressionOrIDREFType [1]"
y1=" ExpressionOrIDREFType [1]"
x1=" ExpressionOrIDREFType [1]"
y2=" ExpressionOrIDREFType [1]"
x2=" ExpressionOrIDREFType [1]"
x3=" ExpressionOrIDREFType [1]"
x4=" ExpressionOrIDREFType [1]"
Alph=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="twistedtrap" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="PhiTwist" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="Theta" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="Phi" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x3" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x4" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="Alph" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: twistedtrd

  • This element can be used wherever the following element is referenced:
Name twistedtrd
Type Locally-defined complex type
Nillable no
Abstract no
Documentation different length axis twistable trapezoid. faces perpendicular to the z planes are trapezia, and their centres are not necessarily on a line paralell to the z axis. PhiTwist Twist Angle z length along the z-axis y1 length along y of the face at -z x1 length along x of the side at y=-y1 of the face at -z x2 length along x of the side at y=+y1 of the face at -z y2 length along y of the face at +z
XML Instance Representation
<twistedtrd
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
PhiTwist=" ExpressionOrIDREFType [1]"
z=" ExpressionOrIDREFType [1]"
y1=" ExpressionOrIDREFType [1]"
x1=" ExpressionOrIDREFType [1]"
y2=" ExpressionOrIDREFType [1]"
x2=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="twistedtrd" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="PhiTwist" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x1" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y2" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="x2" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: twistedtubs

  • This element can be used wherever the following element is referenced:
Name twistedtubs
Type Locally-defined complex type
Nillable no
Abstract no
Documentation CSG twisted tube segement solid described by twistedangle twist angle endinnerrad inside radius at end of segment endouterrad outside radius at end of segment zlen z length of segment phi phi angle of a segment
XML Instance Representation
<twistedtubs
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"
twistedangle=" ExpressionOrIDREFType [1]"
endinnerrad=" ExpressionOrIDREFType [1]"
endouterrad=" ExpressionOrIDREFType [1]"
zlen=" ExpressionOrIDREFType [1]"
phi=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:element name="twistedtubs" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:attribute name="twistedangle" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="endinnerrad" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="endouterrad" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="zlen" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="phi" type=" ExpressionOrIDREFType " use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Element: union

  • This element can be used wherever the following element is referenced:
Name union
Type BooleanSolidType
Nillable no
Abstract no
Documentation Exported boolean union of two solids
XML Instance Representation
<union
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<first> ReferenceType </first> [1]
<second> ReferenceType </second> [1]
Start Choice [0..1]
<position> positionType </position> [1]
<positionref> ReferenceType </positionref> [1]
End Choice
Start Choice [0..1]
<rotation> rotationType </rotation> [1]
<rotationref> ReferenceType </rotationref> [1]
End Choice
Start Choice [0..1]
<firstposition> positionType </firstposition> [1]
<firstpositionref> ReferenceType </firstpositionref> [1]
End Choice
Start Choice [0..1]
<firstrotation> rotationType </firstrotation> [1]
<firstrotationref> ReferenceType </firstrotationref> [1]
End Choice
</union>
Schema Component Representation
<xs:element name="union" type=" BooleanSolidType " substitutionGroup="Solid"/>
top

Element: xtru

  • This element can be used wherever the following element is referenced:
Name xtru
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Poligonal extrusion is described by an unbounded (min. 3) number of vertices of the blueprint polygon and an unbounded number of Z sections.
XML Instance Representation
<xtru
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<twoDimVertex> TwoDimVertexType </twoDimVertex> [3..*]
<section> SectionType </section> [2..*]
</xtru>
Schema Component Representation
<xs:element name="xtru" substitutionGroup="Solid">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:sequence>
<xs:sequence>
<xs:element name="twoDimVertex" type=" TwoDimVertexType " minOccurs="3" maxOccurs="unbounded"/>
</xs:sequence>
<xs:sequence>
<xs:element name="section" type=" SectionType " minOccurs="2" maxOccurs="unbounded"/>
</xs:sequence>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: BooleanSolidType

Super-types: SolidType < BooleanSolidType (by extension)
Sub-types: None
Name BooleanSolidType
Abstract no
Documentation Base type for boolean solids
XML Instance Representation
<...
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]">
<first> ReferenceType </first> [1]
<second> ReferenceType </second> [1]
Start Choice [0..1]
<position> positionType </position> [1]
<positionref> ReferenceType </positionref> [1]
End Choice
Start Choice [0..1]
<rotation> rotationType </rotation> [1]
<rotationref> ReferenceType </rotationref> [1]
End Choice
Start Choice [0..1]
<firstposition> positionType </firstposition> [1]
<firstpositionref> ReferenceType </firstpositionref> [1]
End Choice
Start Choice [0..1]
<firstrotation> rotationType </firstrotation> [1]
<firstrotationref> ReferenceType </firstrotationref> [1]
End Choice
</...>
Schema Component Representation
<xs:complexType name="BooleanSolidType">
<xs:complexContent>
<xs:extension base=" SolidType ">
<xs:sequence>
<xs:element name="first" type=" ReferenceType "/>
<xs:element name="second" type=" ReferenceType "/>
<xs:choice minOccurs="0">
<xs:element name="position" type=" positionType "/>
<xs:element name="positionref" type=" ReferenceType "/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element name="rotation" type=" rotationType "/>
<xs:element name="rotationref" type=" ReferenceType "/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element name="firstposition" type=" positionType "/>
<xs:element name="firstpositionref" type=" ReferenceType "/>
</xs:choice>
<xs:choice minOccurs="0">
<xs:element name="firstrotation" type=" rotationType "/>
<xs:element name="firstrotationref" type=" ReferenceType "/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FacetType

Super-types: None
Sub-types: None
Name FacetType
Abstract no
Documentation Base facet type
XML Instance Representation
<.../>
Schema Component Representation
<xs:complexType name="FacetType"/>
top

Complex Type: SectionType

Super-types: None
Sub-types: None
Name SectionType
Abstract no
XML Instance Representation
<...
zOrder=" ExpressionOrIDREFType [1]"
zPosition=" ExpressionOrIDREFType [1]"
xOffset=" ExpressionOrIDREFType [1]"
yOffset=" ExpressionOrIDREFType [1]"
scalingFactor=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:complexType name="SectionType">
<xs:attribute name="zOrder" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="zPosition" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="xOffset" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="yOffset" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="scalingFactor" type=" ExpressionOrIDREFType " use="required"/>
</xs:complexType>
top

Complex Type: SolidType

Super-types: None
Sub-types:
Name SolidType
Abstract no
Documentation Base solid type
XML Instance Representation
<...
lunit=" xs:string [0..1] ?"
aunit=" xs:string [0..1] ?"
name=" xs:ID [1]"/>
Schema Component Representation
<xs:complexType name="SolidType">
<xs:attribute name="lunit" type=" xs:string " default="mm"/>
<xs:attribute name="aunit" type=" xs:string " default="radian"/>
<xs:attribute name="name" type=" xs:ID " use="required"/>
</xs:complexType>
top

Complex Type: SurfacePropertyType

Super-types: None
Sub-types: None
Name SurfacePropertyType
Abstract no
Documentation Base surface type
XML Instance Representation
<...
name=" xs:ID [1]"
type=" xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="SurfacePropertyType">
<xs:attribute name="name" type=" xs:ID " use="required"/>
<xs:attribute name="type" type=" xs:string " default="dielectric_dielectric"/>
</xs:complexType>
top

Complex Type: TwoDimVertexType

Super-types: None
Sub-types: None
Name TwoDimVertexType
Abstract no
XML Instance Representation
<...
x=" ExpressionOrIDREFType [1]"
y=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:complexType name="TwoDimVertexType">
<xs:attribute name="x" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="y" type=" ExpressionOrIDREFType " use="required"/>
</xs:complexType>
top

Complex Type: ZPlaneType

Super-types: None
Sub-types: None
Name ZPlaneType
Abstract no
XML Instance Representation
<...
z=" ExpressionOrIDREFType [1]"
rmin=" ExpressionOrIDREFType [0..1]"
rmax=" ExpressionOrIDREFType [1]"/>
Schema Component Representation
<xs:complexType name="ZPlaneType">
<xs:attribute name="z" type=" ExpressionOrIDREFType " use="required"/>
<xs:attribute name="rmin" type=" ExpressionOrIDREFType " default="0.0"/>
<xs:attribute name="rmax" type=" ExpressionOrIDREFType " use="required"/>
</xs:complexType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top