<xs:complexType name="DistributionTransformationType">
<xs:annotation>
<xs:documentation>The SamplingIntervalType defines the sampling interval.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="DistributionTransformationEnum" type="DistributionTransformationEnumType">
<xs:annotation>
<xs:documentation>The DistributionTransformationEnum element describes an often-used distribution transformation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="BoxCoxTransformation" type="xs:decimal">
<xs:annotation>
<xs:documentation>The BoxCoxTransformation element is the exponent used in a Box Cox transformation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherDistributionTransformation" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherDistributionTransformation element describes the distribution transformation in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |