XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
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.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema>
...
</xs:schema>
top

Global Declarations

Element: GeneralSceneDescription

Name GeneralSceneDescription
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<GeneralSceneDescription
verMajor="positiveinteger [1]"
verMinor="positiveinteger [1]"
provider="xs:string [0..1]"
providerVersion="xs:string [0..1]">
<UserData> UserData </UserData> [0..1]
<Scene> Scene </Scene> [1]
</GeneralSceneDescription>
Schema Component Representation
<xs:element name="GeneralSceneDescription">
<xs:complexType>
<xs:sequence>
<xs:element name="UserData" type="UserData" minOccurs="0"/>
<xs:element name="Scene" type="Scene"/>
</xs:sequence>
<xs:attribute name="verMajor" type="positiveinteger" use="required"/>
<xs:attribute name="verMinor" type="positiveinteger" use="required"/>
<xs:attribute name="provider" type="xs:string" use="optional"/>
<-- optional for backwards compatability -->
<xs:attribute name="providerVersion" type="xs:string" use="optional"/>
<-- optional for backwards compatability -->
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: AUXData

Super-types: None
Sub-types: None
Name AUXData
Abstract no
XML Instance Representation
<...>
<Class> BasicChildListAttribute </Class> [0..*]
<Symdef> Symdef </Symdef> [0..*]
<Position> BasicChildListAttribute </Position> [0..*]
<MappingDefinition> MappingDefinition </MappingDefinition> [0..*]
</...>
Schema Component Representation
<xs:complexType name="AUXData">
<xs:sequence>
<xs:element name="Class" type="BasicChildListAttribute" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Symdef" type="Symdef" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Position" type="BasicChildListAttribute" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="MappingDefinition" type="MappingDefinition" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Address

Super-types: xs:integer < Address (by extension)
Sub-types: None
Name Address
Abstract no
XML Instance Representation
<...
break="positiveinteger [0..1]">
xs:integer
</...>
Schema Component Representation
<xs:complexType name="Address">
<xs:simpleContent>
<xs:extension base="xs:integer">
<xs:attribute name="break" type="positiveinteger" default="0"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: Addresses

Super-types: None
Sub-types: None
Name Addresses
Abstract no
XML Instance Representation
<...>
<Address> Address </Address> [0..*]
<Network> Network </Network> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Addresses">
<xs:sequence>
<xs:element name="Address" type="Address" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Network" type="Network" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Alignment

Super-types: None
Sub-types: None
Name Alignment
Abstract no
XML Instance Representation
<...
geometry="xs:string [0..1]"
up="xs:string [0..1]"
direction="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="Alignment">
<xs:attribute name="geometry" type="xs:string"/>
<xs:attribute name="up" type="xs:string" default="0,0,1"/>
<xs:attribute name="direction" type="xs:string" default="0,0,-1"/>
</xs:complexType>
top

Complex Type: Alignments

Super-types: None
Sub-types: None
Name Alignments
Abstract no
XML Instance Representation
<...>
<Alignment> Alignment </Alignment> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Alignments">
<xs:sequence>
<xs:element name="Alignment" type="Alignment" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: BasicChildListAttribute

Super-types: None
Sub-types:
Name BasicChildListAttribute
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="BasicChildListAttribute">
<xs:attribute name="uuid" type="guidtype" use="required"/>
<xs:attribute name="name" type="xs:string" default=""/>
</xs:complexType>
top

Complex Type: ChildList

Super-types: None
Sub-types: None
Name ChildList
Abstract no
XML Instance Representation
<...>
Start Choice [1..*]
<SceneObject> SceneObject </SceneObject> [0..*]
<GroupObject> GroupObject </GroupObject> [0..*]
<FocusPoint> FocusPoint </FocusPoint> [0..*]
<Fixture> Fixture </Fixture> [0..*]
<Support> Support </Support> [0..*]
<Truss> Truss </Truss> [0..*]
<VideoScreen> VideoScreen </VideoScreen> [0..*]
<Projector> Projector </Projector> [0..*]
End Choice
</...>
Schema Component Representation
<xs:complexType name="ChildList">
<xs:choice maxOccurs="unbounded">
<xs:element name="SceneObject" type="SceneObject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="GroupObject" type="GroupObject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="FocusPoint" type="FocusPoint" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Fixture" type="Fixture" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Support" type="Support" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Truss" type="Truss" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="VideoScreen" type="VideoScreen" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Projector" type="Projector" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
</xs:complexType>
top

Complex Type: Connection

Super-types: None
Sub-types: None
Name Connection
Abstract no
XML Instance Representation
<...
own="xs:string [1]"
other="xs:string [1]"
toObject="guidtype [1]"/>
Schema Component Representation
<xs:complexType name="Connection">
<xs:attribute name="own" type="xs:string" use="required"/>
<xs:attribute name="other" type="xs:string" use="required"/>
<xs:attribute name="toObject" type="guidtype" use="required"/>
</xs:complexType>
top

Complex Type: Connections

Super-types: None
Sub-types: None
Name Connections
Abstract no
XML Instance Representation
<...>
<Connection> Connection </Connection> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Connections">
<xs:sequence>
<xs:element name="Connection" type="Connection" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CustomCommands

Super-types: None
Sub-types: None
Name CustomCommands
Abstract no
XML Instance Representation
<...>
<CustomCommand> xs:string </CustomCommand> [0..*]
</...>
Schema Component Representation
<xs:complexType name="CustomCommands">
<xs:sequence>
<xs:element name="CustomCommand" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Data

Super-types: None
Sub-types: None
Name Data
Abstract no
XML Instance Representation
<...
provider="xs:string [1]"
ver="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="Data">
<xs:attribute name="provider" type="xs:string" use="required"/>
<xs:attribute name="ver" type="xs:string" default="1"/>
</xs:complexType>
top

Complex Type: Fixture

Super-types: BasicChildListAttribute < Fixture (by extension)
Sub-types: None
Name Fixture
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"
multipatch="guidtype [0..1]">
Start All [1]
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<Focus> guidtype </Focus> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<DMXInvertPan> xs:boolean </DMXInvertPan> [0..1]
<DMXInvertTilt> xs:boolean </DMXInvertTilt> [0..1]
<Position> guidtype </Position> [0..1]
<Function> xs:string </Function> [0..1]
<FixtureID> xs:string </FixtureID> [1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [1]
<ChildPosition> xs:string </ChildPosition> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Protocols> Protocols </Protocols> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<Color> ciecolortype </Color> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
<Mappings> Mappings </Mappings> [0..1]
<Gobo> Gobo </Gobo> [0..1]
<ChildList> ChildList </ChildList> [0..1]
End All
</...>
Schema Component Representation
<xs:complexType name="Fixture">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:all>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="Focus" type="guidtype" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="DMXInvertPan" type="xs:boolean" minOccurs="0"/>
<xs:element name="DMXInvertTilt" type="xs:boolean" minOccurs="0"/>
<xs:element name="Position" type="guidtype" minOccurs="0"/>
<xs:element name="Function" type="xs:string" minOccurs="0"/>
<xs:element name="FixtureID" type="xs:string"/>
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger"/>
<xs:element name="ChildPosition" type="xs:string" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Protocols" type="Protocols" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="Color" type="ciecolortype" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
<xs:element name="Mappings" type="Mappings" minOccurs="0"/>
<xs:element name="Gobo" type="Gobo" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
</xs:all>
<xs:attribute name="multipatch" type="guidtype" default=""/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: FocusPoint

Super-types: BasicChildListAttribute < FocusPoint (by extension)
Sub-types: None
Name FocusPoint
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Geometries> Geometries </Geometries> [1]
</...>
Schema Component Representation
<xs:complexType name="FocusPoint">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Geometries

Super-types: None
Sub-types: None
Name Geometries
Abstract no
XML Instance Representation
<...>
<Geometry3D> Geometry3D </Geometry3D> [0..*]
<Symbol> Symbol </Symbol> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Geometries">
<xs:sequence>
<xs:element name="Geometry3D" type="Geometry3D" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Symbol" type="Symbol" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Geometry3D

Super-types: None
Sub-types: None
Name Geometry3D
Abstract no
XML Instance Representation
<...
fileName="FileName [1]">
<Matrix> matrixtype </Matrix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Geometry3D">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="fileName" type="FileName" use="required"/>
</xs:complexType>
top

Complex Type: Gobo

Super-types: None
Sub-types: None
Name Gobo
Abstract no
XML Instance Representation
<...
rotation="xs:float [0..1]"/>
Schema Component Representation
<xs:complexType name="Gobo">
<xs:attribute name="rotation" type="xs:float" default="0"/>
</xs:complexType>
top

Complex Type: GroupObject

Super-types: BasicChildListAttribute < GroupObject (by extension)
Sub-types: None
Name GroupObject
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<ChildList> ChildList </ChildList> [1]
</...>
Schema Component Representation
<xs:complexType name="GroupObject">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Layer

Super-types: BasicChildListAttribute < Layer (by extension)
Sub-types: None
Name Layer
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<ChildList> ChildList </ChildList> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Layer">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Layers

Super-types: None
Sub-types: None
Name Layers
Abstract no
XML Instance Representation
<...>
<Layer> Layer </Layer> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Layers">
<xs:sequence>
<xs:element name="Layer" type="Layer" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Mapping

Super-types: None
Sub-types: None
Name Mapping
Abstract no
XML Instance Representation
<...
linkedDef="guidtype [1]">
<ux> xs:integer </ux> [0..1]
<uy> xs:integer </uy> [0..1]
<ox> xs:integer </ox> [0..1]
<oy> xs:integer </oy> [0..1]
<rz> xs:float </rz> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Mapping">
<xs:sequence>
<xs:element name="ux" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="uy" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="ox" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="oy" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<xs:element name="rz" type="xs:float" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="linkedDef" type="guidtype" use="required"/>
</xs:complexType>
top

Complex Type: MappingDefinition

Super-types: BasicChildListAttribute < MappingDefinition (by extension)
Sub-types: None
Name MappingDefinition
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
<SizeX> xs:integer </SizeX> [1]
<SizeY> xs:integer </SizeY> [1]
<Source> Source </Source> [1]
<ScaleHandeling> ScaleHandeling </ScaleHandeling> [0..1]
</...>
Schema Component Representation
<xs:complexType name="MappingDefinition">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="SizeX" type="xs:integer"/>
<xs:element name="SizeY" type="xs:integer"/>
<xs:element name="Source" type="Source"/>
<xs:element name="ScaleHandeling" type="ScaleHandeling" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Mappings

Super-types: None
Sub-types: None
Name Mappings
Abstract no
XML Instance Representation
<...>
<Mapping> Mapping </Mapping> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Mappings">
<xs:sequence>
<xs:element name="Mapping" type="Mapping" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Network

Super-types: None
Sub-types: None
Name Network
Abstract no
XML Instance Representation
<...
geometry="xs:string [1]"
ipv4="Ipv4_Adress [0..1]"
subnetmask="Ipv4_Adress [0..1]"
ipv6="Ipv6_Adress [0..1]"
dhcp="xs:string [0..1]"
hostname="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="Network">
<xs:attribute name="geometry" type="xs:string" use="required"/>
<xs:attribute name="ipv4" type="Ipv4_Adress"/>
<xs:attribute name="subnetmask" type="Ipv4_Adress"/>
<xs:attribute name="ipv6" type="Ipv6_Adress"/>
<xs:attribute name="dhcp" type="xs:string"/>
<xs:attribute name="hostname" type="xs:string"/>
</xs:complexType>
top

Complex Type: Overwrite

Super-types: None
Sub-types: None
Name Overwrite
Abstract no
XML Instance Representation
<...
universal="xs:string [1]"
target="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="Overwrite">
<xs:attribute name="universal" type="xs:string" use="required"/>
<xs:attribute name="target" type="xs:string" default=""/>
</xs:complexType>
top

Complex Type: Overwrites

Super-types: None
Sub-types: None
Name Overwrites
Abstract no
XML Instance Representation
<...>
<Overwrite> Overwrite </Overwrite> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Overwrites">
<xs:sequence>
<xs:element name="Overwrite" type="Overwrite" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Projection

Super-types: None
Sub-types: None
Name Projection
Abstract no
XML Instance Representation
<...>
<Source> Source </Source> [0..*]
<ScaleHandeling> ScaleHandeling </ScaleHandeling> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Projection">
<xs:sequence>
<xs:element name="Source" type="Source" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ScaleHandeling" type="ScaleHandeling" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Projections

Super-types: None
Sub-types: None
Name Projections
Abstract no
XML Instance Representation
<...>
<Projection> Projection </Projection> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Projections">
<xs:sequence>
<xs:element name="Projection" type="Projection" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Projector

Super-types: BasicChildListAttribute < Projector (by extension)
Sub-types: None
Name Projector
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"
multipatch="guidtype [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Geometries> Geometries </Geometries> [1]
<Projections> Projections </Projections> [1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<ChildList> ChildList </ChildList> [1]
<FixtureID> xs:string </FixtureID> [1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Projector">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
<xs:element name="Projections" type="Projections"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList"/>
<xs:element name="FixtureID" type="xs:string"/>
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="multipatch" type="guidtype" default=""/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Protocol

Super-types: None
Sub-types: None
Name Protocol
Abstract no
XML Instance Representation
<...
geometry="xs:string [0..1]"
name="xs:string [0..1]"
type="xs:string [0..1]"
version="xs:string [0..1]"
transmission="Transmission_enum [0..1]"/>
Schema Component Representation
<xs:complexType name="Protocol">
<xs:attribute name="geometry" type="xs:string" default="NetworkInOut_1"/>
<xs:attribute name="name" type="xs:string" default=""/>
<xs:attribute name="type" type="xs:string" default=""/>
<xs:attribute name="version" type="xs:string" default=""/>
<xs:attribute name="transmission" type="Transmission_enum"/>
</xs:complexType>
top

Complex Type: Protocols

Super-types: None
Sub-types: None
Name Protocols
Abstract no
XML Instance Representation
<...>
<Protocol> Protocol </Protocol> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Protocols">
<xs:sequence>
<xs:element name="Protocol" type="Protocol" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: ScaleHandeling

Super-types: None
Sub-types: None
Name ScaleHandeling
Abstract no
XML Instance Representation
<...
Enum="scaleenum [0..1]"/>
Schema Component Representation
<xs:complexType name="ScaleHandeling">
<xs:attribute name="Enum" type="scaleenum" default="ScaleKeepRatio"/>
</xs:complexType>
top

Complex Type: Scene

Super-types: None
Sub-types: None
Name Scene
Abstract no
XML Instance Representation
<...>
<Layers> Layers </Layers> [1]
<AUXData> AUXData </AUXData> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Scene">
<xs:sequence>
<xs:element name="Layers" type="Layers"/>
<xs:element name="AUXData" type="AUXData" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: SceneObject

Super-types: BasicChildListAttribute < SceneObject (by extension)
Sub-types: None
Name SceneObject
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
Start All [1]
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Geometries> Geometries </Geometries> [1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<FixtureID> xs:string </FixtureID> [0..1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<ChildList> ChildList </ChildList> [0..1]
End All
</...>
Schema Component Representation
<xs:complexType name="SceneObject">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:all>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="FixtureID" type="xs:string" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList" minOccurs="0"/>
</xs:all>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Source

Super-types: xs:string < Source (by extension)
Sub-types: None
Name Source
Abstract no
XML Instance Representation
<...
linkedGeometry="xs:string [1]"
type="SourceEnum [1]">
xs:string
</...>
Schema Component Representation
<xs:complexType name="Source">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="linkedGeometry" type="xs:string" use="required"/>
<xs:attribute name="type" type="SourceEnum" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
top

Complex Type: Sources

Super-types: None
Sub-types: None
Name Sources
Abstract no
XML Instance Representation
<...>
<Source> Source </Source> [0..*]
</...>
Schema Component Representation
<xs:complexType name="Sources">
<xs:sequence>
<xs:element name="Source" type="Source" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Support

Super-types: BasicChildListAttribute < Support (by extension)
Sub-types: None
Name Support
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"
multipatch="guidtype [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Position> guidtype </Position> [0..1]
<Geometries> Geometries </Geometries> [1]
<Function> xs:string </Function> [0..1]
<ChainLength> xs:float </ChainLength> [1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<FixtureID> xs:string </FixtureID> [1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
<ChildList> ChildList </ChildList> [1]
</...>
Schema Component Representation
<xs:complexType name="Support">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Position" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
<xs:element name="Function" type="xs:string" minOccurs="0"/>
<xs:element name="ChainLength" type="xs:float"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="FixtureID" type="xs:string"/>
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList"/>
</xs:sequence>
<xs:attribute name="multipatch" type="guidtype" default=""/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Symbol

Super-types: None
Sub-types: None
Name Symbol
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
symdef="xs:string [1]">
<Matrix> matrixtype </Matrix> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Symbol">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="uuid" type="guidtype" use="required"/>
<xs:attribute name="symdef" type="xs:string" use="required"/>
</xs:complexType>
top

Complex Type: Symdef

Super-types: BasicChildListAttribute < Symdef (by extension)
Sub-types: None
Name Symdef
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]">
<ChildList> SymdefChildList </ChildList> [1]
</...>
Schema Component Representation
<xs:complexType name="Symdef">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="ChildList" type="SymdefChildList"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SymdefChildList

Super-types: None
Sub-types: None
Name SymdefChildList
Abstract no
XML Instance Representation
<...>
<Geometry3D> Geometry3D </Geometry3D> [0..*]
<Symbol> Symbol </Symbol> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SymdefChildList">
<xs:sequence>
<xs:element name="Geometry3D" type="Geometry3D" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Symbol" type="Symbol" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: Truss

Super-types: BasicChildListAttribute < Truss (by extension)
Sub-types: None
Name Truss
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"
multipatch="guidtype [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Position> guidtype </Position> [0..1]
<Geometries> Geometries </Geometries> [1]
<Function> xs:string </Function> [0..1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<ChildPosition> xs:string </ChildPosition> [0..1]
<ChildList> ChildList </ChildList> [1]
<FixtureID> xs:string </FixtureID> [1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="Truss">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Position" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
<xs:element name="Function" type="xs:string" minOccurs="0"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="ChildPosition" type="xs:string" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList"/>
<xs:element name="FixtureID" type="xs:string"/>
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="multipatch" type="guidtype" default=""/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UserData

Super-types: None
Sub-types: None
Name UserData
Abstract no
XML Instance Representation
<...>
<Data> Data </Data> [0..*]
</...>
Schema Component Representation
<xs:complexType name="UserData">
<xs:sequence>
<xs:element name="Data" type="Data" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: VideoScreen

Super-types: BasicChildListAttribute < VideoScreen (by extension)
Sub-types: None
Name VideoScreen
Abstract no
XML Instance Representation
<...
uuid="guidtype [1]"
name="xs:string [0..1]"
multipatch="guidtype [0..1]">
<Matrix> matrixtype </Matrix> [0..1]
<Classing> guidtype </Classing> [0..1]
<Geometries> Geometries </Geometries> [1]
<Sources> Sources </Sources> [0..1]
<Function> xs:string </Function> [0..1]
<GDTFSpec> FileName </GDTFSpec> [0..1]
<GDTFMode> xs:string </GDTFMode> [0..1]
<CastShadow> xs:boolean </CastShadow> [0..1]
<Addresses> Addresses </Addresses> [0..1]
<Alignments> Alignments </Alignments> [0..1]
<CustomCommands> CustomCommands </CustomCommands> [0..1]
<Overwrites> Overwrites </Overwrites> [0..1]
<Connections> Connections </Connections> [0..1]
<ChildList> ChildList </ChildList> [1]
<FixtureID> xs:string </FixtureID> [1]
<FixtureIDNumeric> positiveinteger </FixtureIDNumeric> [0..1]
<FixtureTypeId> positiveinteger </FixtureTypeId> [0..1]
<UnitNumber> positiveinteger </UnitNumber> [0..1]
<CustomIdType> xs:integer </CustomIdType> [0..1]
<CustomId> xs:integer </CustomId> [0..1]
</...>
Schema Component Representation
<xs:complexType name="VideoScreen">
<xs:complexContent>
<xs:extension base="BasicChildListAttribute">
<xs:sequence>
<xs:element name="Matrix" type="matrixtype" minOccurs="0"/>
<xs:element name="Classing" type="guidtype" minOccurs="0"/>
<xs:element name="Geometries" type="Geometries"/>
<xs:element name="Sources" type="Sources" minOccurs="0"/>
<xs:element name="Function" type="xs:string" minOccurs="0"/>
<xs:element name="GDTFSpec" type="FileName" minOccurs="0"/>
<xs:element name="GDTFMode" type="xs:string" minOccurs="0"/>
<xs:element name="CastShadow" type="xs:boolean" minOccurs="0"/>
<xs:element name="Addresses" type="Addresses" minOccurs="0"/>
<xs:element name="Alignments" type="Alignments" minOccurs="0"/>
<xs:element name="CustomCommands" type="CustomCommands" minOccurs="0"/>
<xs:element name="Overwrites" type="Overwrites" minOccurs="0"/>
<xs:element name="Connections" type="Connections" minOccurs="0"/>
<xs:element name="ChildList" type="ChildList"/>
<xs:element name="FixtureID" type="xs:string"/>
<xs:element name="FixtureIDNumeric" type="positiveinteger" minOccurs="0"/>
<-- minOccurs="0" for backwards compatability -->
<xs:element name="FixtureTypeId" type="positiveinteger" minOccurs="0"/>
<-- backwards compatability -->
<xs:element name="UnitNumber" type="positiveinteger" minOccurs="0"/>
<xs:element name="CustomIdType" type="xs:integer" minOccurs="0"/>
<xs:element name="CustomId" type="xs:integer" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="multipatch" type="guidtype" default=""/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: FileName

Super-types: xs:string < FileName (by restriction)
Sub-types: None
Name FileName
Content
  • Base XSD Type: string
Schema Component Representation
<xs:simpleType name="FileName">
<xs:restriction base="xs:string"/>
</xs:simpleType>
top

Simple Type: Ipv4_Adress

Super-types: xs:string < Ipv4_Adress (by restriction)
Sub-types: None
Name Ipv4_Adress
Content
  • Base XSD Type: string
  • pattern = ([0-9]{1,3}\.){3}([0-9]{1,3})
Schema Component Representation
<xs:simpleType name="Ipv4_Adress">
<xs:restriction base="xs:string">
<xs:pattern value="([0-9]{1,3}\.){3}([0-9]{1,3})"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Ipv6_Adress

Super-types: xs:string < Ipv6_Adress (by restriction)
Sub-types: None
Name Ipv6_Adress
Content
  • Base XSD Type: string
  • pattern = ^[0-9a-f:]+$
Schema Component Representation
<xs:simpleType name="Ipv6_Adress">
<xs:restriction base="xs:string">
<xs:pattern value="^[0-9a-f:]+$"/>
<-- There are a lot of notation styles so we better keep the pattern simple instead of being to restrictive. -->
</xs:restriction>
</xs:simpleType>
top

Simple Type: SourceEnum

Super-types: xs:string < SourceEnum (by restriction)
Sub-types: None
Name SourceEnum
Content
  • Base XSD Type: string
  • value comes from list: {'NDI'|'File'|'CITP'|'CaptureDevice'}
Schema Component Representation
<xs:simpleType name="SourceEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="NDI"/>
<xs:enumeration value="File"/>
<xs:enumeration value="CITP"/>
<xs:enumeration value="CaptureDevice"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: Transmission_enum

Super-types: xs:string < Transmission_enum (by restriction)
Sub-types: None
Name Transmission_enum
Content
  • Base XSD Type: string
  • value comes from list: {'Unicast'|'Multicast'|'Broadcast'|'Anycast'}
Schema Component Representation
<xs:simpleType name="Transmission_enum">
<xs:restriction base="xs:string">
<xs:enumeration value="Unicast"/>
<xs:enumeration value="Multicast"/>
<xs:enumeration value="Broadcast"/>
<xs:enumeration value="Anycast"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: YesNoEnum

Super-types: xs:string < YesNoEnum (by restriction)
Sub-types: None
Name YesNoEnum
Content
  • Base XSD Type: string
  • value comes from list: {'Yes'|'No'}
Schema Component Representation
<xs:simpleType name="YesNoEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="Yes"/>
<xs:enumeration value="No"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: ciecolortype

Super-types: xs:string < ciecolortype (by restriction)
Sub-types: None
Name ciecolortype
Content
  • Base XSD Type: string
  • pattern = -?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}
Schema Component Representation
<xs:simpleType name="ciecolortype">
<xs:restriction base="xs:string">
<xs:pattern value="-?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dataversion

Super-types: xs:float < dataversion (by restriction)
Sub-types: None
Name dataversion
Content
  • Base XSD Type: float
  • pattern = ((\+)?(0)*([0-9]{1}[0-9]{0,1}|[1]{1}[0-9]{0,2}|[2]{1}([0-4]{1}[0-9]{1}|[5]{1}[0-5]{1}))).(0+|([1-9]{1}[0-9]{0,1}|[1]{1}[0-9]{0,2}|[2]{1}([0-4]{1}[0-9]{1}|[5]{1}[0-5]{1})))
  • 1.1 <= value <= 1.1
Schema Component Representation
<xs:simpleType name="dataversion">
<xs:restriction base="xs:float">
<-- This matches two Uints, each in the range 0 to 255 (1 Byte), separated by a dot. Leading zeros and a plus sign are allowed for the first UInt, but not for the second one -->
<xs:pattern value="((\+)?(0)*([0-9]{1}[0-9]{0,1}|[1]{1}[0-9]{0,2}|[2]{1}([0-4]{1}[0-9]{1}|[5]{1}[0-5]{1}))).(0+|([1-9]{1}[0-9]{0,1}|[1]{1}[0-9]{0,2}|[2]{1}([0-4]{1}[0-9]{1}|[5]{1}[0-5]{1})))"/>
<-- v1.1 is not backwards compatible to 1.0, so we can only accept 1.1, not 1.0 -->
<xs:minInclusive value="1.1"/>
<xs:maxInclusive value="1.1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dmxaddresstype

Super-types: xs:integer < dmxaddresstype (by restriction)
Sub-types: None
Name dmxaddresstype
Content
  • Base XSD Type: integer
  • 1 <= value <= 512
Schema Component Representation
<xs:simpleType name="dmxaddresstype">
<-- DIN 15800:2020-07 also allows Universe.Address, which seems strange though. Which Universe would that even be? Therefore, this only matches Integers in the valid range. -->
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="512"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dmxbreaktype

Super-types: xs:string < dmxbreaktype (by restriction)
Sub-types: None
Name dmxbreaktype
Content
  • Base XSD Type: string
  • pattern = Overwrite|[0-9]+
Schema Component Representation
<xs:simpleType name="dmxbreaktype">
<xs:restriction base="xs:string">
<xs:pattern value="Overwrite|[0-9]+"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: dmxtype

Super-types: xs:string < dmxtype (by restriction)
Sub-types: None
Name dmxtype
Content
  • Base XSD Type: string
  • pattern = None|([0-9]+/[1-9][0-9]*s?)
Schema Component Representation
<xs:simpleType name="dmxtype">
<xs:restriction base="xs:string">
<xs:pattern value="None|([0-9]+/[1-9][0-9]*s?)"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: featuretype

Super-types: xs:string < featuretype (by restriction)
Sub-types: None
Name featuretype
Content
  • Base XSD Type: string
  • pattern = ([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+\.([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+
Schema Component Representation
<xs:simpleType name="featuretype">
<xs:restriction base="xs:string">
<-- Two nametype strings, separated with a dot -->
<xs:pattern value="([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+\.([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: guidtype

Super-types: xs:string < guidtype (by restriction)
Sub-types: None
Name guidtype
Content
  • Base XSD Type: string
  • pattern = \s*|([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})
Schema Component Representation
<xs:simpleType name="guidtype">
<xs:restriction base="xs:string">
<xs:pattern value="\s*|([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: hextype

Super-types: xs:string < hextype (by restriction)
Sub-types: None
Name hextype
Content
  • Base XSD Type: string
  • pattern = 0x[0-9a-fA-F]+
Schema Component Representation
<xs:simpleType name="hextype">
<xs:restriction base="xs:string">
<xs:pattern value="0x[0-9a-fA-F]+"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: matrixtype

Super-types: xs:string < matrixtype (by restriction)
Sub-types: None
Name matrixtype
Content
  • Base XSD Type: string
  • pattern = (\{-?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}\}){4}
Schema Component Representation
<xs:simpleType name="matrixtype">
<xs:restriction base="xs:string">
<xs:pattern value="(\{-?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}\}){4}"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nametype

Super-types: xs:string < nametype (by restriction)
Sub-types: None
Name nametype
Content
  • Base XSD Type: string
  • pattern = ([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+
Schema Component Representation
<xs:simpleType name="nametype">
<xs:restriction base="xs:string">
<xs:pattern value="([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: nodetype

Super-types: xs:string < nodetype (by restriction)
Sub-types: None
Name nodetype
Content
  • Base XSD Type: string
  • pattern = ([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+(\.([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+)*
Schema Component Representation
<xs:simpleType name="nodetype">
<xs:restriction base="xs:string">
<-- Arbitrary number of nametype strings, separated with a dot -->
<xs:pattern value="([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+(\.([a-zA-Z0-9#%()*+-/:;<=>@_` "'])+)*"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: offsettype

Super-types: xs:string < offsettype (by restriction)
Sub-types: None
Name offsettype
Content
  • Base XSD Type: string
  • pattern = None|([0-9]*(,[0-9]+)*)
Schema Component Representation
<xs:simpleType name="offsettype">
<xs:restriction base="xs:string">
<xs:pattern value="None|([0-9]*(,[0-9]+)*)"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: physicaltype

Super-types: xs:float < physicaltype (by restriction)
Sub-types: None
Name physicaltype
Content
  • Base XSD Type: float
  • 0 < value <= 100
Schema Component Representation
<xs:simpleType name="physicaltype">
<xs:restriction base="xs:float">
<xs:minExclusive value="0"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: positivefloat

Super-types: xs:float < positivefloat (by restriction)
Sub-types: None
Name positivefloat
Content
  • Base XSD Type: float
  • value >= 0
Schema Component Representation
<xs:simpleType name="positivefloat">
<xs:restriction base="xs:float">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: positiveinteger

Super-types: xs:integer < positiveinteger (by restriction)
Sub-types: None
Name positiveinteger
Content
  • Base XSD Type: integer
  • value >= 0
Schema Component Representation
<xs:simpleType name="positiveinteger">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: rotationtype

Super-types: xs:string < rotationtype (by restriction)
Sub-types: None
Name rotationtype
Content
  • Base XSD Type: string
  • pattern = None|(\{-?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}\}){3}
Schema Component Representation
<xs:simpleType name="rotationtype">
<xs:restriction base="xs:string">
<xs:pattern value="None|(\{-?[0-9]+\.?[0-9]*(,-?[0-9]+\.?[0-9]*){2}\}){3}"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: scaleenum

Super-types: xs:string < scaleenum (by restriction)
Sub-types: None
Name scaleenum
Content
  • Base XSD Type: string
  • value comes from list: {'ScaleKeepRatio'|'ScaleIgnoreRatio'|'KeepSizeCenter'}
Schema Component Representation
<xs:simpleType name="scaleenum">
<xs:restriction base="xs:string">
<xs:enumeration value="ScaleKeepRatio"/>
<xs:enumeration value="ScaleIgnoreRatio"/>
<xs:enumeration value="KeepSizeCenter"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: twoarray

Super-types: xs:string < twoarray (by restriction)
Sub-types: None
Name twoarray
Content
  • Base XSD Type: string
  • pattern = -?[0-9]+\.?[0-9]*,-?[0-9]+\.?[0-9]*
Schema Component Representation
<xs:simpleType name="twoarray">
<xs:restriction base="xs:string">
<xs:pattern value="-?[0-9]+\.?[0-9]*,-?[0-9]+\.?[0-9]*"/>
</xs:restriction>
</xs:simpleType>
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
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="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