diagram | |||
children | SimpleGeometry ModelGeometry | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Geometries"> <xs:annotation> <xs:documentation>Definition of 3d geometries used in this product</xs:documentation> </xs:annotation> <xs:choice maxOccurs="unbounded"> <xs:element name="SimpleGeometry" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Simple 3D geometry (cuboid or cylinder). Defined in the GLDF itself</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="Cuboid"> <xs:annotation> <xs:documentation>Simple Cuboid geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Size in X axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Size in Y axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in Z axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Cylinder"> <xs:annotation> <xs:documentation>Simple Cylinder geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in "plane" axis of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:choice> <xs:element name="RectangularEmitter"> <xs:annotation> <xs:documentation>Rectangular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Width of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Length of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CircularEmitter"> <xs:annotation> <xs:documentation>Circular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the circular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="C-Heights" minOccurs="0"> <xs:annotation> <xs:documentation>Luminous heights for this SimpleGeometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="C0" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C0 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C90" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C90 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C180" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C180 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C270" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C270 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the simple geometry</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="ModelGeometry" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Complex 3D geometry model (l3d, r3d, m3d). Defined as file reference outside the GLDF. Optionally with 3 different level of detail each (for the same geometry!)</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="GeometryFileReference" maxOccurs="9"> <xs:annotation> <xs:documentation>3D geometry used in this product. If more than one is specified, provide the level of detail for each. At most 9 elements possible: 3 level of detail (low, medium, high) x 3 geometry file types (l3d, r3d and m3d).</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="fileId" type="xs:NCName" use="required"> <xs:annotation> <xs:documentation>Id reference to a l3d, r3d or m3d geometry model File element defined under GeneralDefinitions/Files</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="levelOfDetail"> <xs:annotation> <xs:documentation>Complexity of the 3D model. Also known as LoD.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Low"/> <xs:enumeration value="Medium"/> <xs:enumeration value="High"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the modelled geometry</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:choice> </xs:complexType> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | Cuboid Cylinder RectangularEmitter CircularEmitter C-Heights | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="SimpleGeometry" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Simple 3D geometry (cuboid or cylinder). Defined in the GLDF itself</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:choice> <xs:element name="Cuboid"> <xs:annotation> <xs:documentation>Simple Cuboid geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Size in X axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Size in Y axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in Z axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Cylinder"> <xs:annotation> <xs:documentation>Simple Cylinder geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in "plane" axis of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:choice> <xs:element name="RectangularEmitter"> <xs:annotation> <xs:documentation>Rectangular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Width of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Length of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CircularEmitter"> <xs:annotation> <xs:documentation>Circular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the circular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="C-Heights" minOccurs="0"> <xs:annotation> <xs:documentation>Luminous heights for this SimpleGeometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="C0" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C0 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C90" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C90 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C180" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C180 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C270" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C270 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the simple geometry</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the simple geometry</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||
properties |
|
||
children | Width Length Height | ||
annotation |
|
||
source | <xs:element name="Cuboid"> <xs:annotation> <xs:documentation>Simple Cuboid geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Size in X axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Size in Y axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in Z axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Width"> <xs:annotation> <xs:documentation>Size in X axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Length"> <xs:annotation> <xs:documentation>Size in Y axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in Z axis (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||
properties |
|
||
children | Diameter Height | ||
annotation |
|
||
source | <xs:element name="Cylinder"> <xs:annotation> <xs:documentation>Simple Cylinder geometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in "plane" axis of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Height"> <xs:annotation> <xs:documentation>Size in "plane" axis of the cylinder (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||
properties |
|
||
children | Width Length | ||
annotation |
|
||
source | <xs:element name="RectangularEmitter"> <xs:annotation> <xs:documentation>Rectangular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Width"> <xs:annotation> <xs:documentation>Width of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Length"> <xs:annotation> <xs:documentation>Length of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Width"> <xs:annotation> <xs:documentation>Width of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Length"> <xs:annotation> <xs:documentation>Length of the rectangular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||
properties |
|
||
children | Diameter | ||
annotation |
|
||
source | <xs:element name="CircularEmitter"> <xs:annotation> <xs:documentation>Circular Emitter 2D surface</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the circular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||||||
type | restriction of xs:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="Diameter"> <xs:annotation> <xs:documentation>Diameter of the circular Emitter 2D surface (Unit: millimeter)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:int"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | |||||||
properties |
|
||||||
children | C0 C90 C180 C270 | ||||||
annotation |
|
||||||
source | <xs:element name="C-Heights" minOccurs="0"> <xs:annotation> <xs:documentation>Luminous heights for this SimpleGeometry</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="C0" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C0 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C90" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C90 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C180" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C180 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="C270" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C270 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="C0" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C0 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="C90" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C90 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="C180" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C180 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="C270" type="xs:int"> <xs:annotation> <xs:documentation>Luminous height in C270 (Unit: millimeter)</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
properties |
|
||||||||||||||
children | GeometryFileReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="ModelGeometry" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Complex 3D geometry model (l3d, r3d, m3d). Defined as file reference outside the GLDF. Optionally with 3 different level of detail each (for the same geometry!)</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="GeometryFileReference" maxOccurs="9"> <xs:annotation> <xs:documentation>3D geometry used in this product. If more than one is specified, provide the level of detail for each. At most 9 elements possible: 3 level of detail (low, medium, high) x 3 geometry file types (l3d, r3d and m3d).</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="fileId" type="xs:NCName" use="required"> <xs:annotation> <xs:documentation>Id reference to a l3d, r3d or m3d geometry model File element defined under GeneralDefinitions/Files</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="levelOfDetail"> <xs:annotation> <xs:documentation>Complexity of the 3D model. Also known as LoD.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Low"/> <xs:enumeration value="Medium"/> <xs:enumeration value="High"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the modelled geometry</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:ID | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="id" type="xs:ID" use="required"> <xs:annotation> <xs:documentation>Unique identifier of the modelled geometry</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="GeometryFileReference" maxOccurs="9"> <xs:annotation> <xs:documentation>3D geometry used in this product. If more than one is specified, provide the level of detail for each. At most 9 elements possible: 3 level of detail (low, medium, high) x 3 geometry file types (l3d, r3d and m3d).</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="fileId" type="xs:NCName" use="required"> <xs:annotation> <xs:documentation>Id reference to a l3d, r3d or m3d geometry model File element defined under GeneralDefinitions/Files</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="levelOfDetail"> <xs:annotation> <xs:documentation>Complexity of the 3D model. Also known as LoD.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Low"/> <xs:enumeration value="Medium"/> <xs:enumeration value="High"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
type | xs:NCName | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="fileId" type="xs:NCName" use="required"> <xs:annotation> <xs:documentation>Id reference to a l3d, r3d or m3d geometry model File element defined under GeneralDefinitions/Files</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of xs:string | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:attribute name="levelOfDetail"> <xs:annotation> <xs:documentation>Complexity of the 3D model. Also known as LoD.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Low"/> <xs:enumeration value="Medium"/> <xs:enumeration value="High"/> </xs:restriction> </xs:simpleType> </xs:attribute> |