debids data XML Datasource Schema Documentation

This document describes the XML datasource format of debids datas' Diagnostician.

Naming Convention: debids datas' XML datasource files are using the registered file extension: '.DDXDS'

So if you would like to open the Diagnostician while doubleclicking on a given datasource file (e.g. 'demo.ddxds')
please take care that your datafiles use the file extension '.ddxds' !

To keep things simple and this description as small as possible, only those elements are described, that are neccessary to import the following measurement values:
In case of questions, please contact support@debids-data.de


schema location:  S:\dd_V1.5\_run\data\ddxds.xsd
attribute form default: 
element form default:  qualified
 
Elements  Complex types 
diagnostician-xml-datasource  dd_Bearcon 
dd_BearconSignatureSpectrum 
dd_DiagnosisConfiguration 
dd_EnvelopeSpectrum 
dd_FrequencySpectrum 
dd_Item 
dd_Limit 
dd_LimitSet 
dd_Marker 
dd_MarkerSet 
dd_Overall 
dd_ShockPulse 


element diagnostician-xml-datasource
diagram
properties
content complex
children Item
attributes
Name  Type  Use  Default  Fixed  Annotation
Version  xs:stringrequired    1.1  
StoredSetup  xs:stringrequired    True  
annotation
documentation 
root element
documentation 

element diagnostician-xml-datasource/Item
diagram
type dd_Item
properties
isRef 0
content complex
children Name Rotation DiagConfiguration Item Overall BP BCU Spectrum SED BCS
attributes
Name  Type  Use  Default  Fixed  Annotation
ID  xs:stringrequired      
documentation 
unique identifier
documentation 

Each element MUST have a unique identifier.
This identifier can have any format that is able to be stored in a string.
The only important thing is, that it is unique (at least inside your XML data file), better into your whole system.
				
Kind  required      
documentation 
defines hierarchy level of element
documentation 

Enumeration Description:

»plantlist«
   The 'plantlist' element is able to hold a list of 'plant' items. 
   Valid parent items:	has to be placed as root element
   Valid child items:	'plant'

»plant«
   The 'plant' element is able to hold a hierachy of levels and machines.
   Valid parent items:	'plantlist' or canbe placed directly as root element
   Valid child items:	'level' and 'machine'

»level«
   The 'level' element gives you the possibility to devide your hierarchy 
   into additional levels.
   Valid parent items:	'plant' and 'level'
   Valid child items:	'level'  and 'machine'

»machine«
   The 'machine' element holds all diagnostic relevant data
   Valid parent items:	'plant', 'level' or directly as root element
   Valid child items:	'point'

»point«
   The 'point' element holds a list of measurements.
   Valid parent items:	'machine'
   Valid child items:	'measurement'

»measurement«
   The 'measurement' element contains none, one or more measurements. 
   Each mesurement is a collection of several measurement tasks that are
   belonging together (e.g. due to the fact that they are all measured at 
   (nearly) the same time.
   
   Each measurement item can contain the following measurements:
      - One Overall measurement
      - One Shockpulse measurement OR one Bearcon measurement
      - One Frequency spectrum
      - One Envelope spectrum OR one Bearcon Signature spectrum
      
   Valid parent items:	'point'
   Valid child items:	there are no further child elements available (at the moment) 

ATTENTION: 
   To keep things simple, neither parent/child relationsships 
   nor measurement consistency will be checked by the XSD file!
Time  xs:dateTime      
documentation 
date / time of measurement (stored in UTC)

complexType dd_Bearcon
diagram
children Value Unit Detector
used by
element dd_Item/BCU

element dd_Bearcon/Value
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
bearcon measurement value

element dd_Bearcon/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration BCU
annotation
documentation 
bearcon measurement unit

element dd_Bearcon/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration rms
annotation
documentation 
signal detection of bearcon mesurement

complexType dd_BearconSignatureSpectrum
diagram
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
used by
element dd_Item/BCS

element dd_BearconSignatureSpectrum/Values
diagram
type xs:string
properties
isRef 0
content simple
annotation
documentation 
list of BCS spectrum line values
documentation 
This string element contains a comma separated list of double values.
(e.g. 0.0041,0.0229,0.0444,...)
Each value represents the amplitude value of a single spectrum line.

There is no check if there are sufficient values available.
If you put in 4218 values then you will get out a 4218 lines spectrum!

element dd_BearconSignatureSpectrum/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration BCU
annotation
documentation 
BCS spectrum mesurement unit
documentation 
The only allowed unit for bearcon signature spectrums is 'BCU'

element dd_BearconSignatureSpectrum/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration pk
enumeration pk-pk
enumeration rms
annotation
documentation 
signal detection of BCS spectrum

element dd_BearconSignatureSpectrum/LowerEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 1
enumeration 2
enumeration 5
enumeration 10
annotation
documentation 
lower filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'LowerFilterEdge'

element dd_BearconSignatureSpectrum/UpperEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 20
enumeration 50
enumeration 100
enumeration 200
enumeration 500
enumeration 1000
enumeration 2000
annotation
documentation 
upper filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'UpperFilterEdge'

element dd_BearconSignatureSpectrum/Rotation
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
speed information of triggered measurement
documentation 
If there is no speed information available, just store '0'.

element dd_BearconSignatureSpectrum/RotUnit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Hz
enumeration upm
enumeration cpm
enumeration 1/min
annotation
documentation 
speed unit
documentation 
If there is no speed information available just store 'Hz'.

element dd_BearconSignatureSpectrum/WindowType
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Flat
enumeration Hanning
enumeration Uniform
annotation
documentation 
type of used window function
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_BearconSignatureSpectrum/AvgCount
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration 4
enumeration 16
enumeration 64
enumeration Exp
enumeration PeakHold
annotation
documentation 
number of averages
documentation 
'4, 16, 64' - averages
'Exp' - exponential averaging
'PeakHold' - Peak-Hold averaging
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_BearconSignatureSpectrum/AvgMode
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration off
enumeration FreqDomain
enumeration TimeDomain
annotation
documentation 
average mode
documentation 
'off' - averaging inactive
'FreqDomain' - averaging based on frequency domain
'TimeDomain' - averaging based on time domain
documentation 
This element is not used by the diagnosis engine (at the moment)
and therefore has only informational character. (e.g. for reports, ...)

complexType dd_DiagnosisConfiguration
diagram
children MG MF DT DTBCU Rotation MarkerSet Limits
used by
element dd_Item/DiagConfiguration
annotation
documentation 
diagnostical parameters 

element dd_DiagnosisConfiguration/MG
diagram
type restriction of xs:integer
properties
isRef 0
content simple
facets
enumeration 0
enumeration 1
enumeration 2
enumeration 3
enumeration 4
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/MF
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration 1
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/DT
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration ISO10816
enumeration NONE
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/DTBCU
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration NONE
enumeration USER
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/Rotation
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/MarkerSet
diagram
type dd_MarkerSet
properties
isRef 0
content complex
children Marker
attributes
Name  Type  Use  Default  Fixed  Annotation
type  required      
Name  xs:string      
Manufactor  xs:string      
annotation
documentation 
don't use for data import

element dd_DiagnosisConfiguration/Limits
diagram
type dd_LimitSet
properties
isRef 0
content complex
children Limit
annotation
documentation 
Overall and Bandpass/BCU evaluation zone boundaries
documentation 

If you would like to check your overall measurements or bandpass/BCU measurements
against some limits, then here is the right place to define the individual
evaluation zone boundaries.

complexType dd_EnvelopeSpectrum
diagram
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
used by
element dd_Item/SED

element dd_EnvelopeSpectrum/Values
diagram
type xs:string
properties
isRef 0
content simple
annotation
documentation 
list of envelope spectrum line values
documentation 
This string element contains a comma separated list of double values.
(e.g. 0.0041,0.0229,0.0444,...)
Each value represents the amplitude value of a single spectrum line.

There is no check if there are sufficient values available.
If you put in 4218 values then you will get out a 4218 lines spectrum!

element dd_EnvelopeSpectrum/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration g
enumeration m/s2
enumeration m/s²
annotation
documentation 
envelope spectrum mesurement unit

element dd_EnvelopeSpectrum/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration pk
enumeration pk-pk
enumeration rms
annotation
documentation 
signal detection of envelope spectrum

element dd_EnvelopeSpectrum/LowerEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 630
enumeration 800
enumeration 1000
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
enumeration 12500
enumeration 16000
annotation
documentation 
lower filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'LowerFilterEdge'

element dd_EnvelopeSpectrum/UpperEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
enumeration 12500
enumeration 16000
enumeration 20000
annotation
documentation 
upper filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'UpperFilterEdge'

element dd_EnvelopeSpectrum/Rotation
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
speed information of triggered measurement
documentation 
If there is no speed information available, just store '0'.

element dd_EnvelopeSpectrum/RotUnit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Hz
enumeration upm
enumeration cpm
enumeration 1/min
annotation
documentation 
speed unit
documentation 
If there is no speed information available just store 'Hz'.

element dd_EnvelopeSpectrum/WindowType
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Flat
enumeration Hanning
enumeration Uniform
annotation
documentation 
type of used window function
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_EnvelopeSpectrum/AvgCount
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration 4
enumeration 16
enumeration 64
enumeration Exp
enumeration PeakHold
annotation
documentation 
number of averages
documentation 
'4, 16, 64' - averages
'Exp' - exponential averaging
'PeakHold' - Peak-Hold averaging
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_EnvelopeSpectrum/AvgMode
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration off
enumeration FreqDomain
enumeration TimeDomain
annotation
documentation 
average mode
documentation 
'off' - averaging inactive
'FreqDomain' - averaging based on frequency domain
'TimeDomain' - averaging based on time domain
documentation 
This element is not used by the diagnosis engine (at the moment)
and therefore has only informational character. (e.g. for reports, ...)

complexType dd_FrequencySpectrum
diagram
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
used by
element dd_Item/Spectrum

element dd_FrequencySpectrum/Values
diagram
type xs:string
properties
isRef 0
content simple
annotation
documentation 
list of frequency spectrum lines
documentation 
This string element contains a comma separated list of double values.
(e.g. 0.0041,0.0229,0.0444,...)
Each value represents the amplitude value of a single spectrum line.

There is no check if there are sufficient values available.
If you put in 4218 values then you will get out a 4218 lines spectrum!

element dd_FrequencySpectrum/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration g
enumeration m/s2
enumeration m/s²
enumeration mm/s
enumeration ips
enumeration µm
enumeration mils
enumeration xxx
annotation
documentation 
frequency spectrum unit
documentation 

If your spectrum is measured in another unit than those enclosed in the list,
please use entry 'xxx'.
At the moment this will be displayed as 'xxx' in all reports too, but in the next release we will change this to 'eu - engineering units'.

element dd_FrequencySpectrum/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration rms
enumeration pk
enumeration pk-pk
annotation
documentation 
signal detection of frequency spectrum

element dd_FrequencySpectrum/LowerEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 1
enumeration 2
enumeration 5
enumeration 10
annotation
documentation 
lower filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'LowerFilterEdge'

element dd_FrequencySpectrum/UpperEdge
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 20
enumeration 50
enumeration 100
enumeration 200
enumeration 500
enumeration 1000
enumeration 2000
enumeration 5000
enumeration 10000
enumeration 20000
annotation
documentation 
upper filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'UpperFilterEdge'

element dd_FrequencySpectrum/Rotation
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
speed information of triggered measurement
documentation 
If there is no speed information available just store '0'.

element dd_FrequencySpectrum/RotUnit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Hz
enumeration upm
enumeration cpm
enumeration 1/min
annotation
documentation 
speed unit
documentation 
If there is no speed information available just store 'Hz'.

element dd_FrequencySpectrum/WindowType
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Flat
enumeration Hanning
enumeration Uniform
annotation
documentation 
type of used window function
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_FrequencySpectrum/AvgCount
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration 4
enumeration 16
enumeration 64
enumeration Exp
enumeration PeakHold
annotation
documentation 
number of averages
documentation 
'4, 16, 64' - averages
'Exp' - exponential averaging
'PeakHold' - Peak-Hold averaging
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)

element dd_FrequencySpectrum/AvgMode
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration off
enumeration FreqDomain
enumeration TimeDomain
annotation
documentation 
average mode
documentation 
'off' - averaging inactive
'FreqDomain' - averaging based on frequency domain
'TimeDomain' - averaging based on time domain
documentation 
This element is not used by the diagnosis engine (at the moment)
and therefore has only informational character. (e.g. for reports, ...)

complexType dd_Item
diagram
children Name Rotation DiagConfiguration Item Overall BP BCU Spectrum SED BCS
used by
elements diagnostician-xml-datasource/Item dd_Item/Item
attributes
Name  Type  Use  Default  Fixed  Annotation
ID  xs:stringrequired      
documentation 
unique identifier
documentation 

Each element MUST have a unique identifier.
This identifier can have any format that is able to be stored in a string.
The only important thing is, that it is unique (at least inside your XML data file), better into your whole system.
				
Kind  required      
documentation 
defines hierarchy level of element
documentation 

Enumeration Description:

»plantlist«
   The 'plantlist' element is able to hold a list of 'plant' items. 
   Valid parent items:	has to be placed as root element
   Valid child items:	'plant'

»plant«
   The 'plant' element is able to hold a hierachy of levels and machines.
   Valid parent items:	'plantlist' or canbe placed directly as root element
   Valid child items:	'level' and 'machine'

»level«
   The 'level' element gives you the possibility to devide your hierarchy 
   into additional levels.
   Valid parent items:	'plant' and 'level'
   Valid child items:	'level'  and 'machine'

»machine«
   The 'machine' element holds all diagnostic relevant data
   Valid parent items:	'plant', 'level' or directly as root element
   Valid child items:	'point'

»point«
   The 'point' element holds a list of measurements.
   Valid parent items:	'machine'
   Valid child items:	'measurement'

»measurement«
   The 'measurement' element contains none, one or more measurements. 
   Each mesurement is a collection of several measurement tasks that are
   belonging together (e.g. due to the fact that they are all measured at 
   (nearly) the same time.
   
   Each measurement item can contain the following measurements:
      - One Overall measurement
      - One Shockpulse measurement OR one Bearcon measurement
      - One Frequency spectrum
      - One Envelope spectrum OR one Bearcon Signature spectrum
      
   Valid parent items:	'point'
   Valid child items:	there are no further child elements available (at the moment) 

ATTENTION: 
   To keep things simple, neither parent/child relationsships 
   nor measurement consistency will be checked by the XSD file!
Time  xs:dateTime      
documentation 
date / time of measurement (stored in UTC)
annotation
documentation 
hierarchy element 
possible kinds:
- plantlist
- plant
- level
- machine
- point
- meas

element dd_Item/Name
diagram
type xs:string
properties
isRef 0
content simple
annotation
documentation 
'Display name' of hierarchy element
documentation 

Attention:
If the item is of kind 'plantlist', the contens of 'Name' will always be displayed as 'Project' in the hierarchy tree of the Diagnostician.

element dd_Item/Rotation
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
speed information in 'Hz'
documentation 
This element holds the default speed information for items of kind 'machine' and 'point'. 

The value is always stored in 'Hz'. Nevertheless the Diagnostician is able to show speed information in other units!

Explanation:
To do his job, the Diagnostician needs a valid speed information.
If there is a speed information inside the spectrum dataset, then this will be used.
If not, he tries to find a default speed information on point level. 
If there is nothing defined, he tries to find a default speed information on machine level.
If no speed information is found, you will get an error message while trying to run a diagnosis.

element dd_Item/DiagConfiguration
diagram
type dd_DiagnosisConfiguration
properties
isRef 0
content complex
children MG MF DT DTBCU Rotation MarkerSet Limits
annotation
documentation 
diagnostical parameters

element dd_Item/Item
diagram
type dd_Item
properties
isRef 0
content complex
children Name Rotation DiagConfiguration Item Overall BP BCU Spectrum SED BCS
attributes
Name  Type  Use  Default  Fixed  Annotation
ID  xs:stringrequired      
documentation 
unique identifier
documentation 

Each element MUST have a unique identifier.
This identifier can have any format that is able to be stored in a string.
The only important thing is, that it is unique (at least inside your XML data file), better into your whole system.
				
Kind  required      
documentation 
defines hierarchy level of element
documentation 

Enumeration Description:

»plantlist«
   The 'plantlist' element is able to hold a list of 'plant' items. 
   Valid parent items:	has to be placed as root element
   Valid child items:	'plant'

»plant«
   The 'plant' element is able to hold a hierachy of levels and machines.
   Valid parent items:	'plantlist' or canbe placed directly as root element
   Valid child items:	'level' and 'machine'

»level«
   The 'level' element gives you the possibility to devide your hierarchy 
   into additional levels.
   Valid parent items:	'plant' and 'level'
   Valid child items:	'level'  and 'machine'

»machine«
   The 'machine' element holds all diagnostic relevant data
   Valid parent items:	'plant', 'level' or directly as root element
   Valid child items:	'point'

»point«
   The 'point' element holds a list of measurements.
   Valid parent items:	'machine'
   Valid child items:	'measurement'

»measurement«
   The 'measurement' element contains none, one or more measurements. 
   Each mesurement is a collection of several measurement tasks that are
   belonging together (e.g. due to the fact that they are all measured at 
   (nearly) the same time.
   
   Each measurement item can contain the following measurements:
      - One Overall measurement
      - One Shockpulse measurement OR one Bearcon measurement
      - One Frequency spectrum
      - One Envelope spectrum OR one Bearcon Signature spectrum
      
   Valid parent items:	'point'
   Valid child items:	there are no further child elements available (at the moment) 

ATTENTION: 
   To keep things simple, neither parent/child relationsships 
   nor measurement consistency will be checked by the XSD file!
Time  xs:dateTime      
documentation 
date / time of measurement (stored in UTC)
annotation
documentation 
next child element ...

element dd_Item/Overall
diagram
type dd_Overall
properties
isRef 0
content complex
children Value Unit Detector StartFreq EndFreq
annotation
documentation 
vibration measurement parameters      

element dd_Item/BP
diagram
type dd_ShockPulse
properties
isRef 0
content complex
children Value Unit Detector StartFreq EndFreq
annotation
documentation 
shock pulse measurement parameters  

element dd_Item/BCU
diagram
type dd_Bearcon
properties
isRef 0
content complex
children Value Unit Detector
annotation
documentation 
bearcon measurement parameters       

element dd_Item/Spectrum
diagram
type dd_FrequencySpectrum
properties
isRef 0
content complex
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
annotation
documentation 
frequency spectrum parameters          

element dd_Item/SED
diagram
type dd_EnvelopeSpectrum
properties
isRef 0
content complex
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
annotation
documentation 
envelope spectrum parameters

element dd_Item/BCS
diagram
type dd_BearconSignatureSpectrum
properties
isRef 0
content complex
children Values Unit Detector LowerEdge UpperEdge Rotation RotUnit WindowType AvgCount AvgMode
annotation
documentation 
bearcon signature spectrum parameters

complexType dd_Limit
diagram
properties
mixed true
children Value
used by
element dd_LimitSet/Limit
attributes
Name  Type  Use  Default  Fixed  Annotation
Type  required      
documentation 
defines if this set belongs to overalls or bandpass/BCU measurements
documentation 

   OV1: it's an overall measurement limit
   BCU: it's an bandpass/BCU measurement limit 
Rang  required      
documentation 
defines if it is a level A, level B or level C limit
documentation 

   0: limit value between Zone A and Zone B (Colorcode: dark-green)
   1: limit value between Zone B and Zone C (Colorcode: yellow)
   2: limit value between Zone C and Zone D (Colorcode: red)
annotation
documentation 
evaluation zone boundary
documentation 

The Diagnostician supports up to 3 evaluation zone boundaries for overall measurements
and up to 3 evaluation zone boundaries for bandpass or BCU measurements.

element dd_Limit/Value
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
limit value
documentation 
this tag is not yet supported
documentation 
At the moment the value is stored in the following syntax:
   <Limit Type="OVL" Rang="1">2.5</Limit>

From the next version on, the value will be stored into a separate 'value' tag
   <Limit Type="OVL" Rang="1">
	<Val>2.5</Val>
</Limit>

complexType dd_LimitSet
diagram
children Limit
used by
element dd_DiagnosisConfiguration/Limits
annotation
documentation 
The name of this element will be changed in the next release 
to 'LimitSetType'

element dd_LimitSet/Limit
diagram
type dd_Limit
properties
isRef 0
content complex
mixed true
children Value
attributes
Name  Type  Use  Default  Fixed  Annotation
Type  required      
documentation 
defines if this set belongs to overalls or bandpass/BCU measurements
documentation 

   OV1: it's an overall measurement limit
   BCU: it's an bandpass/BCU measurement limit 
Rang  required      
documentation 
defines if it is a level A, level B or level C limit
documentation 

   0: limit value between Zone A and Zone B (Colorcode: dark-green)
   1: limit value between Zone B and Zone C (Colorcode: yellow)
   2: limit value between Zone C and Zone D (Colorcode: red)

complexType dd_Marker
diagram
children Name Typ Factor1 NumHarmonics NumSidebands DeltaF NumSidebandsAsym DeltaF_Lower DeltaF_Upper Factor2 Freq1 Freq2 Usage Kind Comment
used by
element dd_MarkerSet/Marker
annotation
documentation 
don't use for data import

element dd_Marker/Name
diagram
type xs:string
properties
isRef 0
content simple

element dd_Marker/Typ
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration absRange
enumeration absValue
enumeration relRange
enumeration relValue

element dd_Marker/Factor1
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/NumHarmonics
diagram
type restriction of xs:integer
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 9

element dd_Marker/NumSidebands
diagram
type restriction of xs:integer
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 9

element dd_Marker/DeltaF
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/NumSidebandsAsym
diagram
type restriction of xs:integer
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 9

element dd_Marker/DeltaF_Lower
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/DeltaF_Upper
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/Factor2
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/Freq1
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/Freq2
diagram
type xs:double
properties
isRef 0
content simple

element dd_Marker/Usage
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Envelope
enumeration Frequency
enumeration Frequency;Envelope

element dd_Marker/Kind
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration Harmonic
enumeration Sideband
enumeration Sideband_Asym

element dd_Marker/Comment
diagram
type xs:string
properties
isRef 0
content simple

complexType dd_MarkerSet
diagram
children Marker
used by
element dd_DiagnosisConfiguration/MarkerSet
attributes
Name  Type  Use  Default  Fixed  Annotation
type  required      
Name  xs:string      
Manufactor  xs:string      
annotation
documentation 
don't use for data import

element dd_MarkerSet/Marker
diagram
type dd_Marker
properties
isRef 0
content complex
children Name Typ Factor1 NumHarmonics NumSidebands DeltaF NumSidebandsAsym DeltaF_Lower DeltaF_Upper Factor2 Freq1 Freq2 Usage Kind Comment

complexType dd_Overall
diagram
children Value Unit Detector StartFreq EndFreq
used by
element dd_Item/Overall

element dd_Overall/Value
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
vibration measurement value

element dd_Overall/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration g
enumeration m/s2
enumeration m/s²
enumeration mm/s
enumeration ips
enumeration µm
enumeration mils
enumeration xxx
annotation
documentation 
vibration measurement unit
documentation 

If your overall value is measured in another unit than those enclosed in the list,
please use entry 'xxx'.
At the moment this will be displayed as 'xxx' in all reports too, but in the next release we will change this to 'eu - engineering units'.

element dd_Overall/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration rms
enumeration pk
enumeration pk-pk
enumeration pc
enumeration ppc
annotation
documentation 
signal detection of vibration measurement

element dd_Overall/StartFreq
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 1
enumeration 3
enumeration 10
enumeration 12.5
enumeration 16
enumeration 20
enumeration 25
enumeration 31.5
enumeration 40
enumeration 50
enumeration 63
enumeration 80
enumeration 100
enumeration 125
enumeration 160
enumeration 200
enumeration 250
enumeration 315
enumeration 400
enumeration 500
enumeration 630
enumeration 800
enumeration 1000
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
annotation
documentation 
lower filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'LowerFilterEdge'

element dd_Overall/EndFreq
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 10
enumeration 12.5
enumeration 16
enumeration 20
enumeration 25
enumeration 31.5
enumeration 40
enumeration 50
enumeration 63
enumeration 80
enumeration 100
enumeration 125
enumeration 160
enumeration 200
enumeration 250
enumeration 315
enumeration 400
enumeration 500
enumeration 630
enumeration 800
enumeration 1000
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
enumeration 12500
enumeration 16000
enumeration 20000
annotation
documentation 
upper filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'UpperFilterEdge'

complexType dd_ShockPulse
diagram
children Value Unit Detector StartFreq EndFreq
used by
element dd_Item/BP

element dd_ShockPulse/Value
diagram
type xs:double
properties
isRef 0
content simple
annotation
documentation 
shock pulse measurement value

element dd_ShockPulse/Unit
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration g
enumeration m/s2
enumeration m/s²
annotation
documentation 
shock pulse measurement unit

element dd_ShockPulse/Detector
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
enumeration rms
annotation
documentation 
signal detection of shock pulse mesurement

element dd_ShockPulse/StartFreq
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 630
enumeration 800
enumeration 1000
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
enumeration 12500
enumeration 16000
annotation
documentation 
lower filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'LowerFilterEdge'

element dd_ShockPulse/EndFreq
diagram
type restriction of xs:double
properties
isRef 0
content simple
facets
enumeration 800
enumeration 1000
enumeration 1250
enumeration 1600
enumeration 2000
enumeration 2500
enumeration 3150
enumeration 4000
enumeration 5000
enumeration 6300
enumeration 8000
enumeration 10000
enumeration 12500
enumeration 16000
enumeration 20000
annotation
documentation 
upper filter edge frequency in 'Hz'
documentation 
This element is not used by the diagnosis engine (at the moment) 
and therefore has only informational character. (e.g. for reports, ...)
documentation 
The name of this element will be changed in the next release 
to 'UpperFilterEdge'