Data Types

Below is a description of all data types used in windPRO scripting. The overview is split in simple types and complex types. Simple types are simple enumerated types, so basically a set of strings this parameter can take. Complex types are like classes with multiple properties. A property can either be something basic like a double, string, or boolean; a simple type as defined above; or another complex type. Complex types, like classes can inherent properties from each other. In these cases all properties are given in separate tables, with a reference to the parent class.

Simple Types

ApiCalcType

restriction of xs:string

Value

enumeration

CalcUnknown

enumeration

CalcStatgen

enumeration

CalcPark

enumeration

CalcResource

enumeration

CalcNoise

enumeration

CalcShadow

enumeration

CalcZVI

enumeration

CalcSiteCompliance

enumeration

CalcMCP

enumeration

CalcMCP2005

enumeration

CalcWaspCfd

enumeration

CalcMesoPoint

enumeration

CalcFlow

enumeration

CalcSolarPV

enumeration

CalcTRIX

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiCalcType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="CalcUnknown" />
               <xs:enumeration value="CalcStatgen" />
               <xs:enumeration value="CalcPark" />
               <xs:enumeration value="CalcResource" />
               <xs:enumeration value="CalcNoise" />
               <xs:enumeration value="CalcShadow" />
               <xs:enumeration value="CalcZVI" />
               <xs:enumeration value="CalcSiteCompliance" />
               <xs:enumeration value="CalcMCP" />
               <xs:enumeration value="CalcMCP2005" />
               <xs:enumeration value="CalcWaspCfd" />
               <xs:enumeration value="CalcMesoPoint" />
               <xs:enumeration value="CalcFlow" />
               <xs:enumeration value="CalcSolarPV" />
               <xs:enumeration value="CalcTRIX" />
            </xs:restriction>
         </xs:simpleType>
         

ApiDispHeightType

restriction of xs:string

Value

enumeration

DispHeightTypeObj

enumeration

DispHeightTypeNone

enumeration

DispHeightTypeDHC

enumeration

DispHeightTypeTyped

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiDispHeightType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="DispHeightTypeObj" />
               <xs:enumeration value="DispHeightTypeNone" />
               <xs:enumeration value="DispHeightTypeDHC" />
               <xs:enumeration value="DispHeightTypeTyped" />
            </xs:restriction>
         </xs:simpleType>
         

ApiEEPBlockageCombinationMethod

restriction of xs:string

Value

enumeration

ApiepcmLinear

enumeration

ApiepcmRSS

enumeration

ApiepcmCombined

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiEEPBlockageCombinationMethod">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiepcmLinear" />
               <xs:enumeration value="ApiepcmRSS" />
               <xs:enumeration value="ApiepcmCombined" />
            </xs:restriction>
         </xs:simpleType>
         

ApiEEPBlockageModel

restriction of xs:string

Value

enumeration

ApiepbmForsting

enumeration

ApiepbmBranlard

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiEEPBlockageModel">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiepbmForsting" />
               <xs:enumeration value="ApiepbmBranlard" />
            </xs:restriction>
         </xs:simpleType>
         

ApiIntervalSelectType

restriction of xs:string

Value

enumeration

UseIntervalAll

enumeration

UseIntervalPeriod

enumeration

UseIntervalLatest

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiIntervalSelectType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="UseIntervalAll" />
               <xs:enumeration value="UseIntervalPeriod" />
               <xs:enumeration value="UseIntervalLatest" />
            </xs:restriction>
         </xs:simpleType>
         

ApiMeteoDataType

restriction of xs:string

Value

enumeration

ApiMDTMast

enumeration

ApiMDTLidar

enumeration

ApiMDTSodar

enumeration

ApiMDTModel

enumeration

ApiMDTOther

enumeration

ApiMDTMeso

enumeration

ApiMDTNacelle

enumeration

ApiMDTFromMCP

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiMeteoDataType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiMDTMast" />
               <xs:enumeration value="ApiMDTLidar" />
               <xs:enumeration value="ApiMDTSodar" />
               <xs:enumeration value="ApiMDTModel" />
               <xs:enumeration value="ApiMDTOther" />
               <xs:enumeration value="ApiMDTMeso" />
               <xs:enumeration value="ApiMDTNacelle" />
               <xs:enumeration value="ApiMDTFromMCP" />
            </xs:restriction>
         </xs:simpleType>
         

ApiMeteoHeightSignalType

restriction of xs:string

Value

enumeration

ApiHSTSFromImport

enumeration

ApiHSTSMerged

enumeration

ApiHSTSSynthesized

enumeration

ApiHSTSScaled

enumeration

ApiHSTSSubstituted

enumeration

ApiHSTSStability

enumeration

ApiHSTSWakeCleaned

enumeration

ApiHSTSFromMCP

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiMeteoHeightSignalType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiHSTSFromImport" />
               <xs:enumeration value="ApiHSTSMerged" />
               <xs:enumeration value="ApiHSTSSynthesized" />
               <xs:enumeration value="ApiHSTSScaled" />
               <xs:enumeration value="ApiHSTSSubstituted" />
               <xs:enumeration value="ApiHSTSStability" />
               <xs:enumeration value="ApiHSTSWakeCleaned" />
               <xs:enumeration value="ApiHSTSFromMCP" />
            </xs:restriction>
         </xs:simpleType>
         

ApiOnlineDataType

restriction of xs:string

Value

enumeration

ODSRoughnessArea

enumeration

ODSRoughnessGridToLine

enumeration

ODSHeightsLine

enumeration

ODSTerrainGrid

enumeration

ODSSurfaceGrid

enumeration

ODSObjHeightsGrid

enumeration

ODSDepthsGrid

enumeration

ODSMaps

enumeration

ODSWTG

enumeration

ODSClimate

enumeration

ODSGasp

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiOnlineDataType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ODSRoughnessArea" />
               <xs:enumeration value="ODSRoughnessGridToLine" />
               <xs:enumeration value="ODSHeightsLine" />
               <xs:enumeration value="ODSTerrainGrid" />
               <xs:enumeration value="ODSSurfaceGrid" />
               <xs:enumeration value="ODSObjHeightsGrid" />
               <xs:enumeration value="ODSDepthsGrid" />
               <xs:enumeration value="ODSMaps" />
               <xs:enumeration value="ODSWTG" />
               <xs:enumeration value="ODSClimate" />
               <xs:enumeration value="ODSGasp" />
            </xs:restriction>
         </xs:simpleType>
         

ApiParkCalcType

restriction of xs:string

Value

enumeration

ParkTypeUnknown

enumeration

ParkTypeSiteData

enumeration

ParkTypeCFD

enumeration

ParkTypeResource

enumeration

ParkTypeTimeVaryingMESO

enumeration

ParkTypeTimeVaryingMeasure

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiParkCalcType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ParkTypeUnknown" />
               <xs:enumeration value="ParkTypeSiteData" />
               <xs:enumeration value="ParkTypeCFD" />
               <xs:enumeration value="ParkTypeResource" />
               <xs:enumeration value="ParkTypeTimeVaryingMESO" />
               <xs:enumeration value="ParkTypeTimeVaryingMeasure" />
            </xs:restriction>
         </xs:simpleType>
         

ApiParkEnergyReductionType

restriction of xs:string

Value

enumeration

ParkEnergyReductionRed

enumeration

ParkEnergyReductionGross

enumeration

ParkEnergyReductionLAU

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiParkEnergyReductionType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ParkEnergyReductionRed" />
               <xs:enumeration value="ParkEnergyReductionGross" />
               <xs:enumeration value="ParkEnergyReductionLAU" />
            </xs:restriction>
         </xs:simpleType>
         

ApiParkWakeModelType

restriction of xs:string

Value

enumeration

ParkWakeModelNoModel

enumeration

ParkWakeModelNOJensen

enumeration

ParkWakeModelNOJensen_Adv

enumeration

ParkWakeModelEddyVisc

enumeration

ParkWakeModelEWTSII

enumeration

ParkWakeModelEWTSII_2008

enumeration

ParkWakeModelNOJensenPark2

enumeration

ParkWakeModelWakeBlaster

enumeration

ParkWakeModelEddyVisc_2021

enumeration

ParkWakeModelTurboPark

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiParkWakeModelType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ParkWakeModelNoModel" />
               <xs:enumeration value="ParkWakeModelNOJensen" />
               <xs:enumeration value="ParkWakeModelNOJensen_Adv" />
               <xs:enumeration value="ParkWakeModelEddyVisc" />
               <xs:enumeration value="ParkWakeModelEWTSII" />
               <xs:enumeration value="ParkWakeModelEWTSII_2008" />
               <xs:enumeration value="ParkWakeModelNOJensenPark2" />
               <xs:enumeration value="ParkWakeModelWakeBlaster" />
               <xs:enumeration value="ParkWakeModelEddyVisc_2021" />
               <xs:enumeration value="ParkWakeModelTurboPark" />
            </xs:restriction>
         </xs:simpleType>
         

ApiResourceCalcType

restriction of xs:string

Value

enumeration

ResourceTypeNone

enumeration

ResourceTypeSiteData

enumeration

ResourceTypeCFD

enumeration

ResourceTypeRSF

enumeration

ResourceTypeScaler

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiResourceCalcType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ResourceTypeNone" />
               <xs:enumeration value="ResourceTypeSiteData" />
               <xs:enumeration value="ResourceTypeCFD" />
               <xs:enumeration value="ResourceTypeRSF" />
               <xs:enumeration value="ResourceTypeScaler" />
            </xs:restriction>
         </xs:simpleType>
         

ApiScalerDisplType

restriction of xs:string

Value

enumeration

ScalerDisplTypeNone

enumeration

ScalerDisplTypeObjects

enumeration

ScalerDisplTypeCalc

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiScalerDisplType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ScalerDisplTypeNone" />
               <xs:enumeration value="ScalerDisplTypeObjects" />
               <xs:enumeration value="ScalerDisplTypeCalc" />
            </xs:restriction>
         </xs:simpleType>
         

ApiScalerType

restriction of xs:string

Value

enumeration

ScalerTypeMesoDownscaling

enumeration

ScalerTypeMastScaling

enumeration

ScalerTypeMastScalingGeo

enumeration

ScalerTypeUserDefined

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiScalerType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ScalerTypeMesoDownscaling" />
               <xs:enumeration value="ScalerTypeMastScaling" />
               <xs:enumeration value="ScalerTypeMastScalingGeo" />
               <xs:enumeration value="ScalerTypeUserDefined" />
            </xs:restriction>
         </xs:simpleType>
         

ApiStatgenType

restriction of xs:string

Value

enumeration

StatgenSitedata

enumeration

StatgenCFD

enumeration

StatgenMeso

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiStatgenType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="StatgenSitedata" />
               <xs:enumeration value="StatgenCFD" />
               <xs:enumeration value="StatgenMeso" />
            </xs:restriction>
         </xs:simpleType>
         

ApiTerrainType

restriction of xs:string

Value

enumeration

ScalerTerrainWasp

enumeration

ScalerTerrainWAsPCFD

enumeration

ScalerTerrainFlowRes

enumeration

ScalerTerrainResource

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiTerrainType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ScalerTerrainWasp" />
               <xs:enumeration value="ScalerTerrainWAsPCFD" />
               <xs:enumeration value="ScalerTerrainFlowRes" />
               <xs:enumeration value="ScalerTerrainResource" />
            </xs:restriction>
         </xs:simpleType>
         

ApiWaspVersion

restriction of xs:string

Value

enumeration

ApiWAsP6_9

enumeration

ApiWAsP10

enumeration

ApiWAsP101

enumeration

ApiWAsP11

enumeration

ApiWAsP12

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiWaspVersion">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiWAsP6_9" />
               <xs:enumeration value="ApiWAsP10" />
               <xs:enumeration value="ApiWAsP101" />
               <xs:enumeration value="ApiWAsP11" />
               <xs:enumeration value="ApiWAsP12" />
            </xs:restriction>
         </xs:simpleType>
         

ApiWpObjType

restriction of xs:string

Value

enumeration

Unknown

enumeration

NewWTG

enumeration

ExistWTG

enumeration

SiteData

enumeration

Obstacle

enumeration

NSA

enumeration

SiteCenter

enumeration

Polygons

enumeration

Shadow

enumeration

CtrlPoint

enumeration

Camera

enumeration

HCData

enumeration

Obj3DData

enumeration

AreaObj

enumeration

WTGnet

enumeration

WTGareas

enumeration

UsrTextData

enumeration

Ruler

enumeration

VR

enumeration

VRCamera

enumeration

Shape

enumeration

Profile

enumeration

EGrid

enumeration

BusBar

enumeration

Transformer

enumeration

ExtGrid

enumeration

ELoad

enumeration

RadarObject

enumeration

HCGridObj

enumeration

MeteoObjectData

enumeration

RoadObject

enumeration

ResultLayerObject

enumeration

SolarPvObject

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiWpObjType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="Unknown" />
               <xs:enumeration value="NewWTG" />
               <xs:enumeration value="ExistWTG" />
               <xs:enumeration value="SiteData" />
               <xs:enumeration value="Obstacle" />
               <xs:enumeration value="NSA" />
               <xs:enumeration value="SiteCenter" />
               <xs:enumeration value="Polygons" />
               <xs:enumeration value="Shadow" />
               <xs:enumeration value="CtrlPoint" />
               <xs:enumeration value="Camera" />
               <xs:enumeration value="HCData" />
               <xs:enumeration value="Obj3DData" />
               <xs:enumeration value="AreaObj" />
               <xs:enumeration value="WTGnet" />
               <xs:enumeration value="WTGareas" />
               <xs:enumeration value="UsrTextData" />
               <xs:enumeration value="Ruler" />
               <xs:enumeration value="VR" />
               <xs:enumeration value="VRCamera" />
               <xs:enumeration value="Shape" />
               <xs:enumeration value="Profile" />
               <xs:enumeration value="EGrid" />
               <xs:enumeration value="BusBar" />
               <xs:enumeration value="Transformer" />
               <xs:enumeration value="ExtGrid" />
               <xs:enumeration value="ELoad" />
               <xs:enumeration value="RadarObject" />
               <xs:enumeration value="HCGridObj" />
               <xs:enumeration value="MeteoObjectData" />
               <xs:enumeration value="RoadObject" />
               <xs:enumeration value="ResultLayerObject" />
               <xs:enumeration value="SolarPvObject" />
            </xs:restriction>
         </xs:simpleType>
         

ApiWtgDetailType

restriction of xs:string

Value

enumeration

WTGDTPowerCurve

enumeration

WTGDTNoise

enumeration

WTGDTVisual

enumeration

WTGDTeGrid

enumeration

WTGDTAny

enumeration

WTGDTPCNoiseList

enumeration

WTGDTPowerMatrix

enumeration

WTGDTVisual3D

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiWtgDetailType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="WTGDTPowerCurve" />
               <xs:enumeration value="WTGDTNoise" />
               <xs:enumeration value="WTGDTVisual" />
               <xs:enumeration value="WTGDTeGrid" />
               <xs:enumeration value="WTGDTAny" />
               <xs:enumeration value="WTGDTPCNoiseList" />
               <xs:enumeration value="WTGDTPowerMatrix" />
               <xs:enumeration value="WTGDTVisual3D" />
            </xs:restriction>
         </xs:simpleType>
         

ApiZVIType

restriction of xs:string

Value

enumeration

ApiZVIStandard

enumeration

ApiZVICumImpact

enumeration

ApiZVIRadarMap

enumeration

ApiZVIRadarWTG

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiZVIType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiZVIStandard" />
               <xs:enumeration value="ApiZVICumImpact" />
               <xs:enumeration value="ApiZVIRadarMap" />
               <xs:enumeration value="ApiZVIRadarWTG" />
            </xs:restriction>
         </xs:simpleType>
         

ApiZviAreaType

restriction of xs:string

Value

enumeration

ApiZVIAsRect

enumeration

ApiZVIAsWTGArea

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiZviAreaType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiZVIAsRect" />
               <xs:enumeration value="ApiZVIAsWTGArea" />
            </xs:restriction>
         </xs:simpleType>
         

ApiZviCenterType

restriction of xs:string

Value

enumeration

ApiZVICtSiteCenter

enumeration

ApiZVICtUser

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiZviCenterType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiZVICtSiteCenter" />
               <xs:enumeration value="ApiZVICtUser" />
            </xs:restriction>
         </xs:simpleType>
         

ApiZviHeightType

restriction of xs:string

Value

enumeration

ApiZVIChFullHeight

enumeration

ApiZVIChHubHeight

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiZviHeightType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiZVIChFullHeight" />
               <xs:enumeration value="ApiZVIChHubHeight" />
            </xs:restriction>
         </xs:simpleType>
         

EApiOptimizeLayoutState

restriction of xs:string

Value

enumeration

olsApiInit

enumeration

olsApiQueued

enumeration

olsApiRunning

enumeration

olsApiStopped

enumeration

olsApiDone

enumeration

olsApiError

enumeration

olsApiNoSolutionFound

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EApiOptimizeLayoutState">
            <xs:restriction base="xs:string">
               <xs:enumeration value="olsApiInit" />
               <xs:enumeration value="olsApiQueued" />
               <xs:enumeration value="olsApiRunning" />
               <xs:enumeration value="olsApiStopped" />
               <xs:enumeration value="olsApiDone" />
               <xs:enumeration value="olsApiError" />
               <xs:enumeration value="olsApiNoSolutionFound" />
            </xs:restriction>
         </xs:simpleType>
         

EApiOptimizeV2ObjectiveMode

restriction of xs:string

Value

enumeration

oomApiAEP

enumeration

oomApiLCOE

enumeration

oomApiNPV

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EApiOptimizeV2ObjectiveMode">
            <xs:restriction base="xs:string">
               <xs:enumeration value="oomApiAEP" />
               <xs:enumeration value="oomApiLCOE" />
               <xs:enumeration value="oomApiNPV" />
            </xs:restriction>
         </xs:simpleType>
         

EApiOptimizeV2SitePattern

restriction of xs:string

Value

enumeration

ospApiRandom

enumeration

ospApiRegular

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EApiOptimizeV2SitePattern">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ospApiRandom" />
               <xs:enumeration value="ospApiRegular" />
            </xs:restriction>
         </xs:simpleType>
         

EApiOptimizeV2TerminateReason

restriction of xs:string

Value

enumeration

trApiNotDone

enumeration

trApiDone

enumeration

trApiMaxSteps

enumeration

trApiMaxTime

enumeration

trApiUserStopped

enumeration

trApiMaxUselessTriesReached

enumeration

trApiNoSolutionsFound

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EApiOptimizeV2TerminateReason">
            <xs:restriction base="xs:string">
               <xs:enumeration value="trApiNotDone" />
               <xs:enumeration value="trApiDone" />
               <xs:enumeration value="trApiMaxSteps" />
               <xs:enumeration value="trApiMaxTime" />
               <xs:enumeration value="trApiUserStopped" />
               <xs:enumeration value="trApiMaxUselessTriesReached" />
               <xs:enumeration value="trApiNoSolutionsFound" />
            </xs:restriction>
         </xs:simpleType>
         

EMCPv2Concept

restriction of xs:string

Value

enumeration

ccLongTerm

enumeration

ccShortTerm

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EMCPv2Concept">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ccLongTerm" />
               <xs:enumeration value="ccShortTerm" />
            </xs:restriction>
         </xs:simpleType>
         

EMCPv2PeriodSelection

restriction of xs:string

Value

enumeration

psAll

enumeration

psInterval

enumeration

psLastYears

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EMCPv2PeriodSelection">
            <xs:restriction base="xs:string">
               <xs:enumeration value="psAll" />
               <xs:enumeration value="psInterval" />
               <xs:enumeration value="psLastYears" />
            </xs:restriction>
         </xs:simpleType>
         

EMCPv2StatisticsAggregation

restriction of xs:string

Value

enumeration

saHour

enumeration

saDay

enumeration

saWeek

enumeration

saMonth

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EMCPv2StatisticsAggregation">
            <xs:restriction base="xs:string">
               <xs:enumeration value="saHour" />
               <xs:enumeration value="saDay" />
               <xs:enumeration value="saWeek" />
               <xs:enumeration value="saMonth" />
            </xs:restriction>
         </xs:simpleType>
         

EMCPv2StatisticsAggregationType

restriction of xs:string

Value

enumeration

satWindSpeed

enumeration

satEnergy

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EMCPv2StatisticsAggregationType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="satWindSpeed" />
               <xs:enumeration value="satEnergy" />
            </xs:restriction>
         </xs:simpleType>
         

EMCPv2WindDataType

restriction of xs:string

Value

enumeration

wdtSiteData

enumeration

wdtCFD

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EMCPv2WindDataType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="wdtSiteData" />
               <xs:enumeration value="wdtCFD" />
            </xs:restriction>
         </xs:simpleType>
         

EWakeDecayEnum

restriction of xs:string

Value

enumeration

wkOnShore

enumeration

wkOffShore

enumeration

wkCustom

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EWakeDecayEnum">
            <xs:restriction base="xs:string">
               <xs:enumeration value="wkOnShore" />
               <xs:enumeration value="wkOffShore" />
               <xs:enumeration value="wkCustom" />
            </xs:restriction>
         </xs:simpleType>
         

SdMapFileType

restriction of xs:string

Value

enumeration

SdMfUnknown

enumeration

SdMfWaspOro

enumeration

SdMfWaspRou

enumeration

SdMfWPOro

enumeration

SdMfWPRou

enumeration

SdMfWPElevationGrid

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SdMapFileType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="SdMfUnknown" />
               <xs:enumeration value="SdMfWaspOro" />
               <xs:enumeration value="SdMfWaspRou" />
               <xs:enumeration value="SdMfWPOro" />
               <xs:enumeration value="SdMfWPRou" />
               <xs:enumeration value="SdMfWPElevationGrid" />
            </xs:restriction>
         </xs:simpleType>
         

SiteDataPurpose

restriction of xs:string

Value

enumeration

SdPurpUndef

enumeration

SdPurpAtlas

enumeration

SdPurpWasp

enumeration

SdPurpStatgen

enumeration

SdPurpResource

enumeration

SdPurpCFD

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SiteDataPurpose">
            <xs:restriction base="xs:string">
               <xs:enumeration value="SdPurpUndef" />
               <xs:enumeration value="SdPurpAtlas" />
               <xs:enumeration value="SdPurpWasp" />
               <xs:enumeration value="SdPurpStatgen" />
               <xs:enumeration value="SdPurpResource" />
               <xs:enumeration value="SdPurpCFD" />
            </xs:restriction>
         </xs:simpleType>
         

TAirAbsType

restriction of xs:string

Value

enumeration

aatFixed

enumeration

aatCalc

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TAirAbsType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="aatFixed" />
               <xs:enumeration value="aatCalc" />
            </xs:restriction>
         </xs:simpleType>
         

TApiAirDensCorrMeth

restriction of xs:string

Value

enumeration

AirDensCorrMethOldWP

enumeration

AirDensCorrMethNewWP

enumeration

AirDensCorrMethIEC

enumeration

AirDensCorrMethNone

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAirDensCorrMeth">
            <xs:restriction base="xs:string">
               <xs:enumeration value="AirDensCorrMethOldWP" />
               <xs:enumeration value="AirDensCorrMethNewWP" />
               <xs:enumeration value="AirDensCorrMethIEC" />
               <xs:enumeration value="AirDensCorrMethNone" />
            </xs:restriction>
         </xs:simpleType>
         

TApiAirDensFixedType

restriction of xs:string

Value

enumeration

AirDensTypeFixedStandard

enumeration

AirDensTypeFixedManual

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAirDensFixedType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="AirDensTypeFixedStandard" />
               <xs:enumeration value="AirDensTypeFixedManual" />
            </xs:restriction>
         </xs:simpleType>
         

TApiAirDensHeightDepType

restriction of xs:string

Value

enumeration

AirDensHeightDepDatabase

enumeration

AirDensHeightDepManual

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAirDensHeightDepType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="AirDensHeightDepDatabase" />
               <xs:enumeration value="AirDensHeightDepManual" />
            </xs:restriction>
         </xs:simpleType>
         

TApiAirDensMainType

restriction of xs:string

Value

enumeration

AirDensMainTypeUndef

enumeration

AirDensMainTypeHeightDep

enumeration

AirDensMainTypeFixed

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAirDensMainType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="AirDensMainTypeUndef" />
               <xs:enumeration value="AirDensMainTypeHeightDep" />
               <xs:enumeration value="AirDensMainTypeFixed" />
            </xs:restriction>
         </xs:simpleType>
         

TApiAreaObjPurpose

restriction of xs:string

Value

enumeration

ApiapRoughness

enumeration

ApiapUmbra

enumeration

ApiapZVI

enumeration

ApiapWindPlan

enumeration

ApiapResource

enumeration

ApiapVR

enumeration

ApiapInversZVI

enumeration

ApiapSteepness

enumeration

ApiapWeightedWindplan

enumeration

ApiapImportOnly

enumeration

ApiapNord2000

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAreaObjPurpose">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiapRoughness" />
               <xs:enumeration value="ApiapUmbra" />
               <xs:enumeration value="ApiapZVI" />
               <xs:enumeration value="ApiapWindPlan" />
               <xs:enumeration value="ApiapResource" />
               <xs:enumeration value="ApiapVR" />
               <xs:enumeration value="ApiapInversZVI" />
               <xs:enumeration value="ApiapSteepness" />
               <xs:enumeration value="ApiapWeightedWindplan" />
               <xs:enumeration value="ApiapImportOnly" />
               <xs:enumeration value="ApiapNord2000" />
            </xs:restriction>
         </xs:simpleType>
         

TApiBrushStyle

restriction of xs:string

Value

enumeration

ApiBsSolid

enumeration

ApiBsClear

enumeration

ApiBsHorizontal

enumeration

ApiBsVertical

enumeration

ApiBsFDiagonal

enumeration

ApiBsBDiagonal

enumeration

ApiBsCross

enumeration

ApiBsDiagCross

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiBrushStyle">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiBsSolid" />
               <xs:enumeration value="ApiBsClear" />
               <xs:enumeration value="ApiBsHorizontal" />
               <xs:enumeration value="ApiBsVertical" />
               <xs:enumeration value="ApiBsFDiagonal" />
               <xs:enumeration value="ApiBsBDiagonal" />
               <xs:enumeration value="ApiBsCross" />
               <xs:enumeration value="ApiBsDiagCross" />
            </xs:restriction>
         </xs:simpleType>
         

TApiCtrlPointType

restriction of xs:string

Value

enumeration

ApicptUncertainty

enumeration

ApicptAbsolute

enumeration

ApicptCross

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCtrlPointType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApicptUncertainty" />
               <xs:enumeration value="ApicptAbsolute" />
               <xs:enumeration value="ApicptCross" />
            </xs:restriction>
         </xs:simpleType>
         

TApiEFForestType

restriction of xs:string

Value

enumeration

ftApiCustom

enumeration

ftApiConiferous

enumeration

ftApiDeciduous

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiEFForestType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ftApiCustom" />
               <xs:enumeration value="ftApiConiferous" />
               <xs:enumeration value="ftApiDeciduous" />
            </xs:restriction>
         </xs:simpleType>
         

TApiEVModel2021_StandardSettings

restriction of xs:string

Value

enumeration

Api_EV_WithDAC_OffshoreClass0

enumeration

Api_EV_WithDAC_OnshoreClass1

enumeration

Api_EV_WithDAC_OnshoreClass2

enumeration

Api_EV_WithDAC_OnshoreClass3

enumeration

Api_EV_NoDAC

enumeration

Api_EV_UserDefined

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiEVModel2021_StandardSettings">
            <xs:restriction base="xs:string">
               <xs:enumeration value="Api_EV_WithDAC_OffshoreClass0" />
               <xs:enumeration value="Api_EV_WithDAC_OnshoreClass1" />
               <xs:enumeration value="Api_EV_WithDAC_OnshoreClass2" />
               <xs:enumeration value="Api_EV_WithDAC_OnshoreClass3" />
               <xs:enumeration value="Api_EV_NoDAC" />
               <xs:enumeration value="Api_EV_UserDefined" />
            </xs:restriction>
         </xs:simpleType>
         

TApiElevGridDataType

restriction of xs:string

Value

enumeration

ApidtTerrain

enumeration

ApidtSurface

enumeration

ApidtObjHeights

enumeration

ApidtDepths

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiElevGridDataType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApidtTerrain" />
               <xs:enumeration value="ApidtSurface" />
               <xs:enumeration value="ApidtObjHeights" />
               <xs:enumeration value="ApidtDepths" />
            </xs:restriction>
         </xs:simpleType>
         

TApiFileDataType

restriction of xs:string

Value

enumeration

ApiDtDefault

enumeration

ApiDtRou

enumeration

ApiDtDataLine

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiFileDataType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiDtDefault" />
               <xs:enumeration value="ApiDtRou" />
               <xs:enumeration value="ApiDtDataLine" />
            </xs:restriction>
         </xs:simpleType>
         

TApiHCFileformat

restriction of xs:string

Value

enumeration

ApiHcfEMD

enumeration

ApiHcfWAsP

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiHCFileformat">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiHcfEMD" />
               <xs:enumeration value="ApiHcfWAsP" />
            </xs:restriction>
         </xs:simpleType>
         

TApiHorizontalIntpl

restriction of xs:string

Value

enumeration

ApiTakeNearest

enumeration

ApiDistanceWeightedGeostroph

enumeration

ApiDistanceWeightedPost

enumeration

ApiLinkMetToPos

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiHorizontalIntpl">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiTakeNearest" />
               <xs:enumeration value="ApiDistanceWeightedGeostroph" />
               <xs:enumeration value="ApiDistanceWeightedPost" />
               <xs:enumeration value="ApiLinkMetToPos" />
            </xs:restriction>
         </xs:simpleType>
         

TApiMapShapeBoundto

restriction of xs:string

Value

enumeration

ApiFree

enumeration

ApiCS

enumeration

ApiScreen

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMapShapeBoundto">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiFree" />
               <xs:enumeration value="ApiCS" />
               <xs:enumeration value="ApiScreen" />
            </xs:restriction>
         </xs:simpleType>
         

TApiMapShapeType

restriction of xs:string

Value

enumeration

ApiRectangle

enumeration

ApiSquare

enumeration

ApiCircle

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMapShapeType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiRectangle" />
               <xs:enumeration value="ApiSquare" />
               <xs:enumeration value="ApiCircle" />
            </xs:restriction>
         </xs:simpleType>
         

TApiParkWdcTerrainTypes

restriction of xs:string

Value

enumeration

TerUserDefined

enumeration

TerVeryStable

enumeration

TerOffshoreLowerTI

enumeration

TerOffshore

enumeration

TerOffshoreHigherTI

enumeration

TerVeryOpen

enumeration

TerOpen

enumeration

TerMixedFarmland

enumeration

TerClosed

enumeration

TerVeryClosed

enumeration

TerDenseForest

enumeration

TerDTUOnShore

enumeration

TERDTUOffShore

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiParkWdcTerrainTypes">
            <xs:restriction base="xs:string">
               <xs:enumeration value="TerUserDefined" />
               <xs:enumeration value="TerVeryStable" />
               <xs:enumeration value="TerOffshoreLowerTI" />
               <xs:enumeration value="TerOffshore" />
               <xs:enumeration value="TerOffshoreHigherTI" />
               <xs:enumeration value="TerVeryOpen" />
               <xs:enumeration value="TerOpen" />
               <xs:enumeration value="TerMixedFarmland" />
               <xs:enumeration value="TerClosed" />
               <xs:enumeration value="TerVeryClosed" />
               <xs:enumeration value="TerDenseForest" />
               <xs:enumeration value="TerDTUOnShore" />
               <xs:enumeration value="TERDTUOffShore" />
            </xs:restriction>
         </xs:simpleType>
         

TApiPenStyle

restriction of xs:string

Value

enumeration

ApiSolid

enumeration

ApiDash

enumeration

ApiDot

enumeration

ApiDashDot

enumeration

ApiDashDotDot

enumeration

ApiClear

enumeration

ApiInsideFrame

enumeration

ApiUserStyle

enumeration

ApiAlternate

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiPenStyle">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiSolid" />
               <xs:enumeration value="ApiDash" />
               <xs:enumeration value="ApiDot" />
               <xs:enumeration value="ApiDashDot" />
               <xs:enumeration value="ApiDashDotDot" />
               <xs:enumeration value="ApiClear" />
               <xs:enumeration value="ApiInsideFrame" />
               <xs:enumeration value="ApiUserStyle" />
               <xs:enumeration value="ApiAlternate" />
            </xs:restriction>
         </xs:simpleType>
         

TApiRixWeightType

restriction of xs:string

Value

enumeration

RixWeightTypeEqually

enumeration

RixWeightTypeFrequency

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiRixWeightType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="RixWeightTypeEqually" />
               <xs:enumeration value="RixWeightTypeFrequency" />
            </xs:restriction>
         </xs:simpleType>
         

TApiRixWindstatType

restriction of xs:string

Value

enumeration

RixWindStatCalc

enumeration

RixWindStatZero

enumeration

RixWindStatWindstat

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiRixWindstatType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="RixWindStatCalc" />
               <xs:enumeration value="RixWindStatZero" />
               <xs:enumeration value="RixWindStatWindstat" />
            </xs:restriction>
         </xs:simpleType>
         

TApiRouType

restriction of xs:string

Value

enumeration

rtApiClass

enumeration

rtApiLength

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiRouType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="rtApiClass" />
               <xs:enumeration value="rtApiLength" />
            </xs:restriction>
         </xs:simpleType>
         

TApiShadowMapType

restriction of xs:string

Value

enumeration

ApiShadowMapTypeRectAngle

enumeration

ApiShadowMapTypePolygon

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiShadowMapType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiShadowMapTypeRectAngle" />
               <xs:enumeration value="ApiShadowMapTypePolygon" />
            </xs:restriction>
         </xs:simpleType>
         

TApiShadowReceptorDirectionMode

restriction of xs:string

Value

enumeration

ApisdmUniDir

enumeration

ApisdmOmniDir

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiShadowReceptorDirectionMode">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApisdmUniDir" />
               <xs:enumeration value="ApisdmOmniDir" />
            </xs:restriction>
         </xs:simpleType>
         

TApiStartMonth

restriction of xs:string

Value

enumeration

ApiJan

enumeration

ApiFeb

enumeration

ApiMar

enumeration

ApiApr

enumeration

ApiMay

enumeration

ApiJun

enumeration

ApiJul

enumeration

ApiAug

enumeration

ApiSep

enumeration

ApiOct

enumeration

ApiNov

enumeration

ApiDec

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiStartMonth">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ApiJan" />
               <xs:enumeration value="ApiFeb" />
               <xs:enumeration value="ApiMar" />
               <xs:enumeration value="ApiApr" />
               <xs:enumeration value="ApiMay" />
               <xs:enumeration value="ApiJun" />
               <xs:enumeration value="ApiJul" />
               <xs:enumeration value="ApiAug" />
               <xs:enumeration value="ApiSep" />
               <xs:enumeration value="ApiOct" />
               <xs:enumeration value="ApiNov" />
               <xs:enumeration value="ApiDec" />
            </xs:restriction>
         </xs:simpleType>
         

TApifHitType

restriction of xs:string

Value

enumeration

fApihitNotSet

enumeration

fApihitRoughnessMap

enumeration

fApihitRoughnessArea

enumeration

fApihitHeightArea

enumeration

fApihitHeightLine

enumeration

fApihitHeightGrid

enumeration

fApihitRoughnessLine

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApifHitType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="fApihitNotSet" />
               <xs:enumeration value="fApihitRoughnessMap" />
               <xs:enumeration value="fApihitRoughnessArea" />
               <xs:enumeration value="fApihitHeightArea" />
               <xs:enumeration value="fApihitHeightLine" />
               <xs:enumeration value="fApihitHeightGrid" />
               <xs:enumeration value="fApihitRoughnessLine" />
            </xs:restriction>
         </xs:simpleType>
         

TAvgInt

restriction of xs:string

Value

enumeration

aiNone

enumeration

aiHour

enumeration

aiDay

enumeration

aiWeek

enumeration

aiMonth

enumeration

aiYear

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TAvgInt">
            <xs:restriction base="xs:string">
               <xs:enumeration value="aiNone" />
               <xs:enumeration value="aiHour" />
               <xs:enumeration value="aiDay" />
               <xs:enumeration value="aiWeek" />
               <xs:enumeration value="aiMonth" />
               <xs:enumeration value="aiYear" />
            </xs:restriction>
         </xs:simpleType>
         

TBrushStyle

restriction of xs:string

Value

enumeration

bsSolid

enumeration

bsClear

enumeration

bsHorizontal

enumeration

bsVertical

enumeration

bsFDiagonal

enumeration

bsBDiagonal

enumeration

bsCross

enumeration

bsDiagCross

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TBrushStyle">
            <xs:restriction base="xs:string">
               <xs:enumeration value="bsSolid" />
               <xs:enumeration value="bsClear" />
               <xs:enumeration value="bsHorizontal" />
               <xs:enumeration value="bsVertical" />
               <xs:enumeration value="bsFDiagonal" />
               <xs:enumeration value="bsBDiagonal" />
               <xs:enumeration value="bsCross" />
               <xs:enumeration value="bsDiagCross" />
            </xs:restriction>
         </xs:simpleType>
         

TCalendarPages

restriction of xs:string

Value

enumeration

cpAuto

enumeration

cpForce1

enumeration

cpForce2

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TCalendarPages">
            <xs:restriction base="xs:string">
               <xs:enumeration value="cpAuto" />
               <xs:enumeration value="cpForce1" />
               <xs:enumeration value="cpForce2" />
            </xs:restriction>
         </xs:simpleType>
         

TDemandType

restriction of xs:string

Value

enumeration

dtWTGCompToDemand

enumeration

dtWTGAndAmbientCompToAmbientAndMargin

enumeration

dtWTGCompToAmbientAndMargin

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TDemandType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="dtWTGCompToDemand" />
               <xs:enumeration value="dtWTGAndAmbientCompToAmbientAndMargin" />
               <xs:enumeration value="dtWTGCompToAmbientAndMargin" />
            </xs:restriction>
         </xs:simpleType>
         

TDistFactType

restriction of xs:string

Value

enumeration

dftRotorDiameter

enumeration

dftHubheight

enumeration

dftTotalHeight

enumeration

dftRatedPower

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TDistFactType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="dftRotorDiameter" />
               <xs:enumeration value="dftHubheight" />
               <xs:enumeration value="dftTotalHeight" />
               <xs:enumeration value="dftRatedPower" />
            </xs:restriction>
         </xs:simpleType>
         

TDistanceCircleType

restriction of xs:string

Value

enumeration

dctNone

enumeration

dctCircle

enumeration

dctEllipse

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TDistanceCircleType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="dctNone" />
               <xs:enumeration value="dctCircle" />
               <xs:enumeration value="dctEllipse" />
            </xs:restriction>
         </xs:simpleType>
         

TFileFolderListType

restriction of xs:string

Value

enumeration

fftFile

enumeration

fftFolder

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TFileFolderListType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="fftFile" />
               <xs:enumeration value="fftFolder" />
            </xs:restriction>
         </xs:simpleType>
         

TGroundEffectMethod

restriction of xs:string

Value

enumeration

gamNone

enumeration

gamGeneral

enumeration

gamGeneralTerrainSpecific

enumeration

gamAlternative

enumeration

gamFixed

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TGroundEffectMethod">
            <xs:restriction base="xs:string">
               <xs:enumeration value="gamNone" />
               <xs:enumeration value="gamGeneral" />
               <xs:enumeration value="gamGeneralTerrainSpecific" />
               <xs:enumeration value="gamAlternative" />
               <xs:enumeration value="gamFixed" />
            </xs:restriction>
         </xs:simpleType>
         

TKindOfDemand

restriction of xs:string

Value

enumeration

kodUnknown

enumeration

kodAbsolute

enumeration

kodAmbient

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TKindOfDemand">
            <xs:restriction base="xs:string">
               <xs:enumeration value="kodUnknown" />
               <xs:enumeration value="kodAbsolute" />
               <xs:enumeration value="kodAmbient" />
            </xs:restriction>
         </xs:simpleType>
         

TLTypItemResourceUnit

restriction of xs:string

Value

enumeration

ruWindspeed

enumeration

ruWindEnergy

enumeration

ruWindEnergyYear

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TLTypItemResourceUnit">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ruWindspeed" />
               <xs:enumeration value="ruWindEnergy" />
               <xs:enumeration value="ruWindEnergyYear" />
            </xs:restriction>
         </xs:simpleType>
         

TMCPv2BinningType

restriction of xs:string

Value

enumeration

btNone

enumeration

btSeason

enumeration

btStability

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TMCPv2BinningType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="btNone" />
               <xs:enumeration value="btSeason" />
               <xs:enumeration value="btStability" />
            </xs:restriction>
         </xs:simpleType>
         

TMCPv2ResidualsType

restriction of xs:string

Value

enumeration

residualsDefault

enumeration

residualsEnabled

enumeration

residualsDisabled

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TMCPv2ResidualsType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="residualsDefault" />
               <xs:enumeration value="residualsEnabled" />
               <xs:enumeration value="residualsDisabled" />
            </xs:restriction>
         </xs:simpleType>
         

TManualSunPropType

restriction of xs:string

Value

enumeration

mspAverageDailySunHours

enumeration

mspSPerS0

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TManualSunPropType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="mspAverageDailySunHours" />
               <xs:enumeration value="mspSPerS0" />
            </xs:restriction>
         </xs:simpleType>
         

TMaxDistSource

restriction of xs:string

Value

enumeration

mdsFixed

enumeration

mdsDistCircle

enumeration

mdsNone

enumeration

mdsDistCircle2

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TMaxDistSource">
            <xs:restriction base="xs:string">
               <xs:enumeration value="mdsFixed" />
               <xs:enumeration value="mdsDistCircle" />
               <xs:enumeration value="mdsNone" />
               <xs:enumeration value="mdsDistCircle2" />
            </xs:restriction>
         </xs:simpleType>
         

TModelLTSlicing

restriction of xs:string

Value

enumeration

Api5Hours

enumeration

Api10Hours

enumeration

Api15Hours

enumeration

Api24Hours

enumeration

Api2ndHalf

enumeration

ApiEntire

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TModelLTSlicing">
            <xs:restriction base="xs:string">
               <xs:enumeration value="Api5Hours" />
               <xs:enumeration value="Api10Hours" />
               <xs:enumeration value="Api15Hours" />
               <xs:enumeration value="Api24Hours" />
               <xs:enumeration value="Api2ndHalf" />
               <xs:enumeration value="ApiEntire" />
            </xs:restriction>
         </xs:simpleType>
         

TNoiseType

restriction of xs:string

Value

enumeration

ntLwa

enumeration

ntL90

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TNoiseType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ntLwa" />
               <xs:enumeration value="ntL90" />
            </xs:restriction>
         </xs:simpleType>
         

TOrientation

restriction of xs:string

Value

enumeration

poPortrait

enumeration

poLandScape

enumeration

poDefault

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TOrientation">
            <xs:restriction base="xs:string">
               <xs:enumeration value="poPortrait" />
               <xs:enumeration value="poLandScape" />
               <xs:enumeration value="poDefault" />
            </xs:restriction>
         </xs:simpleType>
         

TPuretoneMethod

restriction of xs:string

Value

enumeration

pmAddToSource

enumeration

pmAddToDemand

enumeration

pmAddToReceiver

enumeration

pmIgnore

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TPuretoneMethod">
            <xs:restriction base="xs:string">
               <xs:enumeration value="pmAddToSource" />
               <xs:enumeration value="pmAddToDemand" />
               <xs:enumeration value="pmAddToReceiver" />
               <xs:enumeration value="pmIgnore" />
            </xs:restriction>
         </xs:simpleType>
         

TUncertaintySourceType

restriction of xs:string

Value

enumeration

ustWTGObj

enumeration

ustWTGCat

enumeration

ustFixed

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TUncertaintySourceType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ustWTGObj" />
               <xs:enumeration value="ustWTGCat" />
               <xs:enumeration value="ustFixed" />
            </xs:restriction>
         </xs:simpleType>
         

TUncertaintyType

restriction of xs:string

Value

enumeration

utMargin

enumeration

utAddToSource

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TUncertaintyType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="utMargin" />
               <xs:enumeration value="utAddToSource" />
            </xs:restriction>
         </xs:simpleType>
         

TWScaleType

restriction of xs:string

Value

enumeration

wscToUserWindspeed

enumeration

wscNone

enumeration

wscToSiteDataWindspeed

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TWScaleType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="wscToUserWindspeed" />
               <xs:enumeration value="wscNone" />
               <xs:enumeration value="wscToSiteDataWindspeed" />
            </xs:restriction>
         </xs:simpleType>
         

TWindSpeedMethod

restriction of xs:string

Value

enumeration

wsmFixed

enumeration

wsmRange

enumeration

wsm95pct

enumeration

wsm95pctOrFixed

enumeration

wsmLoudest

enumeration

wsmAggregated

enumeration

wsmAbsLoudest

enumeration

wsmAbsLoudestAtReceptor

enumeration

wsmEntireMatrix

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TWindSpeedMethod">
            <xs:restriction base="xs:string">
               <xs:enumeration value="wsmFixed" />
               <xs:enumeration value="wsmRange" />
               <xs:enumeration value="wsm95pct" />
               <xs:enumeration value="wsm95pctOrFixed" />
               <xs:enumeration value="wsmLoudest" />
               <xs:enumeration value="wsmAggregated" />
               <xs:enumeration value="wsmAbsLoudest" />
               <xs:enumeration value="wsmAbsLoudestAtReceptor" />
               <xs:enumeration value="wsmEntireMatrix" />
            </xs:restriction>
         </xs:simpleType>
         

TZVIType

restriction of xs:string

Value

enumeration

ztNormal

enumeration

ztNotVisible

enumeration

ztCritical

<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TZVIType">
            <xs:restriction base="xs:string">
               <xs:enumeration value="ztNormal" />
               <xs:enumeration value="ztNotVisible" />
               <xs:enumeration value="ztCritical" />
            </xs:restriction>
         </xs:simpleType>
         

Complex Types

ApiMCPv2LocalScaling

Property

Type

minOccurs

maxOccurs

Factor

xs:double

Offset

xs:double

PredictedMean

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiMCPv2LocalScaling">
            <xs:sequence>
               <xs:element name="Factor" type="xs:double" />
               <xs:element name="Offset" type="xs:double" />
               <xs:element name="PredictedMean" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

ApiOnlineDataTypes

Property

Type

minOccurs

maxOccurs

ApiOnlineDataType

tns:ApiOnlineDataType

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ApiOnlineDataTypes">
            <xs:sequence>
               <xs:element name="ApiOnlineDataType" minOccurs="0" maxOccurs="unbounded" type="tns:ApiOnlineDataType" />
            </xs:sequence>
         </xs:complexType>
         

EApiGeneralException

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EApiGeneralException">
            <xs:sequence />
         </xs:complexType>
         

TApiAirDensitySettings

Property

Type

minOccurs

maxOccurs

MainType

tns:TApiAirDensMainType

FixedType

tns:TApiAirDensFixedType

HeightDepType

tns:TApiAirDensHeightDepType

Station

xs:string

Manual

xs:double

DBTempElevationAsl

xs:double

DBAnnMeanTemp

xs:double

ManTempElevationAsl

xs:double

ManAnnMeanTemp

xs:double

AllowManualPressure

xs:boolean

ManPressElevationAsl

xs:double

ManAnnMeanPress

xs:double

RelativeHumidity

xs:double

ExampleTerrainElevation

xs:double

ExampleHeight

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAirDensitySettings">
            <xs:sequence>
               <xs:element name="MainType" type="tns:TApiAirDensMainType" />
               <xs:element name="FixedType" type="tns:TApiAirDensFixedType" />
               <xs:element name="HeightDepType" type="tns:TApiAirDensHeightDepType" />
               <xs:element name="Station" type="xs:string" />
               <xs:element name="Manual" type="xs:double" />
               <xs:element name="DBTempElevationAsl" type="xs:double" />
               <xs:element name="DBAnnMeanTemp" type="xs:double" />
               <xs:element name="ManTempElevationAsl" type="xs:double" />
               <xs:element name="ManAnnMeanTemp" type="xs:double" />
               <xs:element name="AllowManualPressure" type="xs:boolean" />
               <xs:element name="ManPressElevationAsl" type="xs:double" />
               <xs:element name="ManAnnMeanPress" type="xs:double" />
               <xs:element name="RelativeHumidity" type="xs:double" />
               <xs:element name="ExampleTerrainElevation" type="xs:double" />
               <xs:element name="ExampleHeight" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiAreaObjPurposes

Property

Type

minOccurs

maxOccurs

TApiAreaObjPurpose

tns:TApiAreaObjPurpose

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiAreaObjPurposes">
            <xs:sequence>
               <xs:element name="TApiAreaObjPurpose" minOccurs="0" maxOccurs="unbounded" type="tns:TApiAreaObjPurpose" />
            </xs:sequence>
         </xs:complexType>
         

TApiBlockageData

Property

Type

minOccurs

maxOccurs

Enabled

xs:boolean

Model

tns:ApiEEPBlockageModel

InductionCombinationModel

tns:ApiEEPBlockageCombinationMethod

BlockageWakeCombinationModel

tns:ApiEEPBlockageCombinationMethod

InductionCombinationModelRSSWeight

xs:double

BlockageWakeCombinationModelRSSWeight

xs:double

Gamma

xs:double

Alpha

xs:double

Beta

xs:double

Lambda

xs:double

Eta

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiBlockageData">
            <xs:sequence>
               <xs:element name="Enabled" type="xs:boolean" />
               <xs:element name="Model" type="tns:ApiEEPBlockageModel" />
               <xs:element name="InductionCombinationModel" type="tns:ApiEEPBlockageCombinationMethod" />
               <xs:element name="BlockageWakeCombinationModel" type="tns:ApiEEPBlockageCombinationMethod" />
               <xs:element name="InductionCombinationModelRSSWeight" type="xs:double" />
               <xs:element name="BlockageWakeCombinationModelRSSWeight" type="xs:double" />
               <xs:element name="Gamma" type="xs:double" />
               <xs:element name="Alpha" type="xs:double" />
               <xs:element name="Beta" type="xs:double" />
               <xs:element name="Lambda" type="xs:double" />
               <xs:element name="Eta" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiBrush

Property

Type

minOccurs

maxOccurs

Color

tns:TApiColor

Style

tns:TApiBrushStyle

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiBrush">
            <xs:sequence>
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="Style" type="tns:TApiBrushStyle" />
            </xs:sequence>
         </xs:complexType>
         

TApiCalcDecibel

Data description for TApiCalcDecibel

Property

Type

minOccurs

maxOccurs

LocalVersion

xs:int

NoiseCalculationType

xs:int

NoiseNoCalculationNSA

xs:boolean

NoiseNoCalculationMap

xs:boolean

DataSource

xs:int

DecibelCalcType

xs:int

WindSpeedHeight

xs:int

WindSpeedMethod

tns:TWindSpeedMethod

WindSpeedSingle

xs:double

WindSpeedFirst

xs:double

WindSpeedLast

xs:double

WindSpeedStep

xs:double

AggregatedSource

xs:int

AggregatedMeteoHandle

xs:int

AggregatedMeteoHeightUID

xs:int

AggregatedMeteoName

xs:string

AggregatedFileName

xs:string

AggregatedWeibullHeight

xs:double

AggregatedWeibullA

xs:double

AggregatedWeibullk

xs:double

SpectralDistribution

xs:boolean

SpectralDistributionFrom

xs:int

SpectralDistributionTo

xs:int

GroundEffectMethod

tns:TGroundEffectMethod

TerrainReduction

xs:double

GroundFactor

xs:double

GroundFactorHard

xs:double

GroundFactorPorous

xs:double

SelectHardArea

xs:boolean

GroundEffectUseValleyEffect

xs:boolean

GroundEffectValleyEffectPenalty

xs:double

GroundEffectUseTopoScreening

xs:boolean

GroundEffectTopoScreeningReduction

xs:double

UserAgr

xs:double

UserDc

xs:double

UserAgrOffshore

xs:double

UserDcOffshore

xs:double

NearShoreZone

xs:double

AgrFactor1

xs:double

AgrFactor2

xs:double

HmCalcMethod

xs:int

MetDampC0

xs:double

DemandType

tns:TDemandType

NoiseType

tns:TNoiseType

Offshore

xs:boolean

Roughness

xs:double

PuretoneMethod

tns:TPuretoneMethod

PureTonePenalty

xs:double

PureTonePenaltySource

xs:int

NoiseCalcHeight

xs:double

AllowHeightOverride

xs:boolean

ExtraMargin

xs:double

UncertaintyAllowance

xs:double

UncertaintyAllowanceAllowOverride

xs:boolean

UncertaintyUseInMaps

xs:boolean

UncertaintyType

tns:TUncertaintyType

UncertaintySourceType

tns:TUncertaintySourceType

UncertaintySourceFixed

xs:double

AmplitudeModulation

xs:double

AmplitudeModulationAllowOverride

xs:boolean

OctaveDataRequired

xs:boolean

OctaveDataUse

xs:int

DefaultNoiseLimit

xs:double

Elevation

xs:double

NoUseZLevel

xs:boolean

MissingOctDataWarning

xs:boolean

CalcLines

xs:boolean

CalcLinesStep

xs:double

CalcLinesStepManual

xs:boolean

AddDistance

xs:double

AirAbsCostVal

xs:boolean

AirAbsOmni

xs:double

AirAbsOct

tns:TApiDoubleArray

AirAbsOctCalc

tns:TApiDoubleArray

AirAbsType

tns:TAirAbsType

AirAbsTempCelcius

xs:double

AirAbsRelHumPct

xs:double

AirAbsUseStdPressure

xs:boolean

AirAbsCustomPressurekPa

xs:double

denSetup

xs:int

MapCalcWindspeed

xs:double

AreaObjectHandle

xs:int

AreaObjectLTypeWater

xs:int

AreaObjectName

xs:string

AreaObjectLTypeWaterName

xs:string

LFLsigmaType

xs:int

LFLsigma

tns:TApiDoubleArray

AllowDemandSetup

xs:boolean

DemandSetupType

xs:int

ExcludeDistanceCheck

xs:boolean

ExcludeDistanceToDemandCheck

xs:boolean

EDPElevation

xs:double

EDPPenalty

xs:double

EDPDistance

xs:double

ExcludeDemandCheck

xs:boolean

DecInMainReport

xs:int

UseRoundedValueInEval

xs:boolean

AirAbsDetailsInReport

xs:boolean

UseReflections

xs:boolean

MulRefl

xs:int

ToolVersion

xs:int

IsDirty

xs:boolean

NSAs

tns:TApiWtgIds

NRESNoiseResults

tns:TApiResultLayerSetupColl

AmbientNoiseResults

tns:TApiResultLayerSetupColl

Data description for TApiCalcDecibel based on tns:TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcDecibel based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcDecibel">
            <xs:complexContent>
               <xs:extension base="tns:TApiCalcWithWtgs">
                  <xs:sequence>
                     <xs:element name="LocalVersion" type="xs:int" />
                     <xs:element name="NoiseCalculationType" type="xs:int" />
                     <xs:element name="NoiseNoCalculationNSA" type="xs:boolean" />
                     <xs:element name="NoiseNoCalculationMap" type="xs:boolean" />
                     <xs:element name="DataSource" type="xs:int" />
                     <xs:element name="DecibelCalcType" type="xs:int" />
                     <xs:element name="WindSpeedHeight" type="xs:int" />
                     <xs:element name="WindSpeedMethod" type="tns:TWindSpeedMethod" />
                     <xs:element name="WindSpeedSingle" type="xs:double" />
                     <xs:element name="WindSpeedFirst" type="xs:double" />
                     <xs:element name="WindSpeedLast" type="xs:double" />
                     <xs:element name="WindSpeedStep" type="xs:double" />
                     <xs:element name="AggregatedSource" type="xs:int" />
                     <xs:element name="AggregatedMeteoHandle" type="xs:int" />
                     <xs:element name="AggregatedMeteoHeightUID" type="xs:int" />
                     <xs:element name="AggregatedMeteoName" type="xs:string" />
                     <xs:element name="AggregatedFileName" type="xs:string" />
                     <xs:element name="AggregatedWeibullHeight" type="xs:double" />
                     <xs:element name="AggregatedWeibullA" type="xs:double" />
                     <xs:element name="AggregatedWeibullk" type="xs:double" />
                     <xs:element name="SpectralDistribution" type="xs:boolean" />
                     <xs:element name="SpectralDistributionFrom" type="xs:int" />
                     <xs:element name="SpectralDistributionTo" type="xs:int" />
                     <xs:element name="GroundEffectMethod" type="tns:TGroundEffectMethod" />
                     <xs:element name="TerrainReduction" type="xs:double" />
                     <xs:element name="GroundFactor" type="xs:double" />
                     <xs:element name="GroundFactorHard" type="xs:double" />
                     <xs:element name="GroundFactorPorous" type="xs:double" />
                     <xs:element name="SelectHardArea" type="xs:boolean" />
                     <xs:element name="GroundEffectUseValleyEffect" type="xs:boolean" />
                     <xs:element name="GroundEffectValleyEffectPenalty" type="xs:double" />
                     <xs:element name="GroundEffectUseTopoScreening" type="xs:boolean" />
                     <xs:element name="GroundEffectTopoScreeningReduction" type="xs:double" />
                     <xs:element name="UserAgr" type="xs:double" />
                     <xs:element name="UserDc" type="xs:double" />
                     <xs:element name="UserAgrOffshore" type="xs:double" />
                     <xs:element name="UserDcOffshore" type="xs:double" />
                     <xs:element name="NearShoreZone" type="xs:double" />
                     <xs:element name="AgrFactor1" type="xs:double" />
                     <xs:element name="AgrFactor2" type="xs:double" />
                     <xs:element name="HmCalcMethod" type="xs:int" />
                     <xs:element name="MetDampC0" type="xs:double" />
                     <xs:element name="DemandType" type="tns:TDemandType" />
                     <xs:element name="NoiseType" type="tns:TNoiseType" />
                     <xs:element name="Offshore" type="xs:boolean" />
                     <xs:element name="Roughness" type="xs:double" />
                     <xs:element name="PuretoneMethod" type="tns:TPuretoneMethod" />
                     <xs:element name="PureTonePenalty" type="xs:double" />
                     <xs:element name="PureTonePenaltySource" type="xs:int" />
                     <xs:element name="NoiseCalcHeight" type="xs:double" />
                     <xs:element name="AllowHeightOverride" type="xs:boolean" />
                     <xs:element name="ExtraMargin" type="xs:double" />
                     <xs:element name="UncertaintyAllowance" type="xs:double" />
                     <xs:element name="UncertaintyAllowanceAllowOverride" type="xs:boolean" />
                     <xs:element name="UncertaintyUseInMaps" type="xs:boolean" />
                     <xs:element name="UncertaintyType" type="tns:TUncertaintyType" />
                     <xs:element name="UncertaintySourceType" type="tns:TUncertaintySourceType" />
                     <xs:element name="UncertaintySourceFixed" type="xs:double" />
                     <xs:element name="AmplitudeModulation" type="xs:double" />
                     <xs:element name="AmplitudeModulationAllowOverride" type="xs:boolean" />
                     <xs:element name="OctaveDataRequired" type="xs:boolean" />
                     <xs:element name="OctaveDataUse" type="xs:int" />
                     <xs:element name="DefaultNoiseLimit" type="xs:double" />
                     <xs:element name="Elevation" type="xs:double" />
                     <xs:element name="NoUseZLevel" type="xs:boolean" />
                     <xs:element name="MissingOctDataWarning" type="xs:boolean" />
                     <xs:element name="CalcLines" type="xs:boolean" />
                     <xs:element name="CalcLinesStep" type="xs:double" />
                     <xs:element name="CalcLinesStepManual" type="xs:boolean" />
                     <xs:element name="AddDistance" type="xs:double" />
                     <xs:element name="AirAbsCostVal" type="xs:boolean" />
                     <xs:element name="AirAbsOmni" type="xs:double" />
                     <xs:element name="AirAbsOct" type="tns:TApiDoubleArray" />
                     <xs:element name="AirAbsOctCalc" type="tns:TApiDoubleArray" />
                     <xs:element name="AirAbsType" type="tns:TAirAbsType" />
                     <xs:element name="AirAbsTempCelcius" type="xs:double" />
                     <xs:element name="AirAbsRelHumPct" type="xs:double" />
                     <xs:element name="AirAbsUseStdPressure" type="xs:boolean" />
                     <xs:element name="AirAbsCustomPressurekPa" type="xs:double" />
                     <xs:element name="denSetup" type="xs:int" />
                     <xs:element name="MapCalcWindspeed" type="xs:double" />
                     <xs:element name="AreaObjectHandle" type="xs:int" />
                     <xs:element name="AreaObjectLTypeWater" type="xs:int" />
                     <xs:element name="AreaObjectName" type="xs:string" />
                     <xs:element name="AreaObjectLTypeWaterName" type="xs:string" />
                     <xs:element name="LFLsigmaType" type="xs:int" />
                     <xs:element name="LFLsigma" type="tns:TApiDoubleArray" />
                     <xs:element name="AllowDemandSetup" type="xs:boolean" />
                     <xs:element name="DemandSetupType" type="xs:int" />
                     <xs:element name="ExcludeDistanceCheck" type="xs:boolean" />
                     <xs:element name="ExcludeDistanceToDemandCheck" type="xs:boolean" />
                     <xs:element name="EDPElevation" type="xs:double" />
                     <xs:element name="EDPPenalty" type="xs:double" />
                     <xs:element name="EDPDistance" type="xs:double" />
                     <xs:element name="ExcludeDemandCheck" type="xs:boolean" />
                     <xs:element name="DecInMainReport" type="xs:int" />
                     <xs:element name="UseRoundedValueInEval" type="xs:boolean" />
                     <xs:element name="AirAbsDetailsInReport" type="xs:boolean" />
                     <xs:element name="UseReflections" type="xs:boolean" />
                     <xs:element name="MulRefl" type="xs:int" />
                     <xs:element name="ToolVersion" type="xs:int" />
                     <xs:element name="IsDirty" type="xs:boolean" />
                     <xs:element name="NSAs" type="tns:TApiWtgIds" />
                     <xs:element name="NRESNoiseResults" type="tns:TApiResultLayerSetupColl" />
                     <xs:element name="AmbientNoiseResults" type="tns:TApiResultLayerSetupColl" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcMCP

Data description for TApiCalcMCP

Property

Type

minOccurs

maxOccurs

Sessions

tns:TROArray_ApiCalcMCPService_Impl_TApiMcpSession_

Data description for TApiCalcMCP based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcMCP">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpCalc">
                  <xs:sequence>
                     <xs:element name="Sessions" type="tns:TROArray_ApiCalcMCPService_Impl_TApiMcpSession_" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcPark

Data description for TApiCalcPark

Property

Type

minOccurs

maxOccurs

ParkCalcType

tns:ApiParkCalcType

WakeModelType

tns:ApiParkWakeModelType

WakeExcludeMirror

xs:boolean

WakeLinearWeight

xs:double

UseCurtailment

xs:boolean

CalcRedWindSpeeds

xs:boolean

EnergyReductionType

tns:ApiParkEnergyReductionType

EnergyReduction

xs:double

EnergyReductionText

xs:string

AirDensitySettings

tns:TApiAirDensitySettings

WdcData

tns:TApiParkWdcData

StatData

tns:TApiCalcParkStatisticalData

TimevarData

tns:TApiCalcParkTimevarData

EVModelData

tns:TApiEVModelData

BlockageData

tns:TApiBlockageData

TurbOParkData

tns:TApiTurbOParkData

Data description for TApiCalcPark based on tns:TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcPark based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcPark">
            <xs:complexContent>
               <xs:extension base="tns:TApiCalcWithWtgs">
                  <xs:sequence>
                     <xs:element name="ParkCalcType" type="tns:ApiParkCalcType" />
                     <xs:element name="WakeModelType" type="tns:ApiParkWakeModelType" />
                     <xs:element name="WakeExcludeMirror" type="xs:boolean" />
                     <xs:element name="WakeLinearWeight" type="xs:double" />
                     <xs:element name="UseCurtailment" type="xs:boolean" />
                     <xs:element name="CalcRedWindSpeeds" type="xs:boolean" />
                     <xs:element name="EnergyReductionType" type="tns:ApiParkEnergyReductionType" />
                     <xs:element name="EnergyReduction" type="xs:double" />
                     <xs:element name="EnergyReductionText" type="xs:string" />
                     <xs:element name="AirDensitySettings" type="tns:TApiAirDensitySettings" />
                     <xs:element name="WdcData" type="tns:TApiParkWdcData" />
                     <xs:element name="StatData" type="tns:TApiCalcParkStatisticalData" />
                     <xs:element name="TimevarData" type="tns:TApiCalcParkTimevarData" />
                     <xs:element name="EVModelData" type="tns:TApiEVModelData" />
                     <xs:element name="BlockageData" type="tns:TApiBlockageData" />
                     <xs:element name="TurbOParkData" type="tns:TApiTurbOParkData" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcParkStatisticalData

Property

Type

minOccurs

maxOccurs

KeyHubHeight

xs:double

PowerCorrNegativePowerCurveUse

xs:boolean

PowerCorrAirDensCorrMethod

tns:TApiAirDensCorrMeth

CFDUseObstacles

xs:boolean

CFDInterpolate

xs:boolean

SiteDataObjects

tns:TApiObjectHandles

DispHeightSetup

tns:TApiDispHeightSetup

RSFilenames

tns:TApiStringArray

RixSetup

tns:TApiRIXSetup

CFDFiles

tns:TApiStringArray

CFDWindstatFiles

tns:TApiStringArray

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcParkStatisticalData">
            <xs:sequence>
               <xs:element name="KeyHubHeight" type="xs:double" />
               <xs:element name="PowerCorrNegativePowerCurveUse" type="xs:boolean" />
               <xs:element name="PowerCorrAirDensCorrMethod" type="tns:TApiAirDensCorrMeth" />
               <xs:element name="CFDUseObstacles" type="xs:boolean" />
               <xs:element name="CFDInterpolate" type="xs:boolean" />
               <xs:element name="SiteDataObjects" type="tns:TApiObjectHandles" />
               <xs:element name="DispHeightSetup" type="tns:TApiDispHeightSetup" />
               <xs:element name="RSFilenames" type="tns:TApiStringArray" />
               <xs:element name="RixSetup" type="tns:TApiRIXSetup" />
               <xs:element name="CFDFiles" type="tns:TApiStringArray" />
               <xs:element name="CFDWindstatFiles" type="tns:TApiStringArray" />
            </xs:sequence>
         </xs:complexType>
         

TApiCalcParkTimevarData

Property

Type

minOccurs

maxOccurs

UseAirdensityCorrection

xs:boolean

LimitParkOutput

xs:boolean

LimitParkOutputValue

xs:double

LimitParkOutputLoss

xs:double

Aggregate

xs:int

ScalingData

tns:TApiScalingSetupData

WdcTiData

tns:TApiCalcParkWdcTIData

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcParkTimevarData">
            <xs:sequence>
               <xs:element name="UseAirdensityCorrection" type="xs:boolean" />
               <xs:element name="LimitParkOutput" type="xs:boolean" />
               <xs:element name="LimitParkOutputValue" type="xs:double" />
               <xs:element name="LimitParkOutputLoss" type="xs:double" />
               <xs:element name="Aggregate" type="xs:int" />
               <xs:element name="ScalingData" type="tns:TApiScalingSetupData" />
               <xs:element name="WdcTiData" type="tns:TApiCalcParkWdcTIData" />
            </xs:sequence>
         </xs:complexType>
         

TApiCalcParkWdcTIData

Property

Type

minOccurs

maxOccurs

UseTIBasedWDC

xs:boolean

TIB

xs:double

TIA

xs:double

MaxWDC

xs:double

MinWDC

xs:double

DefWDC

xs:double

OmniTI

xs:double

DefaultTi

xs:double

TimeSeriesUID

xs:int

TimeSeriesHandle

xs:int

UseDataFromScaler

xs:boolean

ScaleFactor

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcParkWdcTIData">
            <xs:sequence>
               <xs:element name="UseTIBasedWDC" type="xs:boolean" />
               <xs:element name="TIB" type="xs:double" />
               <xs:element name="TIA" type="xs:double" />
               <xs:element name="MaxWDC" type="xs:double" />
               <xs:element name="MinWDC" type="xs:double" />
               <xs:element name="DefWDC" type="xs:double" />
               <xs:element name="OmniTI" type="xs:double" />
               <xs:element name="DefaultTi" type="xs:double" />
               <xs:element name="TimeSeriesUID" type="xs:int" />
               <xs:element name="TimeSeriesHandle" type="xs:int" />
               <xs:element name="UseDataFromScaler" type="xs:boolean" />
               <xs:element name="ScaleFactor" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiCalcResource

Data description for TApiCalcResource

Property

Type

minOccurs

maxOccurs

ResourceType

tns:ApiResourceCalcType

SiteDataHandle

xs:int

Resolution

xs:double

Calculate

xs:boolean

TileSize

xs:int

Performance

xs:int

UseNetwork

xs:boolean

Basefolder

xs:string

CfdUseObstacles

xs:boolean

Filename

xs:string

HubHeights

tns:TApiDoubleArray

WTGAreaHandles

tns:TApiObjectHandles

DispHeightSetup

tns:TApiDispHeightSetup

CFDFilenames

tns:TApiStringArray

CFDWindstatFiles

tns:TApiStringArray

Data description for TApiCalcResource based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcResource">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpCalc">
                  <xs:sequence>
                     <xs:element name="ResourceType" type="tns:ApiResourceCalcType" />
                     <xs:element name="SiteDataHandle" type="xs:int" />
                     <xs:element name="Resolution" type="xs:double" />
                     <xs:element name="Calculate" type="xs:boolean" />
                     <xs:element name="TileSize" type="xs:int" />
                     <xs:element name="Performance" type="xs:int" />
                     <xs:element name="UseNetwork" type="xs:boolean" />
                     <xs:element name="Basefolder" type="xs:string" />
                     <xs:element name="CfdUseObstacles" type="xs:boolean" />
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="HubHeights" type="tns:TApiDoubleArray" />
                     <xs:element name="WTGAreaHandles" type="tns:TApiObjectHandles" />
                     <xs:element name="DispHeightSetup" type="tns:TApiDispHeightSetup" />
                     <xs:element name="CFDFilenames" type="tns:TApiStringArray" />
                     <xs:element name="CFDWindstatFiles" type="tns:TApiStringArray" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcShadow

Data description for TApiCalcShadow

Property

Type

minOccurs

maxOccurs

SCRTimeStep

xs:int

SCRDayStep

xs:int

MapCalc

xs:boolean

WidthWest

xs:double

WidthEast

xs:double

HeightSouth

xs:double

HeightNorth

xs:double

SunManual

xs:boolean

SunStation

xs:string

SunManualType

tns:TManualSunPropType

UseTimeSeries

xs:boolean

TSHandle

xs:int

TSMetUID

xs:int

TSwtiFile

xs:string

TSMetObjectName

xs:string

SunStartDate

xs:dateTime

SunSunSignalUID

xs:string

SunSunSignalName

xs:string

SunSunSignalThreshold

xs:double

SunSunSignalThresholdInvers

xs:boolean

SHTimeStep

xs:int

Elevation

xs:double

MapCase

xs:int

RecRealCase

xs:boolean

RecWorstCase

xs:boolean

ReferenceYear

xs:int

CharacteristicMeanWind

xs:double

AngleNoInfl

xs:double

MaxDist

xs:double

DayStep

xs:int

GridSize

xs:double

MapZVIGridSize

xs:double

RecGridSize

xs:double

RecGridSizeDisable

xs:boolean

UseUserDefinedFlickerSpeed

xs:boolean

UserDefinedFlickerSpeed

xs:double

RecCalc

xs:boolean

DontUseZLevel

xs:boolean

MaxDistSource

tns:TMaxDistSource

UseWTGBladeWidth

xs:boolean

CalendarPages

tns:TCalendarPages

CalendarOrientation

tns:TOrientation

CalendarGraphsPerPage

xs:int

CalendarGraphsShowLegend

xs:boolean

UseTopographicShadow

xs:boolean

CalculateTopographicShadowMap

xs:boolean

ShadowTime

xs:dateTime

FlickerStop

xs:int

DeactivateZVI

xs:boolean

DisableOperationReduction

xs:boolean

SunProb

tns:TApiDoubleArray

OperHours

tns:TApiDoubleArray

AreaHandles

tns:TApiObjectHandles

Results

tns:TApiResultLayerSetupColl

Receptors

tns:TApiWtgIds

Data description for TApiCalcShadow based on tns:TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcShadow based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcShadow">
            <xs:complexContent>
               <xs:extension base="tns:TApiCalcWithWtgs">
                  <xs:sequence>
                     <xs:element name="SCRTimeStep" type="xs:int" />
                     <xs:element name="SCRDayStep" type="xs:int" />
                     <xs:element name="MapCalc" type="xs:boolean" />
                     <xs:element name="WidthWest" type="xs:double" />
                     <xs:element name="WidthEast" type="xs:double" />
                     <xs:element name="HeightSouth" type="xs:double" />
                     <xs:element name="HeightNorth" type="xs:double" />
                     <xs:element name="SunManual" type="xs:boolean" />
                     <xs:element name="SunStation" type="xs:string" />
                     <xs:element name="SunManualType" type="tns:TManualSunPropType" />
                     <xs:element name="UseTimeSeries" type="xs:boolean" />
                     <xs:element name="TSHandle" type="xs:int" />
                     <xs:element name="TSMetUID" type="xs:int" />
                     <xs:element name="TSwtiFile" type="xs:string" />
                     <xs:element name="TSMetObjectName" type="xs:string" />
                     <xs:element name="SunStartDate" type="xs:dateTime" />
                     <xs:element name="SunSunSignalUID" type="xs:string" />
                     <xs:element name="SunSunSignalName" type="xs:string" />
                     <xs:element name="SunSunSignalThreshold" type="xs:double" />
                     <xs:element name="SunSunSignalThresholdInvers" type="xs:boolean" />
                     <xs:element name="SHTimeStep" type="xs:int" />
                     <xs:element name="Elevation" type="xs:double" />
                     <xs:element name="MapCase" type="xs:int" />
                     <xs:element name="RecRealCase" type="xs:boolean" />
                     <xs:element name="RecWorstCase" type="xs:boolean" />
                     <xs:element name="ReferenceYear" type="xs:int" />
                     <xs:element name="CharacteristicMeanWind" type="xs:double" />
                     <xs:element name="AngleNoInfl" type="xs:double" />
                     <xs:element name="MaxDist" type="xs:double" />
                     <xs:element name="DayStep" type="xs:int" />
                     <xs:element name="GridSize" type="xs:double" />
                     <xs:element name="MapZVIGridSize" type="xs:double" />
                     <xs:element name="RecGridSize" type="xs:double" />
                     <xs:element name="RecGridSizeDisable" type="xs:boolean" />
                     <xs:element name="UseUserDefinedFlickerSpeed" type="xs:boolean" />
                     <xs:element name="UserDefinedFlickerSpeed" type="xs:double" />
                     <xs:element name="RecCalc" type="xs:boolean" />
                     <xs:element name="DontUseZLevel" type="xs:boolean" />
                     <xs:element name="MaxDistSource" type="tns:TMaxDistSource" />
                     <xs:element name="UseWTGBladeWidth" type="xs:boolean" />
                     <xs:element name="CalendarPages" type="tns:TCalendarPages" />
                     <xs:element name="CalendarOrientation" type="tns:TOrientation" />
                     <xs:element name="CalendarGraphsPerPage" type="xs:int" />
                     <xs:element name="CalendarGraphsShowLegend" type="xs:boolean" />
                     <xs:element name="UseTopographicShadow" type="xs:boolean" />
                     <xs:element name="CalculateTopographicShadowMap" type="xs:boolean" />
                     <xs:element name="ShadowTime" type="xs:dateTime" />
                     <xs:element name="FlickerStop" type="xs:int" />
                     <xs:element name="DeactivateZVI" type="xs:boolean" />
                     <xs:element name="DisableOperationReduction" type="xs:boolean" />
                     <xs:element name="SunProb" type="tns:TApiDoubleArray" />
                     <xs:element name="OperHours" type="tns:TApiDoubleArray" />
                     <xs:element name="AreaHandles" type="tns:TApiObjectHandles" />
                     <xs:element name="Results" type="tns:TApiResultLayerSetupColl" />
                     <xs:element name="Receptors" type="tns:TApiWtgIds" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcStatgen

Data description for TApiCalcStatgen

Property

Type

minOccurs

maxOccurs

StatgenType

tns:ApiStatgenType

MeteoHandle

xs:int

MeteoHeiHandle

xs:int

SiteDataHandle

xs:int

CfdFilename

xs:string

CfdUseObstacles

xs:boolean

Filename

xs:string

IntervalSelect

tns:TApiIntervalSelect

DispHeightSetup

tns:TApiDispHeightSetup

Data description for TApiCalcStatgen based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcStatgen">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpCalc">
                  <xs:sequence>
                     <xs:element name="StatgenType" type="tns:ApiStatgenType" />
                     <xs:element name="MeteoHandle" type="xs:int" />
                     <xs:element name="MeteoHeiHandle" type="xs:int" />
                     <xs:element name="SiteDataHandle" type="xs:int" />
                     <xs:element name="CfdFilename" type="xs:string" />
                     <xs:element name="CfdUseObstacles" type="xs:boolean" />
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="IntervalSelect" type="tns:TApiIntervalSelect" />
                     <xs:element name="DispHeightSetup" type="tns:TApiDispHeightSetup" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcTRIX

Data description for TApiCalcTRIX

Property

Type

minOccurs

maxOccurs

ReferenceDataUseExistWTGs

xs:boolean

ReferenceDataUseMeteoObjects

xs:boolean

MeteoObjects

tns:TApiObjectHandles

Data description for TApiCalcTRIX based on tns:TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcTRIX based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcTRIX">
            <xs:complexContent>
               <xs:extension base="tns:TApiCalcWithWtgs">
                  <xs:sequence>
                     <xs:element name="ReferenceDataUseExistWTGs" type="xs:boolean" />
                     <xs:element name="ReferenceDataUseMeteoObjects" type="xs:boolean" />
                     <xs:element name="MeteoObjects" type="tns:TApiObjectHandles" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcWithWtgs

Data description for TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcWithWtgs based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcWithWtgs">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpCalc">
                  <xs:sequence>
                     <xs:element name="ExistWtgs" type="tns:TApiWtgIds" />
                     <xs:element name="NewWtgs" type="tns:TApiWtgIds" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiCalcZVI

Data description for TApiCalcZVI

Property

Type

minOccurs

maxOccurs

MainType

tns:ApiZVIType

TurbVis

xs:boolean

VertAngle

xs:boolean

HorAngle

xs:boolean

CenterType

tns:ApiZviCenterType

CalcHeightType

tns:ApiZviHeightType

ZVIFullHeightScale

xs:double

Step

xs:double

Zoffset

xs:double

UseMaxDist

xs:boolean

CIDist

xs:double

Refraction

xs:double

UseObstacles

xs:boolean

Width

xs:double

Height

xs:double

Center

tns:TApiGP

AreaSelectType

tns:ApiZviAreaType

RadarMapZeroWTGHeight

xs:boolean

WTGAreaHandles

tns:TApiObjectHandles

AreaHandles

tns:TApiObjectHandles

GridHandles

tns:TApiObjectHandles

Results

tns:TApiResultLayerSetupColl

Radars

tns:TApiWtgIds

Data description for TApiCalcZVI based on tns:TApiCalcWithWtgs

Property

Type

minOccurs

maxOccurs

ExistWtgs

tns:TApiWtgIds

NewWtgs

tns:TApiWtgIds

Data description for TApiCalcZVI based on tns:TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCalcZVI">
            <xs:complexContent>
               <xs:extension base="tns:TApiCalcWithWtgs">
                  <xs:sequence>
                     <xs:element name="MainType" type="tns:ApiZVIType" />
                     <xs:element name="TurbVis" type="xs:boolean" />
                     <xs:element name="VertAngle" type="xs:boolean" />
                     <xs:element name="HorAngle" type="xs:boolean" />
                     <xs:element name="CenterType" type="tns:ApiZviCenterType" />
                     <xs:element name="CalcHeightType" type="tns:ApiZviHeightType" />
                     <xs:element name="ZVIFullHeightScale" type="xs:double" />
                     <xs:element name="Step" type="xs:double" />
                     <xs:element name="Zoffset" type="xs:double" />
                     <xs:element name="UseMaxDist" type="xs:boolean" />
                     <xs:element name="CIDist" type="xs:double" />
                     <xs:element name="Refraction" type="xs:double" />
                     <xs:element name="UseObstacles" type="xs:boolean" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="Center" type="tns:TApiGP" />
                     <xs:element name="AreaSelectType" type="tns:ApiZviAreaType" />
                     <xs:element name="RadarMapZeroWTGHeight" type="xs:boolean" />
                     <xs:element name="WTGAreaHandles" type="tns:TApiObjectHandles" />
                     <xs:element name="AreaHandles" type="tns:TApiObjectHandles" />
                     <xs:element name="GridHandles" type="tns:TApiObjectHandles" />
                     <xs:element name="Results" type="tns:TApiResultLayerSetupColl" />
                     <xs:element name="Radars" type="tns:TApiWtgIds" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiColor

Property

Type

minOccurs

maxOccurs

Red

xs:int

Green

xs:int

Blue

xs:int

Alpha

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiColor">
            <xs:sequence>
               <xs:element name="Red" type="xs:int" />
               <xs:element name="Green" type="xs:int" />
               <xs:element name="Blue" type="xs:int" />
               <xs:element name="Alpha" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiCoordinate

Property

Type

minOccurs

maxOccurs

WS

xs:double

Val

xs:double

V1

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCoordinate">
            <xs:sequence>
               <xs:element name="WS" type="xs:double" />
               <xs:element name="Val" type="xs:double" />
               <xs:element name="V1" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiCorrelation

Property

Type

minOccurs

maxOccurs

Speed

xs:double

Energy

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiCorrelation">
            <xs:sequence>
               <xs:element name="Speed" type="xs:double" />
               <xs:element name="Energy" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiDispHeightSetup

Property

Type

minOccurs

maxOccurs

DispHeightType

tns:ApiDispHeightType

DispHeightCalcHandle

xs:int

DisplacementHeight

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiDispHeightSetup">
            <xs:sequence>
               <xs:element name="DispHeightType" type="tns:ApiDispHeightType" />
               <xs:element name="DispHeightCalcHandle" type="xs:int" />
               <xs:element name="DisplacementHeight" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiDoubleArray

Property

Type

minOccurs

maxOccurs

double

xs:double

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiDoubleArray">
            <xs:sequence>
               <xs:element name="double" minOccurs="0" maxOccurs="unbounded" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiDoubleMatrix

Property

Type

minOccurs

maxOccurs

TApiDoubleArray

tns:TApiDoubleArray

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiDoubleMatrix">
            <xs:sequence>
               <xs:element name="TApiDoubleArray" minOccurs="0" maxOccurs="unbounded" type="tns:TApiDoubleArray" />
            </xs:sequence>
         </xs:complexType>
         

TApiEFSetupItem

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

Ndx

xs:int

InputType

tns:TApifHitType

RoughnessType

tns:TApiRouType

RoughnessFromValue

xs:double

RoughnessToValue

xs:double

RoughnessHeightValue

xs:double

RoughnessLineObjectHandle

xs:int

RoughnessAreaObjectHandle

xs:int

HeightAreaObjectHandle

xs:int

HeightLineObjectHandle

xs:int

HeightGridObjectHandle

xs:int

HeightGridObjectLayerId

xs:string

ForestType

tns:TApiEFForestType

TreeTopHeightFactor

xs:double

UpWindDistanceFactor

xs:double

DownWindDistanceFactor

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiEFSetupItem">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Ndx" type="xs:int" />
               <xs:element name="InputType" type="tns:TApifHitType" />
               <xs:element name="RoughnessType" type="tns:TApiRouType" />
               <xs:element name="RoughnessFromValue" type="xs:double" />
               <xs:element name="RoughnessToValue" type="xs:double" />
               <xs:element name="RoughnessHeightValue" type="xs:double" />
               <xs:element name="RoughnessLineObjectHandle" type="xs:int" />
               <xs:element name="RoughnessAreaObjectHandle" type="xs:int" />
               <xs:element name="HeightAreaObjectHandle" type="xs:int" />
               <xs:element name="HeightLineObjectHandle" type="xs:int" />
               <xs:element name="HeightGridObjectHandle" type="xs:int" />
               <xs:element name="HeightGridObjectLayerId" type="xs:string" />
               <xs:element name="ForestType" type="tns:TApiEFForestType" />
               <xs:element name="TreeTopHeightFactor" type="xs:double" />
               <xs:element name="UpWindDistanceFactor" type="xs:double" />
               <xs:element name="DownWindDistanceFactor" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiEFSetupItems

Property

Type

minOccurs

maxOccurs

TApiEFSetupItem

tns:TApiEFSetupItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiEFSetupItems">
            <xs:sequence>
               <xs:element name="TApiEFSetupItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiEFSetupItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiEVModelData

Property

Type

minOccurs

maxOccurs

AxialGridWidth

xs:double

AxialGridSize

xs:double

VonKarmanK

xs:double

K1

xs:double

DAC_Weight

xs:double

DAC_zo1

xs:double

DAC_dzo

xs:double

DAC_revover0_RDs

xs:double

DAC_revover1_RDs

xs:double

StandardSettings

tns:TApiEVModel2021_StandardSettings

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiEVModelData">
            <xs:sequence>
               <xs:element name="AxialGridWidth" type="xs:double" />
               <xs:element name="AxialGridSize" type="xs:double" />
               <xs:element name="VonKarmanK" type="xs:double" />
               <xs:element name="K1" type="xs:double" />
               <xs:element name="DAC_Weight" type="xs:double" />
               <xs:element name="DAC_zo1" type="xs:double" />
               <xs:element name="DAC_dzo" type="xs:double" />
               <xs:element name="DAC_revover0_RDs" type="xs:double" />
               <xs:element name="DAC_revover1_RDs" type="xs:double" />
               <xs:element name="StandardSettings" type="tns:TApiEVModel2021_StandardSettings" />
            </xs:sequence>
         </xs:complexType>
         

TApiFileFolderItem

Property

Type

minOccurs

maxOccurs

FFType

tns:TFileFolderListType

FFName

xs:string

FFMask

xs:string

FFInclSubFolder

xs:boolean

FFTreatFolderAsZip

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiFileFolderItem">
            <xs:sequence>
               <xs:element name="FFType" type="tns:TFileFolderListType" />
               <xs:element name="FFName" type="xs:string" />
               <xs:element name="FFMask" type="xs:string" />
               <xs:element name="FFInclSubFolder" type="xs:boolean" />
               <xs:element name="FFTreatFolderAsZip" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiFileFolderItems

Property

Type

minOccurs

maxOccurs

TApiFileFolderItem

tns:TApiFileFolderItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiFileFolderItems">
            <xs:sequence>
               <xs:element name="TApiFileFolderItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiFileFolderItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiFont

Property

Type

minOccurs

maxOccurs

Color

tns:TApiColor

Height

xs:int

Name

xs:string

Size

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiFont">
            <xs:sequence>
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="Height" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Size" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiGP

Property

Type

minOccurs

maxOccurs

Lat

xs:double

Lng

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiGP">
            <xs:sequence>
               <xs:element name="Lat" type="xs:double" />
               <xs:element name="Lng" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiGPs

Property

Type

minOccurs

maxOccurs

TApiGP

tns:TApiGP

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiGPs">
            <xs:sequence>
               <xs:element name="TApiGP" minOccurs="0" maxOccurs="unbounded" type="tns:TApiGP" />
            </xs:sequence>
         </xs:complexType>
         

TApiGridToHCSetup

Property

Type

minOccurs

maxOccurs

DefaultEquidistance

xs:double

DefaultBufferCount

xs:int

DoAutoTrim

xs:boolean

Items

tns:TApiGridToHCSetupItems

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiGridToHCSetup">
            <xs:sequence>
               <xs:element name="DefaultEquidistance" type="xs:double" />
               <xs:element name="DefaultBufferCount" type="xs:int" />
               <xs:element name="DoAutoTrim" type="xs:boolean" />
               <xs:element name="Items" type="tns:TApiGridToHCSetupItems" />
            </xs:sequence>
         </xs:complexType>
         

TApiGridToHCSetupItem

Property

Type

minOccurs

maxOccurs

Equidistance

xs:double

LayerID

xs:string

Description

xs:string

BufferCount

xs:int

AddMonoAreas

xs:boolean

ConnectLines

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiGridToHCSetupItem">
            <xs:sequence>
               <xs:element name="Equidistance" type="xs:double" />
               <xs:element name="LayerID" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="BufferCount" type="xs:int" />
               <xs:element name="AddMonoAreas" type="xs:boolean" />
               <xs:element name="ConnectLines" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiGridToHCSetupItems

Property

Type

minOccurs

maxOccurs

TApiGridToHCSetupItem

tns:TApiGridToHCSetupItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiGridToHCSetupItems">
            <xs:sequence>
               <xs:element name="TApiGridToHCSetupItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiGridToHCSetupItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiIntegerArray

Property

Type

minOccurs

maxOccurs

int

xs:int

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiIntegerArray">
            <xs:sequence>
               <xs:element name="int" minOccurs="0" maxOccurs="unbounded" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiIntervalSelect

Property

Type

minOccurs

maxOccurs

UseInterval

tns:ApiIntervalSelectType

IntervalStart

xs:dateTime

IntervalEnd

xs:dateTime

IntervalYears

xs:int

OffsetTimeseries

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiIntervalSelect">
            <xs:sequence>
               <xs:element name="UseInterval" type="tns:ApiIntervalSelectType" />
               <xs:element name="IntervalStart" type="xs:dateTime" />
               <xs:element name="IntervalEnd" type="xs:dateTime" />
               <xs:element name="IntervalYears" type="xs:int" />
               <xs:element name="OffsetTimeseries" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiLTypItem

Property

Type

minOccurs

maxOccurs

Id

xs:int

Name

xs:string

Color

tns:TApiColor

LE

xs:double

Rou

xs:double

Height

xs:double

ZVI

tns:TZVIType

Filling

tns:TBrushStyle

ResourceUnit

tns:TLTypItemResourceUnit

ResourceFrom

xs:double

ResourceTo

xs:double

Enabled

xs:boolean

Handle

xs:int

Description

xs:string

D3AFilename

xs:string

VRDefFile

xs:string

SteepnessFrom

xs:double

SteepnessTo

xs:double

Opacity

xs:double

IsBackRou

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiLTypItem">
            <xs:sequence>
               <xs:element name="Id" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="LE" type="xs:double" />
               <xs:element name="Rou" type="xs:double" />
               <xs:element name="Height" type="xs:double" />
               <xs:element name="ZVI" type="tns:TZVIType" />
               <xs:element name="Filling" type="tns:TBrushStyle" />
               <xs:element name="ResourceUnit" type="tns:TLTypItemResourceUnit" />
               <xs:element name="ResourceFrom" type="xs:double" />
               <xs:element name="ResourceTo" type="xs:double" />
               <xs:element name="Enabled" type="xs:boolean" />
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="D3AFilename" type="xs:string" />
               <xs:element name="VRDefFile" type="xs:string" />
               <xs:element name="SteepnessFrom" type="xs:double" />
               <xs:element name="SteepnessTo" type="xs:double" />
               <xs:element name="Opacity" type="xs:double" />
               <xs:element name="IsBackRou" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiLTypItems

Property

Type

minOccurs

maxOccurs

TApiLTypItem

tns:TApiLTypItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiLTypItems">
            <xs:sequence>
               <xs:element name="TApiLTypItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiLTypItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiLType

Property

Type

minOccurs

maxOccurs

Filename

xs:string

LTypItems

tns:TApiLTypItems

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiLType">
            <xs:sequence>
               <xs:element name="Filename" type="xs:string" />
               <xs:element name="LTypItems" type="tns:TApiLTypItems" />
            </xs:sequence>
         </xs:complexType>
         

TApiMCPModel

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Method

xs:string

NumSectors

xs:int

SectorWindow

xs:int

BinningType

tns:TMCPv2BinningType

Enabled

xs:boolean

SeasonDayNightHandle

xs:int

StabilitySetupHandle

xs:int

SkipWindDirectionDiffGT

xs:double

SkipWindSpeedLT

xs:double

MinimumSamplesPerSlot

xs:int

MeanBiasError

xs:double

MeanAbsoluteError

xs:double

RMSError

xs:double

Correlation

xs:double

WindDirectionMeanBiasError

xs:double

WindDirectionMeanAbsoluteError

xs:double

WindDirectionRMSError

xs:double

WindDirectionCorrelation

xs:double

MeasuredMeanWindSpeedConcurrent

xs:double

PredictedMeanWindSpeedConcurrent

xs:double

PredictedMeanWindSpeedConcurrentNoResiduals

xs:double

LongTermMeanWindSpeed

xs:double

LongTermMeanWindSpeedNoResiduals

xs:double

WindSpeedFrequencyKS

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMCPModel">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Method" type="xs:string" />
               <xs:element name="NumSectors" type="xs:int" />
               <xs:element name="SectorWindow" type="xs:int" />
               <xs:element name="BinningType" type="tns:TMCPv2BinningType" />
               <xs:element name="Enabled" type="xs:boolean" />
               <xs:element name="SeasonDayNightHandle" type="xs:int" />
               <xs:element name="StabilitySetupHandle" type="xs:int" />
               <xs:element name="SkipWindDirectionDiffGT" type="xs:double" />
               <xs:element name="SkipWindSpeedLT" type="xs:double" />
               <xs:element name="MinimumSamplesPerSlot" type="xs:int" />
               <xs:element name="MeanBiasError" type="xs:double" />
               <xs:element name="MeanAbsoluteError" type="xs:double" />
               <xs:element name="RMSError" type="xs:double" />
               <xs:element name="Correlation" type="xs:double" />
               <xs:element name="WindDirectionMeanBiasError" type="xs:double" />
               <xs:element name="WindDirectionMeanAbsoluteError" type="xs:double" />
               <xs:element name="WindDirectionRMSError" type="xs:double" />
               <xs:element name="WindDirectionCorrelation" type="xs:double" />
               <xs:element name="MeasuredMeanWindSpeedConcurrent" type="xs:double" />
               <xs:element name="PredictedMeanWindSpeedConcurrent" type="xs:double" />
               <xs:element name="PredictedMeanWindSpeedConcurrentNoResiduals" type="xs:double" />
               <xs:element name="LongTermMeanWindSpeed" type="xs:double" />
               <xs:element name="LongTermMeanWindSpeedNoResiduals" type="xs:double" />
               <xs:element name="WindSpeedFrequencyKS" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiMCPv2WindIndex

Property

Type

minOccurs

maxOccurs

Id

xs:int

Name

xs:string

Enable

xs:boolean

Height

xs:int

StartDate

xs:dateTime

StartYear

xs:int

StartMonth

xs:int

EndDate

xs:dateTime

EndYear

xs:int

EndMonth

xs:int

Factor

xs:double

Latitude

xs:double

Longitude

xs:double

LongTermStartYear

xs:int

LongTermStartMonth

xs:int

LongTermEndYear

xs:int

LongTermEndMonth

xs:int

PCInfoKnown

xs:boolean

ScalingUsed

xs:boolean

ScaledToWindSpeed

xs:double

UserPowerCurve

xs:boolean

SimplePowerCurveTruncatedAt

xs:double

UserPowerCurveWTGName

xs:string

UserPowerCurveUsedPCID

xs:string

VariabilitySpeed

xs:double

VariabilityEnergy

xs:double

FullYearUse

xs:int

MKTrendTest

xs:double

MKTrendTestSignificant

xs:string

SenSlope

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMCPv2WindIndex">
            <xs:sequence>
               <xs:element name="Id" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Enable" type="xs:boolean" />
               <xs:element name="Height" type="xs:int" />
               <xs:element name="StartDate" type="xs:dateTime" />
               <xs:element name="StartYear" type="xs:int" />
               <xs:element name="StartMonth" type="xs:int" />
               <xs:element name="EndDate" type="xs:dateTime" />
               <xs:element name="EndYear" type="xs:int" />
               <xs:element name="EndMonth" type="xs:int" />
               <xs:element name="Factor" type="xs:double" />
               <xs:element name="Latitude" type="xs:double" />
               <xs:element name="Longitude" type="xs:double" />
               <xs:element name="LongTermStartYear" type="xs:int" />
               <xs:element name="LongTermStartMonth" type="xs:int" />
               <xs:element name="LongTermEndYear" type="xs:int" />
               <xs:element name="LongTermEndMonth" type="xs:int" />
               <xs:element name="PCInfoKnown" type="xs:boolean" />
               <xs:element name="ScalingUsed" type="xs:boolean" />
               <xs:element name="ScaledToWindSpeed" type="xs:double" />
               <xs:element name="UserPowerCurve" type="xs:boolean" />
               <xs:element name="SimplePowerCurveTruncatedAt" type="xs:double" />
               <xs:element name="UserPowerCurveWTGName" type="xs:string" />
               <xs:element name="UserPowerCurveUsedPCID" type="xs:string" />
               <xs:element name="VariabilitySpeed" type="xs:double" />
               <xs:element name="VariabilityEnergy" type="xs:double" />
               <xs:element name="FullYearUse" type="xs:int" />
               <xs:element name="MKTrendTest" type="xs:double" />
               <xs:element name="MKTrendTestSignificant" type="xs:string" />
               <xs:element name="SenSlope" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiMcpSession

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

Enabled

xs:boolean

ConceptChoice

tns:EMCPv2Concept

MeasureMeteoHandle

xs:int

MeasureMeteoUID

xs:int

MeasureMeteoHeight

xs:double

MeasureMeteoNameHeightString

xs:string

ReferenceMeteoHandle

xs:int

ReferenceMeteoUID

xs:int

ReferenceMeteoHeight

xs:double

ReferenceMeteoNameHeightString

xs:string

InterpolateReference

xs:boolean

ReferencetimeOffsetMinutes

xs:int

ReferenceWindDirectionOffsetDegrees

xs:double

MeasureWindDirectionOffsetDegrees

xs:double

MeasuredPeriodSelection

tns:EMCPv2PeriodSelection

MeasuredPeriodIntervalStart

xs:dateTime

MeasuredPeriodIntervalEnd

xs:dateTime

MeasuredPeriodLastYears

xs:int

ReferencePeriodSelection

tns:EMCPv2PeriodSelection

ReferencePeriodIntervalStart

xs:dateTime

ReferencePeriodIntervalEnd

xs:dateTime

ReferencePeriodLastYears

xs:int

SelectedModelHandle

xs:int

SlicingTypeIndex

xs:int

MeasureUseDisabled

xs:boolean

ReferenceUseDisabled

xs:boolean

EnableAveraging

xs:boolean

AveragingIntervals

xs:int

DataRevision

xs:int

PCInfo

tns:TApiPowerCurveAndMeanWindspeedInfo

WindDataType

tns:EMCPv2WindDataType

SGSiteDataHandle

xs:int

SGSiteDataName

xs:string

CFDUseObstacles

xs:boolean

CFDFilenames

tns:TApiStringArray

WaspParameters

tns:TApiWaspConfs

WindIndexInformation

tns:TROArray_ApiCalcMCPService_Impl_TApiMCPv2WindIndex_

UseScaler

xs:boolean

ScalingData

tns:TApiScalingSetupData

ReferenceStabilityHeight

xs:double

NumSectors

xs:int

WindStatisticsNumSectors

xs:int

Models

tns:TROArray_ApiCalcMCPService_Impl_TApiMCPModel_

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMcpSession">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Enabled" type="xs:boolean" />
               <xs:element name="ConceptChoice" type="tns:EMCPv2Concept" />
               <xs:element name="MeasureMeteoHandle" type="xs:int" />
               <xs:element name="MeasureMeteoUID" type="xs:int" />
               <xs:element name="MeasureMeteoHeight" type="xs:double" />
               <xs:element name="MeasureMeteoNameHeightString" type="xs:string" />
               <xs:element name="ReferenceMeteoHandle" type="xs:int" />
               <xs:element name="ReferenceMeteoUID" type="xs:int" />
               <xs:element name="ReferenceMeteoHeight" type="xs:double" />
               <xs:element name="ReferenceMeteoNameHeightString" type="xs:string" />
               <xs:element name="InterpolateReference" type="xs:boolean" />
               <xs:element name="ReferencetimeOffsetMinutes" type="xs:int" />
               <xs:element name="ReferenceWindDirectionOffsetDegrees" type="xs:double" />
               <xs:element name="MeasureWindDirectionOffsetDegrees" type="xs:double" />
               <xs:element name="MeasuredPeriodSelection" type="tns:EMCPv2PeriodSelection" />
               <xs:element name="MeasuredPeriodIntervalStart" type="xs:dateTime" />
               <xs:element name="MeasuredPeriodIntervalEnd" type="xs:dateTime" />
               <xs:element name="MeasuredPeriodLastYears" type="xs:int" />
               <xs:element name="ReferencePeriodSelection" type="tns:EMCPv2PeriodSelection" />
               <xs:element name="ReferencePeriodIntervalStart" type="xs:dateTime" />
               <xs:element name="ReferencePeriodIntervalEnd" type="xs:dateTime" />
               <xs:element name="ReferencePeriodLastYears" type="xs:int" />
               <xs:element name="SelectedModelHandle" type="xs:int" />
               <xs:element name="SlicingTypeIndex" type="xs:int" />
               <xs:element name="MeasureUseDisabled" type="xs:boolean" />
               <xs:element name="ReferenceUseDisabled" type="xs:boolean" />
               <xs:element name="EnableAveraging" type="xs:boolean" />
               <xs:element name="AveragingIntervals" type="xs:int" />
               <xs:element name="DataRevision" type="xs:int" />
               <xs:element name="PCInfo" type="tns:TApiPowerCurveAndMeanWindspeedInfo" />
               <xs:element name="WindDataType" type="tns:EMCPv2WindDataType" />
               <xs:element name="SGSiteDataHandle" type="xs:int" />
               <xs:element name="SGSiteDataName" type="xs:string" />
               <xs:element name="CFDUseObstacles" type="xs:boolean" />
               <xs:element name="CFDFilenames" type="tns:TApiStringArray" />
               <xs:element name="WaspParameters" type="tns:TApiWaspConfs" />
               <xs:element name="WindIndexInformation" type="tns:TROArray_ApiCalcMCPService_Impl_TApiMCPv2WindIndex_" />
               <xs:element name="UseScaler" type="xs:boolean" />
               <xs:element name="ScalingData" type="tns:TApiScalingSetupData" />
               <xs:element name="ReferenceStabilityHeight" type="xs:double" />
               <xs:element name="NumSectors" type="xs:int" />
               <xs:element name="WindStatisticsNumSectors" type="xs:int" />
               <xs:element name="Models" type="tns:TROArray_ApiCalcMCPService_Impl_TApiMCPModel_" />
            </xs:sequence>
         </xs:complexType>
         

TApiMeteoHeight

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Description

xs:string

Height

xs:double

HeightSignalType

tns:ApiMeteoHeightSignalType

UseTable

xs:boolean

UseTimeSeries

xs:boolean

UseTurbulence

xs:boolean

UseWeibull

xs:boolean

SamplesCount

xs:int

SamplesID

xs:string

SampleTime

xs:double

RecoveryRate

xs:double

EnabledRecoveryRate

xs:double

EnabledRecoveryRateWSWDTI

xs:double

FirstSample

xs:dateTime

FirstEnabledSample

xs:dateTime

LastSample

xs:dateTime

LastEnabledSample

xs:dateTime

SignalUIDs

tns:TApiMeteoSignalUIDs

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMeteoHeight">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="Height" type="xs:double" />
               <xs:element name="HeightSignalType" type="tns:ApiMeteoHeightSignalType" />
               <xs:element name="UseTable" type="xs:boolean" />
               <xs:element name="UseTimeSeries" type="xs:boolean" />
               <xs:element name="UseTurbulence" type="xs:boolean" />
               <xs:element name="UseWeibull" type="xs:boolean" />
               <xs:element name="SamplesCount" type="xs:int" />
               <xs:element name="SamplesID" type="xs:string" />
               <xs:element name="SampleTime" type="xs:double" />
               <xs:element name="RecoveryRate" type="xs:double" />
               <xs:element name="EnabledRecoveryRate" type="xs:double" />
               <xs:element name="EnabledRecoveryRateWSWDTI" type="xs:double" />
               <xs:element name="FirstSample" type="xs:dateTime" />
               <xs:element name="FirstEnabledSample" type="xs:dateTime" />
               <xs:element name="LastSample" type="xs:dateTime" />
               <xs:element name="LastEnabledSample" type="xs:dateTime" />
               <xs:element name="SignalUIDs" type="tns:TApiMeteoSignalUIDs" />
            </xs:sequence>
         </xs:complexType>
         

TApiMeteoHeights

Property

Type

minOccurs

maxOccurs

TApiMeteoHeight

tns:TApiMeteoHeight

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMeteoHeights">
            <xs:sequence>
               <xs:element name="TApiMeteoHeight" minOccurs="0" maxOccurs="unbounded" type="tns:TApiMeteoHeight" />
            </xs:sequence>
         </xs:complexType>
         

TApiMeteoImportSetup

Property

Type

minOccurs

maxOccurs

UID

xs:int

ImportName

xs:string

LoggerSetupFile

xs:string

TimeZoneNameDisplay

xs:string

TimeZoneName

xs:string

TimeZone

xs:double

DontUseInSetup

xs:boolean

IsOnlineData

xs:string

OnlineDataServiceID

xs:string

SearchPathes

tns:TApiFileFolderItems

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMeteoImportSetup">
            <xs:sequence>
               <xs:element name="UID" type="xs:int" />
               <xs:element name="ImportName" type="xs:string" />
               <xs:element name="LoggerSetupFile" type="xs:string" />
               <xs:element name="TimeZoneNameDisplay" type="xs:string" />
               <xs:element name="TimeZoneName" type="xs:string" />
               <xs:element name="TimeZone" type="xs:double" />
               <xs:element name="DontUseInSetup" type="xs:boolean" />
               <xs:element name="IsOnlineData" type="xs:string" />
               <xs:element name="OnlineDataServiceID" type="xs:string" />
               <xs:element name="SearchPathes" type="tns:TApiFileFolderItems" />
            </xs:sequence>
         </xs:complexType>
         

TApiMeteoImportSetups

Property

Type

minOccurs

maxOccurs

TApiMeteoImportSetup

tns:TApiMeteoImportSetup

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMeteoImportSetups">
            <xs:sequence>
               <xs:element name="TApiMeteoImportSetup" minOccurs="0" maxOccurs="unbounded" type="tns:TApiMeteoImportSetup" />
            </xs:sequence>
         </xs:complexType>
         

TApiMeteoSignalUIDs

Property

Type

minOccurs

maxOccurs

string

xs:string

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiMeteoSignalUIDs">
            <xs:sequence>
               <xs:element name="string" minOccurs="0" maxOccurs="unbounded" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiObjArea

Data description for TApiObjArea

Property

Type

minOccurs

maxOccurs

Filename

xs:string

Purposes

tns:TApiAreaObjPurposes

Width

xs:double

Height

xs:double

Thickness

xs:int

LTyp

tns:TApiLType

Data description for TApiObjArea based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjArea">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="Purposes" type="tns:TApiAreaObjPurposes" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="Thickness" type="xs:int" />
                     <xs:element name="LTyp" type="tns:TApiLType" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjCtrlPoint

Data description for TApiObjCtrlPoint

Property

Type

minOccurs

maxOccurs

UncertaintyHorz

xs:double

UncertaintyVert

xs:double

CtrlPointType

tns:TApiCtrlPointType

Data description for TApiObjCtrlPoint based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjCtrlPoint">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="UncertaintyHorz" type="xs:double" />
                     <xs:element name="UncertaintyVert" type="xs:double" />
                     <xs:element name="CtrlPointType" type="tns:TApiCtrlPointType" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjElevationGrid

Data description for TApiObjElevationGrid

Property

Type

minOccurs

maxOccurs

Filename

xs:string

DefaultHC

xs:boolean

DataType

tns:TApiElevGridDataType

GridToHcSetup

tns:TApiGridToHCSetup

Data description for TApiObjElevationGrid based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjElevationGrid">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="DefaultHC" type="xs:boolean" />
                     <xs:element name="DataType" type="tns:TApiElevGridDataType" />
                     <xs:element name="GridToHcSetup" type="tns:TApiGridToHCSetup" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjLine

Data description for TApiObjLine

Property

Type

minOccurs

maxOccurs

Fileformat

tns:TApiHCFileformat

Filename

xs:string

CoordinateSystem

xs:string

Zone

xs:int

AutoClose

xs:boolean

CloseDistance

xs:double

Width

xs:double

Height

xs:double

DefaultHC

xs:boolean

TINRadius

xs:int

Thickness

xs:int

FileDataType

tns:TApiFileDataType

Data description for TApiObjLine based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjLine">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Fileformat" type="tns:TApiHCFileformat" />
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="CoordinateSystem" type="xs:string" />
                     <xs:element name="Zone" type="xs:int" />
                     <xs:element name="AutoClose" type="xs:boolean" />
                     <xs:element name="CloseDistance" type="xs:double" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="DefaultHC" type="xs:boolean" />
                     <xs:element name="TINRadius" type="xs:int" />
                     <xs:element name="Thickness" type="xs:int" />
                     <xs:element name="FileDataType" type="tns:TApiFileDataType" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjMeteo

Data description for TApiObjMeteo

Property

Type

minOccurs

maxOccurs

DataType

tns:ApiMeteoDataType

DispHeight

xs:double

Heights

tns:TApiMeteoHeights

ImportSetups

tns:TApiMeteoImportSetups

Data description for TApiObjMeteo based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjMeteo">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="DataType" type="tns:ApiMeteoDataType" />
                     <xs:element name="DispHeight" type="xs:double" />
                     <xs:element name="Heights" type="tns:TApiMeteoHeights" />
                     <xs:element name="ImportSetups" type="tns:TApiMeteoImportSetups" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjNSA

Data description for TApiObjNSA

Property

Type

minOccurs

maxOccurs

Points

tns:TApiGPs

NoiseDemandsLF

tns:TApiDoubleArray

NoiseDemands

tns:TApiDoubleArray

AmbientNoises

tns:TApiDoubleArray

AllAddExps

tns:TApiDoubleArray

LocalVersion

xs:int

CalcTimeSetup

xs:boolean

NoNoiseDemand

xs:boolean

FreeDefinable

xs:boolean

KindOfDemand

tns:TKindOfDemand

PreDefinedCountry

xs:int

PreDefinedType

xs:int

PreDefined

xs:int

NoiseUseUserImissionHeight

xs:boolean

NoiseImissionHeight

xs:double

NoiseDemandLF

xs:boolean

NoiseDemandNewLF

xs:double

NoiseDemandNew

xs:double

NoiseDemandWindSpeedDependent

xs:boolean

NoiseDemandWindSpeedFrom

xs:double

NoiseDemandWindSpeedTo

xs:double

NoiseDemandWindSpeedStep

xs:double

NoiseDemandFrequencyDependent

xs:boolean

NoiseDemandFrequencyFrom

xs:int

NoiseDemandFrequencyTo

xs:int

NoiseDemandFrequencyFromLF

xs:int

NoiseDemandFrequencyToLF

xs:int

NoiseDemandFrequencyAWeighted

xs:boolean

NoiseInitialExposureNew

xs:double

AmbientNoiseWindSpeedDependent

xs:boolean

AmbientNoiseWindSpeedFrom

xs:double

AmbientNoiseWindSpeedTo

xs:double

AmbientNoiseWindSpeedStep

xs:double

AmbientNoiseFrequencyDependent

xs:boolean

AmbientNoiseFrequencyFrom

xs:int

AmbientNoiseFrequencyTo

xs:int

MaxAdditionalExposureNew

xs:double

AllAddExpWindSpeedDependent

xs:boolean

AllAddExpFrequencyDependent

xs:boolean

MinAbsNoiseDemand

xs:double

NoiseDistanceNew

xs:double

NoiseDistanceFactor

xs:double

NoiseDistanceFactorType

tns:TDistFactType

UseNSAUncertaintyAllowance

xs:boolean

UncertaintyAllowance

xs:double

UseNSAAmplitudeModulation

xs:boolean

AmplitudeModulation

xs:double

PureTonePenalty

xs:double

Data description for TApiObjNSA based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjNSA">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Points" type="tns:TApiGPs" />
                     <xs:element name="NoiseDemandsLF" type="tns:TApiDoubleArray" />
                     <xs:element name="NoiseDemands" type="tns:TApiDoubleArray" />
                     <xs:element name="AmbientNoises" type="tns:TApiDoubleArray" />
                     <xs:element name="AllAddExps" type="tns:TApiDoubleArray" />
                     <xs:element name="LocalVersion" type="xs:int" />
                     <xs:element name="CalcTimeSetup" type="xs:boolean" />
                     <xs:element name="NoNoiseDemand" type="xs:boolean" />
                     <xs:element name="FreeDefinable" type="xs:boolean" />
                     <xs:element name="KindOfDemand" type="tns:TKindOfDemand" />
                     <xs:element name="PreDefinedCountry" type="xs:int" />
                     <xs:element name="PreDefinedType" type="xs:int" />
                     <xs:element name="PreDefined" type="xs:int" />
                     <xs:element name="NoiseUseUserImissionHeight" type="xs:boolean" />
                     <xs:element name="NoiseImissionHeight" type="xs:double" />
                     <xs:element name="NoiseDemandLF" type="xs:boolean" />
                     <xs:element name="NoiseDemandNewLF" type="xs:double" />
                     <xs:element name="NoiseDemandNew" type="xs:double" />
                     <xs:element name="NoiseDemandWindSpeedDependent" type="xs:boolean" />
                     <xs:element name="NoiseDemandWindSpeedFrom" type="xs:double" />
                     <xs:element name="NoiseDemandWindSpeedTo" type="xs:double" />
                     <xs:element name="NoiseDemandWindSpeedStep" type="xs:double" />
                     <xs:element name="NoiseDemandFrequencyDependent" type="xs:boolean" />
                     <xs:element name="NoiseDemandFrequencyFrom" type="xs:int" />
                     <xs:element name="NoiseDemandFrequencyTo" type="xs:int" />
                     <xs:element name="NoiseDemandFrequencyFromLF" type="xs:int" />
                     <xs:element name="NoiseDemandFrequencyToLF" type="xs:int" />
                     <xs:element name="NoiseDemandFrequencyAWeighted" type="xs:boolean" />
                     <xs:element name="NoiseInitialExposureNew" type="xs:double" />
                     <xs:element name="AmbientNoiseWindSpeedDependent" type="xs:boolean" />
                     <xs:element name="AmbientNoiseWindSpeedFrom" type="xs:double" />
                     <xs:element name="AmbientNoiseWindSpeedTo" type="xs:double" />
                     <xs:element name="AmbientNoiseWindSpeedStep" type="xs:double" />
                     <xs:element name="AmbientNoiseFrequencyDependent" type="xs:boolean" />
                     <xs:element name="AmbientNoiseFrequencyFrom" type="xs:int" />
                     <xs:element name="AmbientNoiseFrequencyTo" type="xs:int" />
                     <xs:element name="MaxAdditionalExposureNew" type="xs:double" />
                     <xs:element name="AllAddExpWindSpeedDependent" type="xs:boolean" />
                     <xs:element name="AllAddExpFrequencyDependent" type="xs:boolean" />
                     <xs:element name="MinAbsNoiseDemand" type="xs:double" />
                     <xs:element name="NoiseDistanceNew" type="xs:double" />
                     <xs:element name="NoiseDistanceFactor" type="xs:double" />
                     <xs:element name="NoiseDistanceFactorType" type="tns:TDistFactType" />
                     <xs:element name="UseNSAUncertaintyAllowance" type="xs:boolean" />
                     <xs:element name="UncertaintyAllowance" type="xs:double" />
                     <xs:element name="UseNSAAmplitudeModulation" type="xs:boolean" />
                     <xs:element name="AmplitudeModulation" type="xs:double" />
                     <xs:element name="PureTonePenalty" type="xs:double" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjObstacle

Data description for TApiObjObstacle

Property

Type

minOccurs

maxOccurs

Width

xs:double

Depth

xs:double

Height

xs:double

porosity

xs:double

D3AFilename

xs:string

Filename

xs:string

DoRender

xs:boolean

SoundRefCoeffValue

xs:double

SoundRefCoeffType

xs:int

SoundRefActive

xs:boolean

Data description for TApiObjObstacle based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjObstacle">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Depth" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="porosity" type="xs:double" />
                     <xs:element name="D3AFilename" type="xs:string" />
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="DoRender" type="xs:boolean" />
                     <xs:element name="SoundRefCoeffValue" type="xs:double" />
                     <xs:element name="SoundRefCoeffType" type="xs:int" />
                     <xs:element name="SoundRefActive" type="xs:boolean" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjRadar

Data description for TApiObjRadar

Property

Type

minOccurs

maxOccurs

RadarHeight

xs:double

Data description for TApiObjRadar based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjRadar">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="RadarHeight" type="xs:double" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjRuler

Data description for TApiObjRuler

Property

Type

minOccurs

maxOccurs

Distance

xs:double

Width

xs:double

LabelsOnTicks

xs:boolean

Data description for TApiObjRuler based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjRuler">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Distance" type="xs:double" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="LabelsOnTicks" type="xs:boolean" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjShadow

Data description for TApiObjShadow

Property

Type

minOccurs

maxOccurs

Slope

xs:double

IntSlope

xs:int

Width

xs:double

Height

xs:double

AngleShadow

xs:double

HeightAboveGround

xs:double

DirectionMode

tns:TApiShadowReceptorDirectionMode

InputType

xs:int

FromBorderUL

tns:TApiGP

FromBorderLL

tns:TApiGP

FromBorderUR

tns:TApiGP

FromBorderLR

tns:TApiGP

FromBorderUsedSave

xs:int

FromBorderZL

xs:double

FromBorderZU

xs:double

FromBorderWidth

xs:double

FromBorderHeight

xs:double

FromBorderAzimuth

xs:double

FromBorderSlope

xs:double

FromBorderZaslL

xs:double

FromBorderZaslU

xs:double

FromBorderUseZ

xs:int

RectPolySelect

tns:TApiRectPolySelect

Data description for TApiObjShadow based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjShadow">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Slope" type="xs:double" />
                     <xs:element name="IntSlope" type="xs:int" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="AngleShadow" type="xs:double" />
                     <xs:element name="HeightAboveGround" type="xs:double" />
                     <xs:element name="DirectionMode" type="tns:TApiShadowReceptorDirectionMode" />
                     <xs:element name="InputType" type="xs:int" />
                     <xs:element name="FromBorderUL" type="tns:TApiGP" />
                     <xs:element name="FromBorderLL" type="tns:TApiGP" />
                     <xs:element name="FromBorderUR" type="tns:TApiGP" />
                     <xs:element name="FromBorderLR" type="tns:TApiGP" />
                     <xs:element name="FromBorderUsedSave" type="xs:int" />
                     <xs:element name="FromBorderZL" type="xs:double" />
                     <xs:element name="FromBorderZU" type="xs:double" />
                     <xs:element name="FromBorderWidth" type="xs:double" />
                     <xs:element name="FromBorderHeight" type="xs:double" />
                     <xs:element name="FromBorderAzimuth" type="xs:double" />
                     <xs:element name="FromBorderSlope" type="xs:double" />
                     <xs:element name="FromBorderZaslL" type="xs:double" />
                     <xs:element name="FromBorderZaslU" type="xs:double" />
                     <xs:element name="FromBorderUseZ" type="xs:int" />
                     <xs:element name="RectPolySelect" type="tns:TApiRectPolySelect" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjShape

Data description for TApiObjShape

Property

Type

minOccurs

maxOccurs

Height

xs:double

Width

xs:double

MapShapeType

tns:TApiMapShapeType

MapShapeBoundto

tns:TApiMapShapeBoundto

Pen

tns:TApiPen

Brush

tns:TApiBrush

Data description for TApiObjShape based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjShape">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="MapShapeType" type="tns:TApiMapShapeType" />
                     <xs:element name="MapShapeBoundto" type="tns:TApiMapShapeBoundto" />
                     <xs:element name="Pen" type="tns:TApiPen" />
                     <xs:element name="Brush" type="tns:TApiBrush" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjSiteData

Data description for TApiObjSiteData

Property

Type

minOccurs

maxOccurs

Purpose

tns:SiteDataPurpose

WaspOroType

xs:int

RouSource

xs:int

ResLon1

xs:double

ResLon2

xs:double

ResLat1

xs:double

ResLat2

xs:double

UpdateDist

xs:boolean

MaxWeight

xs:double

UseWTGAreaInResource

xs:boolean

WindStatFiles

tns:TApiSdWindstatFiles

MapFiles

tns:TApiSdMapFiles

Data description for TApiObjSiteData based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjSiteData">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Purpose" type="tns:SiteDataPurpose" />
                     <xs:element name="WaspOroType" type="xs:int" />
                     <xs:element name="RouSource" type="xs:int" />
                     <xs:element name="ResLon1" type="xs:double" />
                     <xs:element name="ResLon2" type="xs:double" />
                     <xs:element name="ResLat1" type="xs:double" />
                     <xs:element name="ResLat2" type="xs:double" />
                     <xs:element name="UpdateDist" type="xs:boolean" />
                     <xs:element name="MaxWeight" type="xs:double" />
                     <xs:element name="UseWTGAreaInResource" type="xs:boolean" />
                     <xs:element name="WindStatFiles" type="tns:TApiSdWindstatFiles" />
                     <xs:element name="MapFiles" type="tns:TApiSdMapFiles" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjText

Data description for TApiObjText

Property

Type

minOccurs

maxOccurs

Text

xs:string

BackColor

tns:TApiColor

Font

tns:TApiFont

Data description for TApiObjText based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjText">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Text" type="xs:string" />
                     <xs:element name="BackColor" type="tns:TApiColor" />
                     <xs:element name="Font" type="tns:TApiFont" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjWtg

Data description for TApiObjWtg

Property

Type

minOccurs

maxOccurs

Version

xs:int

LegacyMode

xs:boolean

PowerMatrixMode

xs:boolean

ActiveLevel

xs:int

PMActiveLevel

xs:int

Filename

xs:string

OrgName

xs:string

UID

xs:string

Hubheight

xs:double

UseDefault

xs:boolean

PCNoise

xs:string

PowerMatrix

xs:string

Powercurve

xs:string

Noisedata

xs:string

VisualData

xs:string

eGridData

xs:string

ShortName

xs:string

DesignStandard

xs:int

DesignClass

xs:int

UseUncertainty

xs:boolean

Uncertainty

xs:double

OperationStopDate

xs:dateTime

OperationStartDate

xs:dateTime

OperationUseStopDate

xs:boolean

OperationUseStartDate

xs:boolean

DenMapping

tns:TApiStringArray

Data description for TApiObjWtg based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjWtg">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Version" type="xs:int" />
                     <xs:element name="LegacyMode" type="xs:boolean" />
                     <xs:element name="PowerMatrixMode" type="xs:boolean" />
                     <xs:element name="ActiveLevel" type="xs:int" />
                     <xs:element name="PMActiveLevel" type="xs:int" />
                     <xs:element name="Filename" type="xs:string" />
                     <xs:element name="OrgName" type="xs:string" />
                     <xs:element name="UID" type="xs:string" />
                     <xs:element name="Hubheight" type="xs:double" />
                     <xs:element name="UseDefault" type="xs:boolean" />
                     <xs:element name="PCNoise" type="xs:string" />
                     <xs:element name="PowerMatrix" type="xs:string" />
                     <xs:element name="Powercurve" type="xs:string" />
                     <xs:element name="Noisedata" type="xs:string" />
                     <xs:element name="VisualData" type="xs:string" />
                     <xs:element name="eGridData" type="xs:string" />
                     <xs:element name="ShortName" type="xs:string" />
                     <xs:element name="DesignStandard" type="xs:int" />
                     <xs:element name="DesignClass" type="xs:int" />
                     <xs:element name="UseUncertainty" type="xs:boolean" />
                     <xs:element name="Uncertainty" type="xs:double" />
                     <xs:element name="OperationStopDate" type="xs:dateTime" />
                     <xs:element name="OperationStartDate" type="xs:dateTime" />
                     <xs:element name="OperationUseStopDate" type="xs:boolean" />
                     <xs:element name="OperationUseStartDate" type="xs:boolean" />
                     <xs:element name="DenMapping" type="tns:TApiStringArray" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjWtgArea

Property

Type

minOccurs

maxOccurs

Name

xs:string

MinEffect

xs:double

MaxEffect

xs:double

MinCount

xs:int

MaxCount

xs:int

EffectDemand

xs:boolean

CountDemand

xs:boolean

DistanceDemand

xs:boolean

Color

tns:TApiColor

Hatching

tns:TApiBrushStyle

TypeID

xs:int

IsHole

xs:boolean

ExclusionArea

xs:boolean

BufferZone

xs:double

CircleType

tns:TDistanceCircleType

DistAdd

xs:double

DistFact

xs:double

DistFactType

tns:TDistFactType

DistAddMinor

xs:double

DistFactMinor

xs:double

DistFactTypeMinor

tns:TDistFactType

Angle

xs:double

Points

tns:TApiGPs

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjWtgArea">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="MinEffect" type="xs:double" />
               <xs:element name="MaxEffect" type="xs:double" />
               <xs:element name="MinCount" type="xs:int" />
               <xs:element name="MaxCount" type="xs:int" />
               <xs:element name="EffectDemand" type="xs:boolean" />
               <xs:element name="CountDemand" type="xs:boolean" />
               <xs:element name="DistanceDemand" type="xs:boolean" />
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="Hatching" type="tns:TApiBrushStyle" />
               <xs:element name="TypeID" type="xs:int" />
               <xs:element name="IsHole" type="xs:boolean" />
               <xs:element name="ExclusionArea" type="xs:boolean" />
               <xs:element name="BufferZone" type="xs:double" />
               <xs:element name="CircleType" type="tns:TDistanceCircleType" />
               <xs:element name="DistAdd" type="xs:double" />
               <xs:element name="DistFact" type="xs:double" />
               <xs:element name="DistFactType" type="tns:TDistFactType" />
               <xs:element name="DistAddMinor" type="xs:double" />
               <xs:element name="DistFactMinor" type="xs:double" />
               <xs:element name="DistFactTypeMinor" type="tns:TDistFactType" />
               <xs:element name="Angle" type="xs:double" />
               <xs:element name="Points" type="tns:TApiGPs" />
            </xs:sequence>
         </xs:complexType>
         

TApiObjWtgAreaList

Property

Type

minOccurs

maxOccurs

TApiObjWtgArea

tns:TApiObjWtgArea

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjWtgAreaList">
            <xs:sequence>
               <xs:element name="TApiObjWtgArea" minOccurs="0" maxOccurs="unbounded" type="tns:TApiObjWtgArea" />
            </xs:sequence>
         </xs:complexType>
         

TApiObjWtgAreas

Data description for TApiObjWtgAreas

Property

Type

minOccurs

maxOccurs

Width

xs:double

Height

xs:double

Thickness

xs:int

LineAreaTypesColor

xs:boolean

LineColor

tns:TApiColor

AreaList

tns:TApiObjWtgAreaList

Data description for TApiObjWtgAreas based on tns:TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjWtgAreas">
            <xs:complexContent>
               <xs:extension base="tns:TApiWpObject">
                  <xs:sequence>
                     <xs:element name="Width" type="xs:double" />
                     <xs:element name="Height" type="xs:double" />
                     <xs:element name="Thickness" type="xs:int" />
                     <xs:element name="LineAreaTypesColor" type="xs:boolean" />
                     <xs:element name="LineColor" type="tns:TApiColor" />
                     <xs:element name="AreaList" type="tns:TApiObjWtgAreaList" />
                  </xs:sequence>
               </xs:extension>
            </xs:complexContent>
         </xs:complexType>
         

TApiObjectHandles

Property

Type

minOccurs

maxOccurs

int

xs:int

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiObjectHandles">
            <xs:sequence>
               <xs:element name="int" minOccurs="0" maxOccurs="unbounded" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeAreaResourceData

Property

Type

minOccurs

maxOccurs

X0

xs:double

Y0

xs:double

XDelta

xs:double

YDelta

xs:double

MinValue

xs:double

MaxValue

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeAreaResourceData">
            <xs:sequence>
               <xs:element name="X0" type="xs:double" />
               <xs:element name="Y0" type="xs:double" />
               <xs:element name="XDelta" type="xs:double" />
               <xs:element name="YDelta" type="xs:double" />
               <xs:element name="MinValue" type="xs:double" />
               <xs:element name="MaxValue" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeLayout

Property

Type

minOccurs

maxOccurs

Name

xs:string

Id

xs:int

ErrorMessage

xs:string

Guid

xs:string

Continous

xs:boolean

StartModelXMLName

xs:string

StepModelXMLName

xs:string

StartModelName

xs:string

StepModelName

xs:string

StartModelConfiguration

xs:string

StepModelConfiguration

xs:string

StartModelUsedSeed

xs:int

StatusText

xs:string

MaxObjective

xs:double

MinObjective

xs:double

MaxAEP

xs:double

MinAEP

xs:double

MaxCost

xs:double

MinCost

xs:double

RunTime

xs:double

MaxFruitlessTries

xs:int

CoorSysSystem

xs:string

CoorSysZone

xs:int

CoorSysDasum

xs:string

CostModelCurrencyIsoName

xs:string

Layout

tns:TApiDoubleMatrix

XMin

xs:double

YMin

xs:double

Width

xs:int

Height

xs:int

XDelta

xs:double

YDelta

xs:double

StepList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeLayoutStep_

GridConnectionPoints

tns:TApiDoubleMatrix

NeighbourTurbines

tns:TApiDoubleMatrix

ResourceList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeAreaResourceData_

AreaPolygons

tns:TApiDoubleMatrix

NSAObj

tns:TApiDoubleMatrix

State

tns:EApiOptimizeLayoutState

TerminationReason

tns:EApiOptimizeV2TerminateReason

UserRequestedStop

xs:boolean

NoiseSensorNames

tns:TApiStringArray

LoadSensorNames

tns:TApiStringArray

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeLayout">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Id" type="xs:int" />
               <xs:element name="ErrorMessage" type="xs:string" />
               <xs:element name="Guid" type="xs:string" />
               <xs:element name="Continous" type="xs:boolean" />
               <xs:element name="StartModelXMLName" type="xs:string" />
               <xs:element name="StepModelXMLName" type="xs:string" />
               <xs:element name="StartModelName" type="xs:string" />
               <xs:element name="StepModelName" type="xs:string" />
               <xs:element name="StartModelConfiguration" type="xs:string" />
               <xs:element name="StepModelConfiguration" type="xs:string" />
               <xs:element name="StartModelUsedSeed" type="xs:int" />
               <xs:element name="StatusText" type="xs:string" />
               <xs:element name="MaxObjective" type="xs:double" />
               <xs:element name="MinObjective" type="xs:double" />
               <xs:element name="MaxAEP" type="xs:double" />
               <xs:element name="MinAEP" type="xs:double" />
               <xs:element name="MaxCost" type="xs:double" />
               <xs:element name="MinCost" type="xs:double" />
               <xs:element name="RunTime" type="xs:double" />
               <xs:element name="MaxFruitlessTries" type="xs:int" />
               <xs:element name="CoorSysSystem" type="xs:string" />
               <xs:element name="CoorSysZone" type="xs:int" />
               <xs:element name="CoorSysDasum" type="xs:string" />
               <xs:element name="CostModelCurrencyIsoName" type="xs:string" />
               <xs:element name="Layout" type="tns:TApiDoubleMatrix" />
               <xs:element name="XMin" type="xs:double" />
               <xs:element name="YMin" type="xs:double" />
               <xs:element name="Width" type="xs:int" />
               <xs:element name="Height" type="xs:int" />
               <xs:element name="XDelta" type="xs:double" />
               <xs:element name="YDelta" type="xs:double" />
               <xs:element name="StepList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeLayoutStep_" />
               <xs:element name="GridConnectionPoints" type="tns:TApiDoubleMatrix" />
               <xs:element name="NeighbourTurbines" type="tns:TApiDoubleMatrix" />
               <xs:element name="ResourceList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeAreaResourceData_" />
               <xs:element name="AreaPolygons" type="tns:TApiDoubleMatrix" />
               <xs:element name="NSAObj" type="tns:TApiDoubleMatrix" />
               <xs:element name="State" type="tns:EApiOptimizeLayoutState" />
               <xs:element name="TerminationReason" type="tns:EApiOptimizeV2TerminateReason" />
               <xs:element name="UserRequestedStop" type="xs:boolean" />
               <xs:element name="NoiseSensorNames" type="tns:TApiStringArray" />
               <xs:element name="LoadSensorNames" type="tns:TApiStringArray" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeLayoutStep

Property

Type

minOccurs

maxOccurs

AEP

xs:double

Cost

xs:double

LCOE

xs:double

NPV

xs:double

StepNr

xs:int

RuntimeDays

xs:double

ValidLayout

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeLayoutStep">
            <xs:sequence>
               <xs:element name="AEP" type="xs:double" />
               <xs:element name="Cost" type="xs:double" />
               <xs:element name="LCOE" type="xs:double" />
               <xs:element name="NPV" type="xs:double" />
               <xs:element name="StepNr" type="xs:int" />
               <xs:element name="RuntimeDays" type="xs:double" />
               <xs:element name="ValidLayout" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeNameGuid

Property

Type

minOccurs

maxOccurs

Name

xs:string

Guid

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeNameGuid">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Guid" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeRun

Property

Type

minOccurs

maxOccurs

Guid

xs:string

Name

xs:string

LayoutList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_

NumWTG

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeRun">
            <xs:sequence>
               <xs:element name="Guid" type="xs:string" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="LayoutList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_" />
               <xs:element name="NumWTG" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeTurbine

Property

Type

minOccurs

maxOccurs

Guid

xs:string

Name

xs:string

OverrideCostModelHandle

xs:boolean

CostModelHandle

xs:int

RunList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_

WTGUID

tns:TApiWTGUID

LoadConstraintFilename

xs:string

LoadConstraintAllSensors

xs:boolean

LoadResponseSensors

tns:TApiIntegerArray

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeTurbine">
            <xs:sequence>
               <xs:element name="Guid" type="xs:string" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="OverrideCostModelHandle" type="xs:boolean" />
               <xs:element name="CostModelHandle" type="xs:int" />
               <xs:element name="RunList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_" />
               <xs:element name="WTGUID" type="tns:TApiWTGUID" />
               <xs:element name="LoadConstraintFilename" type="xs:string" />
               <xs:element name="LoadConstraintAllSensors" type="xs:boolean" />
               <xs:element name="LoadResponseSensors" type="tns:TApiIntegerArray" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeV2Session

Property

Type

minOccurs

maxOccurs

Name

xs:string

SessionType

xs:string

CreateDateTime

xs:dateTime

LastEditDateTime

xs:dateTime

SiteList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeV2Session">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="SessionType" type="xs:string" />
               <xs:element name="CreateDateTime" type="xs:dateTime" />
               <xs:element name="LastEditDateTime" type="xs:dateTime" />
               <xs:element name="SiteList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_" />
            </xs:sequence>
         </xs:complexType>
         

TApiOptimizeV2Site

Property

Type

minOccurs

maxOccurs

Guid

xs:string

Name

xs:string

LifeTimeY

xs:int

Pattern

tns:EApiOptimizeV2SitePattern

WakeDecayDefTerID

tns:EWakeDecayEnum

UserDefWakeDecay

xs:double

WTGCostModelHandle

xs:int

TurbineList

tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_

WTGAreaHandle

xs:int

GridConnectionPointHandles

tns:TApiIntegerArray

NSAHandles

tns:TApiIntegerArray

WindResourceFiles

tns:TApiStringArray

NPVElectricityPrice

xs:double

NPVElectricityPriceCDD

xs:int

ObjectiveMode

tns:EApiOptimizeV2ObjectiveMode

DiscountRate

xs:double

NeighbourTurbineHandles

tns:TApiIntegerArray

LifetimeConstraintEnable

xs:boolean

NoiseConstraintEnable

xs:boolean

DistanceConstraintEnable

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiOptimizeV2Site">
            <xs:sequence>
               <xs:element name="Guid" type="xs:string" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="LifeTimeY" type="xs:int" />
               <xs:element name="Pattern" type="tns:EApiOptimizeV2SitePattern" />
               <xs:element name="WakeDecayDefTerID" type="tns:EWakeDecayEnum" />
               <xs:element name="UserDefWakeDecay" type="xs:double" />
               <xs:element name="WTGCostModelHandle" type="xs:int" />
               <xs:element name="TurbineList" type="tns:TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_" />
               <xs:element name="WTGAreaHandle" type="xs:int" />
               <xs:element name="GridConnectionPointHandles" type="tns:TApiIntegerArray" />
               <xs:element name="NSAHandles" type="tns:TApiIntegerArray" />
               <xs:element name="WindResourceFiles" type="tns:TApiStringArray" />
               <xs:element name="NPVElectricityPrice" type="xs:double" />
               <xs:element name="NPVElectricityPriceCDD" type="xs:int" />
               <xs:element name="ObjectiveMode" type="tns:EApiOptimizeV2ObjectiveMode" />
               <xs:element name="DiscountRate" type="xs:double" />
               <xs:element name="NeighbourTurbineHandles" type="tns:TApiIntegerArray" />
               <xs:element name="LifetimeConstraintEnable" type="xs:boolean" />
               <xs:element name="NoiseConstraintEnable" type="xs:boolean" />
               <xs:element name="DistanceConstraintEnable" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiParkWdcData

Property

Type

minOccurs

maxOccurs

WdcOmni

tns:TApiParkWdcTerrainTypes

WdcFactorUseUserConvertFactor

xs:boolean

WdcFactorUserConvertFactor

xs:double

WdcOffshore

xs:boolean

UseFixedHubHeight

xs:boolean

FixedHubHeight

xs:double

SectorItems

tns:TApiParkWdcSectorItems

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiParkWdcData">
            <xs:sequence>
               <xs:element name="WdcOmni" type="tns:TApiParkWdcTerrainTypes" />
               <xs:element name="WdcFactorUseUserConvertFactor" type="xs:boolean" />
               <xs:element name="WdcFactorUserConvertFactor" type="xs:double" />
               <xs:element name="WdcOffshore" type="xs:boolean" />
               <xs:element name="UseFixedHubHeight" type="xs:boolean" />
               <xs:element name="FixedHubHeight" type="xs:double" />
               <xs:element name="SectorItems" type="tns:TApiParkWdcSectorItems" />
            </xs:sequence>
         </xs:complexType>
         

TApiParkWdcSectorItem

Property

Type

minOccurs

maxOccurs

AngleBegin

xs:double

AngleEnd

xs:double

WDC

xs:double

TerrainId

tns:TApiParkWdcTerrainTypes

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiParkWdcSectorItem">
            <xs:sequence>
               <xs:element name="AngleBegin" type="xs:double" />
               <xs:element name="AngleEnd" type="xs:double" />
               <xs:element name="WDC" type="xs:double" />
               <xs:element name="TerrainId" type="tns:TApiParkWdcTerrainTypes" />
            </xs:sequence>
         </xs:complexType>
         

TApiParkWdcSectorItems

Property

Type

minOccurs

maxOccurs

TApiParkWdcSectorItem

tns:TApiParkWdcSectorItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiParkWdcSectorItems">
            <xs:sequence>
               <xs:element name="TApiParkWdcSectorItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiParkWdcSectorItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiPen

Property

Type

minOccurs

maxOccurs

Color

tns:TApiColor

Width

xs:int

Style

tns:TApiPenStyle

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiPen">
            <xs:sequence>
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="Width" type="xs:int" />
               <xs:element name="Style" type="tns:TApiPenStyle" />
            </xs:sequence>
         </xs:complexType>
         

TApiPowerCurveAndMeanWindspeedInfo

Property

Type

minOccurs

maxOccurs

WTGData

tns:TApiWTGUID

PowerCurve

tns:TROArray_ApiCalcMCPService_Impl_TApiCoordinate_

WTG_Creator

xs:string

WTG_RatedPower

xs:double

WTG_Name

xs:string

WTG_RotorDiameter

xs:double

PC_AtAirDensity

xs:double

PC_StopWindSpeed

xs:double

PC_UsedPCID

xs:string

PC_PCCreator

xs:string

PC_PowerCurveName

xs:string

PC_CreateDate

xs:dateTime

PC_Comment

xs:string

PC_UseSquareOfWsp

xs:boolean

PC_UseSquareOfWsp_WspTruncate

xs:double

Index_MinimumDAQ

xs:double

WSScaleType

tns:TWScaleType

WSScaleWindspeed

xs:double

DoScaleWindSpeed

xs:boolean

PCDataAck

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiPowerCurveAndMeanWindspeedInfo">
            <xs:sequence>
               <xs:element name="WTGData" type="tns:TApiWTGUID" />
               <xs:element name="PowerCurve" type="tns:TROArray_ApiCalcMCPService_Impl_TApiCoordinate_" />
               <xs:element name="WTG_Creator" type="xs:string" />
               <xs:element name="WTG_RatedPower" type="xs:double" />
               <xs:element name="WTG_Name" type="xs:string" />
               <xs:element name="WTG_RotorDiameter" type="xs:double" />
               <xs:element name="PC_AtAirDensity" type="xs:double" />
               <xs:element name="PC_StopWindSpeed" type="xs:double" />
               <xs:element name="PC_UsedPCID" type="xs:string" />
               <xs:element name="PC_PCCreator" type="xs:string" />
               <xs:element name="PC_PowerCurveName" type="xs:string" />
               <xs:element name="PC_CreateDate" type="xs:dateTime" />
               <xs:element name="PC_Comment" type="xs:string" />
               <xs:element name="PC_UseSquareOfWsp" type="xs:boolean" />
               <xs:element name="PC_UseSquareOfWsp_WspTruncate" type="xs:double" />
               <xs:element name="Index_MinimumDAQ" type="xs:double" />
               <xs:element name="WSScaleType" type="tns:TWScaleType" />
               <xs:element name="WSScaleWindspeed" type="xs:double" />
               <xs:element name="DoScaleWindSpeed" type="xs:boolean" />
               <xs:element name="PCDataAck" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiRIXSetup

Property

Type

minOccurs

maxOccurs

RixCalc

xs:boolean

EndDist

xs:double

Threshold

xs:double

Weight

tns:TApiRixWeightType

WindstatRIX

tns:TApiRixWindstatType

ReportStandard

xs:boolean

ReportSectorWise

xs:boolean

ReportDesc

xs:boolean

NoRIXCorrection

xs:boolean

Alfa

xs:double

DeltaRixLow

xs:double

DeltaRixHigh

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiRIXSetup">
            <xs:sequence>
               <xs:element name="RixCalc" type="xs:boolean" />
               <xs:element name="EndDist" type="xs:double" />
               <xs:element name="Threshold" type="xs:double" />
               <xs:element name="Weight" type="tns:TApiRixWeightType" />
               <xs:element name="WindstatRIX" type="tns:TApiRixWindstatType" />
               <xs:element name="ReportStandard" type="xs:boolean" />
               <xs:element name="ReportSectorWise" type="xs:boolean" />
               <xs:element name="ReportDesc" type="xs:boolean" />
               <xs:element name="NoRIXCorrection" type="xs:boolean" />
               <xs:element name="Alfa" type="xs:double" />
               <xs:element name="DeltaRixLow" type="xs:double" />
               <xs:element name="DeltaRixHigh" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiRectPolySelect

Property

Type

minOccurs

maxOccurs

Poly

tns:TApiGPs

HeightAboveGround

xs:double

MapType

tns:TApiShadowMapType

Width

xs:double

Height

xs:double

Angle

xs:double

FixedSize

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiRectPolySelect">
            <xs:sequence>
               <xs:element name="Poly" type="tns:TApiGPs" />
               <xs:element name="HeightAboveGround" type="xs:double" />
               <xs:element name="MapType" type="tns:TApiShadowMapType" />
               <xs:element name="Width" type="xs:double" />
               <xs:element name="Height" type="xs:double" />
               <xs:element name="Angle" type="xs:double" />
               <xs:element name="FixedSize" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiResultLayerSetup

Property

Type

minOccurs

maxOccurs

ResName

xs:string

ResultLayerHandle

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiResultLayerSetup">
            <xs:sequence>
               <xs:element name="ResName" type="xs:string" />
               <xs:element name="ResultLayerHandle" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiResultLayerSetupColl

Property

Type

minOccurs

maxOccurs

TApiResultLayerSetup

tns:TApiResultLayerSetup

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiResultLayerSetupColl">
            <xs:sequence>
               <xs:element name="TApiResultLayerSetup" minOccurs="0" maxOccurs="unbounded" type="tns:TApiResultLayerSetup" />
            </xs:sequence>
         </xs:complexType>
         

TApiScalerMetItem

Property

Type

minOccurs

maxOccurs

MeteoHandle

xs:int

MeteoSignalUIDs

tns:TApiObjectHandles

MeteoShearSignalUIDs

tns:TApiObjectHandles

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiScalerMetItem">
            <xs:sequence>
               <xs:element name="MeteoHandle" type="xs:int" />
               <xs:element name="MeteoSignalUIDs" type="tns:TApiObjectHandles" />
               <xs:element name="MeteoShearSignalUIDs" type="tns:TApiObjectHandles" />
            </xs:sequence>
         </xs:complexType>
         

TApiScalerMetItems

Property

Type

minOccurs

maxOccurs

TApiScalerMetItem

tns:TApiScalerMetItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiScalerMetItems">
            <xs:sequence>
               <xs:element name="TApiScalerMetItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiScalerMetItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiScalingSetupData

Property

Type

minOccurs

maxOccurs

ScalerHandle

xs:int

HorizontalIntpl

tns:TApiHorizontalIntpl

ScalerMetItems

tns:TApiScalerMetItems

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiScalingSetupData">
            <xs:sequence>
               <xs:element name="ScalerHandle" type="xs:int" />
               <xs:element name="HorizontalIntpl" type="tns:TApiHorizontalIntpl" />
               <xs:element name="ScalerMetItems" type="tns:TApiScalerMetItems" />
            </xs:sequence>
         </xs:complexType>
         

TApiSclSetupItem

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

DownscaleEnabled

xs:boolean

SiteDataHandle

xs:int

ScalerType

tns:ApiScalerType

Terrain

tns:ApiTerrainType

MicroSectors

xs:int

MesoSectors

xs:int

DisplType

tns:ApiScalerDisplType

DisplCalcHandle

xs:int

CfdUseObstacles

xs:boolean

CFDFilenames

tns:TApiStringArray

WaspParameters

tns:TApiWaspConfs

PostEnabled

xs:boolean

PostScaling

xs:double

PostOffset

xs:double

PostSectorIncl

xs:boolean

PostSectorFactors

tns:TApiDoubleArray

PostSeasonFactors

tns:TApiDoubleArray

PostDiurnalFactors

tns:TApiDoubleMatrix

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSclSetupItem">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="DownscaleEnabled" type="xs:boolean" />
               <xs:element name="SiteDataHandle" type="xs:int" />
               <xs:element name="ScalerType" type="tns:ApiScalerType" />
               <xs:element name="Terrain" type="tns:ApiTerrainType" />
               <xs:element name="MicroSectors" type="xs:int" />
               <xs:element name="MesoSectors" type="xs:int" />
               <xs:element name="DisplType" type="tns:ApiScalerDisplType" />
               <xs:element name="DisplCalcHandle" type="xs:int" />
               <xs:element name="CfdUseObstacles" type="xs:boolean" />
               <xs:element name="CFDFilenames" type="tns:TApiStringArray" />
               <xs:element name="WaspParameters" type="tns:TApiWaspConfs" />
               <xs:element name="PostEnabled" type="xs:boolean" />
               <xs:element name="PostScaling" type="xs:double" />
               <xs:element name="PostOffset" type="xs:double" />
               <xs:element name="PostSectorIncl" type="xs:boolean" />
               <xs:element name="PostSectorFactors" type="tns:TApiDoubleArray" />
               <xs:element name="PostSeasonFactors" type="tns:TApiDoubleArray" />
               <xs:element name="PostDiurnalFactors" type="tns:TApiDoubleMatrix" />
            </xs:sequence>
         </xs:complexType>
         

TApiSclSetupItems

Property

Type

minOccurs

maxOccurs

TApiSclSetupItem

tns:TApiSclSetupItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSclSetupItems">
            <xs:sequence>
               <xs:element name="TApiSclSetupItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiSclSetupItem" />
            </xs:sequence>
         </xs:complexType>
         

TApiSdMapFile

Property

Type

minOccurs

maxOccurs

Filename

xs:string

MapFileType

tns:SdMapFileType

ObjHandle

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSdMapFile">
            <xs:sequence>
               <xs:element name="Filename" type="xs:string" />
               <xs:element name="MapFileType" type="tns:SdMapFileType" />
               <xs:element name="ObjHandle" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiSdMapFiles

Property

Type

minOccurs

maxOccurs

TApiSdMapFile

tns:TApiSdMapFile

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSdMapFiles">
            <xs:sequence>
               <xs:element name="TApiSdMapFile" minOccurs="0" maxOccurs="unbounded" type="tns:TApiSdMapFile" />
            </xs:sequence>
         </xs:complexType>
         

TApiSdWindStatFile

Property

Type

minOccurs

maxOccurs

Filename

xs:string

Weight

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSdWindStatFile">
            <xs:sequence>
               <xs:element name="Filename" type="xs:string" />
               <xs:element name="Weight" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiSdWindstatFiles

Property

Type

minOccurs

maxOccurs

TApiSdWindStatFile

tns:TApiSdWindStatFile

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiSdWindstatFiles">
            <xs:sequence>
               <xs:element name="TApiSdWindStatFile" minOccurs="0" maxOccurs="unbounded" type="tns:TApiSdWindStatFile" />
            </xs:sequence>
         </xs:complexType>
         

TApiStringArray

Property

Type

minOccurs

maxOccurs

string

xs:string

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiStringArray">
            <xs:sequence>
               <xs:element name="string" minOccurs="0" maxOccurs="unbounded" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiTurbOParkData

Property

Type

minOccurs

maxOccurs

A

xs:double

SigmaMaxRel

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiTurbOParkData">
            <xs:sequence>
               <xs:element name="A" type="xs:double" />
               <xs:element name="SigmaMaxRel" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiWTGUID

Property

Type

minOccurs

maxOccurs

Version

xs:int

LegacyMode

xs:boolean

PowerMatrixMode

xs:boolean

Purpose

xs:int

ActiveLevel

xs:int

PMActiveLevel

xs:int

Filename

xs:string

OrgName

xs:string

UID

xs:string

Hubheight

xs:double

UseDefault

xs:boolean

LevelName

xs:string

PCNoise

xs:string

PowerMatrix

xs:string

Powercurve

xs:string

Noisedata

xs:string

VisualData

xs:string

eGridData

xs:string

ShortName

xs:string

DesignStandard

xs:int

DesignClass

xs:int

denMapping

tns:TApiStringArray

UseUncertainty

xs:boolean

Uncertainty

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWTGUID">
            <xs:sequence>
               <xs:element name="Version" type="xs:int" />
               <xs:element name="LegacyMode" type="xs:boolean" />
               <xs:element name="PowerMatrixMode" type="xs:boolean" />
               <xs:element name="Purpose" type="xs:int" />
               <xs:element name="ActiveLevel" type="xs:int" />
               <xs:element name="PMActiveLevel" type="xs:int" />
               <xs:element name="Filename" type="xs:string" />
               <xs:element name="OrgName" type="xs:string" />
               <xs:element name="UID" type="xs:string" />
               <xs:element name="Hubheight" type="xs:double" />
               <xs:element name="UseDefault" type="xs:boolean" />
               <xs:element name="LevelName" type="xs:string" />
               <xs:element name="PCNoise" type="xs:string" />
               <xs:element name="PowerMatrix" type="xs:string" />
               <xs:element name="Powercurve" type="xs:string" />
               <xs:element name="Noisedata" type="xs:string" />
               <xs:element name="VisualData" type="xs:string" />
               <xs:element name="eGridData" type="xs:string" />
               <xs:element name="ShortName" type="xs:string" />
               <xs:element name="DesignStandard" type="xs:int" />
               <xs:element name="DesignClass" type="xs:int" />
               <xs:element name="denMapping" type="tns:TApiStringArray" />
               <xs:element name="UseUncertainty" type="xs:boolean" />
               <xs:element name="Uncertainty" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiWaspConfItem

Property

Type

minOccurs

maxOccurs

ID

xs:string

Description

xs:string

GroupName

xs:string

Value

xs:double

Min

xs:double

Max

xs:double

Def

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWaspConfItem">
            <xs:sequence>
               <xs:element name="ID" type="xs:string" />
               <xs:element name="Description" type="xs:string" />
               <xs:element name="GroupName" type="xs:string" />
               <xs:element name="Value" type="xs:double" />
               <xs:element name="Min" type="xs:double" />
               <xs:element name="Max" type="xs:double" />
               <xs:element name="Def" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiWaspConfs

Property

Type

minOccurs

maxOccurs

WaspVersionReadOnly

tns:ApiWaspVersion

WaspParams

tns:TROArray_ApiBaseService_Impl_TApiWaspConfItem_

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWaspConfs">
            <xs:sequence>
               <xs:element name="WaspVersionReadOnly" type="tns:ApiWaspVersion" />
               <xs:element name="WaspParams" type="tns:TROArray_ApiBaseService_Impl_TApiWaspConfItem_" />
            </xs:sequence>
         </xs:complexType>
         

TApiWeibullData

Property

Type

minOccurs

maxOccurs

Sectors

xs:int

WeiA

tns:TApiDoubleArray

WeiK

tns:TApiDoubleArray

WeiF

tns:TApiDoubleArray

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWeibullData">
            <xs:sequence>
               <xs:element name="Sectors" type="xs:int" />
               <xs:element name="WeiA" type="tns:TApiDoubleArray" />
               <xs:element name="WeiK" type="tns:TApiDoubleArray" />
               <xs:element name="WeiF" type="tns:TApiDoubleArray" />
            </xs:sequence>
         </xs:complexType>
         

TApiWindStatRouHeight

Property

Type

minOccurs

maxOccurs

RouLen

xs:double

Height

xs:double

WeibullData

tns:TApiWeibullData

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWindStatRouHeight">
            <xs:sequence>
               <xs:element name="RouLen" type="xs:double" />
               <xs:element name="Height" type="xs:double" />
               <xs:element name="WeibullData" type="tns:TApiWeibullData" />
            </xs:sequence>
         </xs:complexType>
         

TApiWindstatData

Property

Type

minOccurs

maxOccurs

Name

xs:string

Country

xs:string

Source

xs:string

SiteX

xs:double

SiteY

xs:double

Comments

xs:string

CreateDate

xs:dateTime

EditDate

xs:dateTime

UniqueID

xs:string

SectorCount

xs:int

WAsPVersion

xs:string

WAsPVersionInt

xs:int

WAsPNoneDefault

xs:boolean

WeiRouHeights

tns:TROArray_ApiCalcStatgenService_Impl_TApiWindStatRouHeight_

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWindstatData">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="Source" type="xs:string" />
               <xs:element name="SiteX" type="xs:double" />
               <xs:element name="SiteY" type="xs:double" />
               <xs:element name="Comments" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="EditDate" type="xs:dateTime" />
               <xs:element name="UniqueID" type="xs:string" />
               <xs:element name="SectorCount" type="xs:int" />
               <xs:element name="WAsPVersion" type="xs:string" />
               <xs:element name="WAsPVersionInt" type="xs:int" />
               <xs:element name="WAsPNoneDefault" type="xs:boolean" />
               <xs:element name="WeiRouHeights" type="tns:TROArray_ApiCalcStatgenService_Impl_TApiWindStatRouHeight_" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCalc

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

ModNum

xs:int

CalcNum

xs:int

CalcType

tns:ApiCalcType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCalc">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="ModNum" type="xs:int" />
               <xs:element name="CalcNum" type="xs:int" />
               <xs:element name="CalcType" type="tns:ApiCalcType" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCalcReport

Property

Type

minOccurs

maxOccurs

ID

xs:string

Name

xs:string

IsResToFile

xs:boolean

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCalcReport">
            <xs:sequence>
               <xs:element name="ID" type="xs:string" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="IsResToFile" type="xs:boolean" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCalcReports

Property

Type

minOccurs

maxOccurs

TApiWpCalcReport

tns:TApiWpCalcReport

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCalcReports">
            <xs:sequence>
               <xs:element name="TApiWpCalcReport" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWpCalcReport" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCalcs

Property

Type

minOccurs

maxOccurs

TApiWpCalc

tns:TApiWpCalc

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCalcs">
            <xs:sequence>
               <xs:element name="TApiWpCalc" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWpCalc" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCoor

Property

Type

minOccurs

maxOccurs

X

xs:double

Y

xs:double

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCoor">
            <xs:sequence>
               <xs:element name="X" type="xs:double" />
               <xs:element name="Y" type="xs:double" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCoorSysData

Property

Type

minOccurs

maxOccurs

ShowAllCountries

xs:boolean

DefaultSystem

xs:string

LongWest

xs:boolean

LatSouth

xs:boolean

Zone

xs:int

Datum

xs:string

RectDec

xs:int

ZoneInEastern

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCoorSysData">
            <xs:sequence>
               <xs:element name="ShowAllCountries" type="xs:boolean" />
               <xs:element name="DefaultSystem" type="xs:string" />
               <xs:element name="LongWest" type="xs:boolean" />
               <xs:element name="LatSouth" type="xs:boolean" />
               <xs:element name="Zone" type="xs:int" />
               <xs:element name="Datum" type="xs:string" />
               <xs:element name="RectDec" type="xs:int" />
               <xs:element name="ZoneInEastern" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpCoors

Property

Type

minOccurs

maxOccurs

TApiWpCoor

tns:TApiWpCoor

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpCoors">
            <xs:sequence>
               <xs:element name="TApiWpCoor" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWpCoor" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpObjTypes

Property

Type

minOccurs

maxOccurs

ApiWpObjType

tns:ApiWpObjType

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpObjTypes">
            <xs:sequence>
               <xs:element name="ApiWpObjType" minOccurs="0" maxOccurs="unbounded" type="tns:ApiWpObjType" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpObject

Property

Type

minOccurs

maxOccurs

Handle

xs:int

SystemLabel

xs:int

TypeId

xs:string

ObjType

xs:int

ApiObjType

tns:ApiWpObjType

Lng

xs:double

Lat

xs:double

Z

xs:double

Count

xs:int

Angle

xs:double

UserDescription

xs:string

AutoLevel

xs:boolean

OffsetZ

xs:double

UserLabel

xs:string

SymbolVisible

xs:boolean

Color

tns:TApiColor

ObjFormDescription

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpObject">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="SystemLabel" type="xs:int" />
               <xs:element name="TypeId" type="xs:string" />
               <xs:element name="ObjType" type="xs:int" />
               <xs:element name="ApiObjType" type="tns:ApiWpObjType" />
               <xs:element name="Lng" type="xs:double" />
               <xs:element name="Lat" type="xs:double" />
               <xs:element name="Z" type="xs:double" />
               <xs:element name="Count" type="xs:int" />
               <xs:element name="Angle" type="xs:double" />
               <xs:element name="UserDescription" type="xs:string" />
               <xs:element name="AutoLevel" type="xs:boolean" />
               <xs:element name="OffsetZ" type="xs:double" />
               <xs:element name="UserLabel" type="xs:string" />
               <xs:element name="SymbolVisible" type="xs:boolean" />
               <xs:element name="Color" type="tns:TApiColor" />
               <xs:element name="ObjFormDescription" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpObjectLayer

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Name

xs:string

LayerFolderHandle

xs:int

ObjectHandles

tns:TApiObjectHandles

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpObjectLayer">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="LayerFolderHandle" type="xs:int" />
               <xs:element name="ObjectHandles" type="tns:TApiObjectHandles" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpObjectLayers

Property

Type

minOccurs

maxOccurs

TApiWpObjectLayer

tns:TApiWpObjectLayer

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpObjectLayers">
            <xs:sequence>
               <xs:element name="TApiWpObjectLayer" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWpObjectLayer" />
            </xs:sequence>
         </xs:complexType>
         

TApiWpObjects

Property

Type

minOccurs

maxOccurs

TApiWpObject

tns:TApiWpObject

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWpObjects">
            <xs:sequence>
               <xs:element name="TApiWpObject" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWpObject" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgData

Property

Type

minOccurs

maxOccurs

FileName

xs:string

FileAvailable

xs:boolean

DataName

xs:string

Found

xs:boolean

Valid

xs:boolean

NNoise

xs:int

NVisual

xs:int

NPowerCurve

xs:int

DefHubHeight

xs:double

SPower

xs:double

Power

xs:double

MinHubHeight

xs:double

RotorDia

xs:double

MaxHubHeight

xs:double

ProdCountry

xs:string

UID

xs:string

Firm

xs:string

CreatorAll

xs:string

TypeVariant

xs:string

DetailDatas

tns:TApiWtgDetailDatas

PairDetailDatas

tns:TApiWtgDetailDatas

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgData">
            <xs:sequence>
               <xs:element name="FileName" type="xs:string" />
               <xs:element name="FileAvailable" type="xs:boolean" />
               <xs:element name="DataName" type="xs:string" />
               <xs:element name="Found" type="xs:boolean" />
               <xs:element name="Valid" type="xs:boolean" />
               <xs:element name="NNoise" type="xs:int" />
               <xs:element name="NVisual" type="xs:int" />
               <xs:element name="NPowerCurve" type="xs:int" />
               <xs:element name="DefHubHeight" type="xs:double" />
               <xs:element name="SPower" type="xs:double" />
               <xs:element name="Power" type="xs:double" />
               <xs:element name="MinHubHeight" type="xs:double" />
               <xs:element name="RotorDia" type="xs:double" />
               <xs:element name="MaxHubHeight" type="xs:double" />
               <xs:element name="ProdCountry" type="xs:string" />
               <xs:element name="UID" type="xs:string" />
               <xs:element name="Firm" type="xs:string" />
               <xs:element name="CreatorAll" type="xs:string" />
               <xs:element name="TypeVariant" type="xs:string" />
               <xs:element name="DetailDatas" type="tns:TApiWtgDetailDatas" />
               <xs:element name="PairDetailDatas" type="tns:TApiWtgDetailDatas" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgDatas

Property

Type

minOccurs

maxOccurs

TApiWtgData

tns:TApiWtgData

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgDatas">
            <xs:sequence>
               <xs:element name="TApiWtgData" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWtgData" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgDetailData

Property

Type

minOccurs

maxOccurs

DetailType

tns:ApiWtgDetailType

Name

xs:string

Source

xs:string

SourceDate

xs:dateTime

Remark

xs:string

Creator

xs:string

CreateDate

xs:dateTime

EditDate

xs:dateTime

HubHeight

xs:double

UniqueID

xs:string

DefaultData

xs:boolean

Invalid

xs:boolean

MD5Tag

xs:string

DetailClassType

xs:string

ValidMinVersion

xs:string

ValidMaxVersion

xs:string

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgDetailData">
            <xs:sequence>
               <xs:element name="DetailType" type="tns:ApiWtgDetailType" />
               <xs:element name="Name" type="xs:string" />
               <xs:element name="Source" type="xs:string" />
               <xs:element name="SourceDate" type="xs:dateTime" />
               <xs:element name="Remark" type="xs:string" />
               <xs:element name="Creator" type="xs:string" />
               <xs:element name="CreateDate" type="xs:dateTime" />
               <xs:element name="EditDate" type="xs:dateTime" />
               <xs:element name="HubHeight" type="xs:double" />
               <xs:element name="UniqueID" type="xs:string" />
               <xs:element name="DefaultData" type="xs:boolean" />
               <xs:element name="Invalid" type="xs:boolean" />
               <xs:element name="MD5Tag" type="xs:string" />
               <xs:element name="DetailClassType" type="xs:string" />
               <xs:element name="ValidMinVersion" type="xs:string" />
               <xs:element name="ValidMaxVersion" type="xs:string" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgDetailDatas

Property

Type

minOccurs

maxOccurs

TApiWtgDetailData

tns:TApiWtgDetailData

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgDetailDatas">
            <xs:sequence>
               <xs:element name="TApiWtgDetailData" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWtgDetailData" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgId

Property

Type

minOccurs

maxOccurs

Handle

xs:int

Rowindex

xs:int

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgId">
            <xs:sequence>
               <xs:element name="Handle" type="xs:int" />
               <xs:element name="Rowindex" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TApiWtgIds

Property

Type

minOccurs

maxOccurs

TApiWtgId

tns:TApiWtgId

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TApiWtgIds">
            <xs:sequence>
               <xs:element name="TApiWtgId" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWtgId" />
            </xs:sequence>
         </xs:complexType>
         

TOnlineDataServiceType

Property

Type

minOccurs

maxOccurs

ServiceId

xs:string

ShortDescription

xs:string

Longdescription

xs:string

DataType

tns:ApiOnlineDataType

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TOnlineDataServiceType">
            <xs:sequence>
               <xs:element name="ServiceId" type="xs:string" />
               <xs:element name="ShortDescription" type="xs:string" />
               <xs:element name="Longdescription" type="xs:string" />
               <xs:element name="DataType" type="tns:ApiOnlineDataType" />
            </xs:sequence>
         </xs:complexType>
         

TOnlineDataServiceTypes

Property

Type

minOccurs

maxOccurs

TOnlineDataServiceType

tns:TOnlineDataServiceType

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TOnlineDataServiceTypes">
            <xs:sequence>
               <xs:element name="TOnlineDataServiceType" minOccurs="0" maxOccurs="unbounded" type="tns:TOnlineDataServiceType" />
            </xs:sequence>
         </xs:complexType>
         

TPrjData

Property

Type

minOccurs

maxOccurs

Name

xs:string

SiteDescription

xs:string

Country

xs:string

CoorEPSG

xs:int

CoorData

tns:TApiWpCoorSysData

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TPrjData">
            <xs:sequence>
               <xs:element name="Name" type="xs:string" />
               <xs:element name="SiteDescription" type="xs:string" />
               <xs:element name="Country" type="xs:string" />
               <xs:element name="CoorEPSG" type="xs:int" />
               <xs:element name="CoorData" type="tns:TApiWpCoorSysData" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiBaseService_Impl_TApiWaspConfItem_

Property

Type

minOccurs

maxOccurs

TApiWaspConfItem

tns:TApiWaspConfItem

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiBaseService_Impl_TApiWaspConfItem_">
            <xs:sequence>
               <xs:element name="TApiWaspConfItem" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWaspConfItem" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiCalcMCPService_Impl_TApiCoordinate_

Property

Type

minOccurs

maxOccurs

TApiCoordinate

tns:TApiCoordinate

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiCalcMCPService_Impl_TApiCoordinate_">
            <xs:sequence>
               <xs:element name="TApiCoordinate" minOccurs="0" maxOccurs="unbounded" type="tns:TApiCoordinate" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiCalcMCPService_Impl_TApiMCPModel_

Property

Type

minOccurs

maxOccurs

TApiMCPModel

tns:TApiMCPModel

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiCalcMCPService_Impl_TApiMCPModel_">
            <xs:sequence>
               <xs:element name="TApiMCPModel" minOccurs="0" maxOccurs="unbounded" type="tns:TApiMCPModel" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiCalcMCPService_Impl_TApiMCPv2WindIndex_

Property

Type

minOccurs

maxOccurs

TApiMCPv2WindIndex

tns:TApiMCPv2WindIndex

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiCalcMCPService_Impl_TApiMCPv2WindIndex_">
            <xs:sequence>
               <xs:element name="TApiMCPv2WindIndex" minOccurs="0" maxOccurs="unbounded" type="tns:TApiMCPv2WindIndex" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiCalcMCPService_Impl_TApiMcpSession_

Property

Type

minOccurs

maxOccurs

TApiMcpSession

tns:TApiMcpSession

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiCalcMCPService_Impl_TApiMcpSession_">
            <xs:sequence>
               <xs:element name="TApiMcpSession" minOccurs="0" maxOccurs="unbounded" type="tns:TApiMcpSession" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiCalcStatgenService_Impl_TApiWindStatRouHeight_

Property

Type

minOccurs

maxOccurs

TApiWindStatRouHeight

tns:TApiWindStatRouHeight

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiCalcStatgenService_Impl_TApiWindStatRouHeight_">
            <xs:sequence>
               <xs:element name="TApiWindStatRouHeight" minOccurs="0" maxOccurs="unbounded" type="tns:TApiWindStatRouHeight" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiOptimizeService_Impl_TApiOptimizeAreaResourceData_

Property

Type

minOccurs

maxOccurs

TApiOptimizeAreaResourceData

tns:TApiOptimizeAreaResourceData

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiOptimizeService_Impl_TApiOptimizeAreaResourceData_">
            <xs:sequence>
               <xs:element name="TApiOptimizeAreaResourceData" minOccurs="0" maxOccurs="unbounded" type="tns:TApiOptimizeAreaResourceData" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiOptimizeService_Impl_TApiOptimizeLayoutStep_

Property

Type

minOccurs

maxOccurs

TApiOptimizeLayoutStep

tns:TApiOptimizeLayoutStep

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiOptimizeService_Impl_TApiOptimizeLayoutStep_">
            <xs:sequence>
               <xs:element name="TApiOptimizeLayoutStep" minOccurs="0" maxOccurs="unbounded" type="tns:TApiOptimizeLayoutStep" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_

Property

Type

minOccurs

maxOccurs

TApiOptimizeNameGuid

tns:TApiOptimizeNameGuid

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_ApiOptimizeService_Impl_TApiOptimizeNameGuid_">
            <xs:sequence>
               <xs:element name="TApiOptimizeNameGuid" minOccurs="0" maxOccurs="unbounded" type="tns:TApiOptimizeNameGuid" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_System_Integer_

Property

Type

minOccurs

maxOccurs

int

xs:int

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_System_Integer_">
            <xs:sequence>
               <xs:element name="int" minOccurs="0" maxOccurs="unbounded" type="xs:int" />
            </xs:sequence>
         </xs:complexType>
         

TROArray_System_string_

Property

Type

minOccurs

maxOccurs

string

xs:string

0

unbounded

<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TROArray_System_string_">
            <xs:sequence>
               <xs:element name="string" minOccurs="0" maxOccurs="unbounded" type="xs:string" />
            </xs:sequence>
         </xs:complexType>