W3C

HL7-datatypes

The document saved/public/HL7/coreschemas/datatypes.xsd has been classified as being possibly an Advanced XML Schema Patterns for Databinding 1.0 conformant document as it only exhibits the following patterns:

Status Nodes Name XPath
advanced NoTargetNamespace .[not(@targetNamespace)]/ (.)
basic QualifiedLocalElements .[@elementFormDefault = 'qualified']/ (@elementFormDefault)
basic UnqualifiedLocalAttributes .[not(@attributeFormDefault) or @attributeFormDefault = 'unqualified']/ (., @attributeFormDefault)
basic DocumentationElement .//xs:annotation/xs:documentation/ (.., ., .//*, .//@*)
advanced AppinfoElement .//xs:annotation/xs:appinfo/ (.., ., .//*, .//@*)
basic IdentifierName .//.[matches(@name, "^[A-Za-z_]([A-Za-z0-9_]0 31)$")]/ (@name)
basic Include ./xs:include[@schemaLocation]/ (., @schemaLocation)
advanced ElementTypeDefaultNamespace .//xs:element[@name and @type and not(contains(@type, ':'))]/ (@name, @type)
basic MinOccurs1 .//.[@minOccurs = '1']/ (@minOccurs)
basic MaxOccurs1 .//.[@maxOccurs = '1']/ (@maxOccurs)
basic ElementMinOccurs0 .//xs:element[@minOccurs = '0' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMinOccurs1 .//xs:element[@minOccurs = '1' and (not(@maxOccurs) or @maxOccurs = '1')]/ (@minOccurs, @maxOccurs)
basic ElementMaxOccurs1 .//xs:element[(not(@minOccurs) or @minOccurs = '1') and @maxOccurs = '1']/ (@minOccurs, @maxOccurs)
advanced ElementMinOccursFinite .//xs:element[xs:integer(@minOccurs) gt 1]/ (@minOccurs, @maxOccurs)
basic AttributeOptional .//xs:attribute[@use = 'optional']/ (@use)
advanced AttributeDefault .//xs:attribute[@default] / (@default)
basic GlobalSimpleType ./xs:simpleType[@name]/ (., @name)
basic GlobalComplexType ./xs:complexType[@name]/ (., @name)
advanced ChoiceSequence .//xs:choice/xs:sequence/(.)
advanced SequenceChoice .//xs:sequence/xs:choice/(.)
advanced ChoiceElement .//xs:choice/xs:element/(.)
basic SequenceElement .//xs:sequence/xs:element/(.)
basic SequenceSingleRepeatedElement .//xs:sequence[count(xs:element) = 1]/xs:element[@maxOccurs = 'unbounded']/ (., @maxOccurs)
advanced ElementTypeReferenceUnqualified .//xs:element[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and not(contains(@type, ':'))]/ (., @name, @type)
advanced AttributeTypeReferenceUnqualified .//xs:attribute[@name and @type and namespace-uri-from-QName(resolve-QName(@type,.)) != 'http://www.w3.org/2001/XMLSchema' and not(contains(@type, ':'))]/ (., @name, @type)
advanced List .//xs:list[@itemType]/ (., @itemType)
advanced RestrictedMinInclusive .//xs:simpleType/xs:restriction/xs:minInclusive[@value]/(.., ../@base, ., @value)
advanced RestrictedMaxInclusive .//xs:simpleType/xs:restriction/xs:maxInclusive[@value]/(.., ../@base, ., @value)
basic ComplexTypeAttributeExtension .//xs:complexType/xs:complexContent[xs:extension[@base]/xs:attribute]/ (., xs:extension/(., @base, xs:attribute/(., @name)))
basic ComplexTypeSequenceExtension .//xs:complexType/xs:complexContent[xs:extension[@base]/xs:sequence]/ (., xs:extension/ (., @base, xs:sequence/(., xs:element/(., @name))))
advanced ChoiceMinOccurs0 .//xs:choice[@minOccurs='0']/ (@minOccurs)
advanced LocalAttributeSimpleType .//xs:attribute[not(parent::xs:schema)]/xs:simpleType
advanced ComplexTypeChoiceExtension .//xs:complexType/xs:complexContent[xs:extension[@base]/xs:choice]/ (., xs:extension/ (., @base, xs:choice/(., xs:element/(., @name))))
advanced ComplexTypeExtension .//xs:complexType/xs:complexContent/xs:extension[@base]/(., @base, ../(.))

<xsd:schema NoTargetNamespace UnqualifiedLocalAttributes elementFormDefault="qualified" QualifiedLocalElements >
<xsd:annotation DocumentationElement >
<xsd:documentation DocumentationElement >
$Id: HL7-datatypes.html,v 1.13 2008/07/15 11:02:04 gcowe Exp $ Generated by $Id: HL7-datatypes.html,v 1.13 2008/07/15 11:02:04 gcowe Exp $
</xsd:documentation>
</xsd:annotation>
<xsd:include Include schemaLocation="datatypes-base.xsd" Include />
<!-- Instantiated templates -->
<xsd:complexType GlobalComplexType name="PIVL_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="SXCM_TS" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="phase" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A prototype of the repeating interval specifying the duration of each occurrence and anchors the periodic interval sequence at a certain point in time.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="period" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A time duration specifying as a reciprocal measure of the frequency at which the periodic interval repeats.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="frequency" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="RTO_INT_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The inverse of period, but allows to specify a number of repeats in a time unit using a ratio.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="alignment" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="CalendarCycle" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies if and how the repetitions are aligned to the cycles of the underlying calendar (e.g., to distinguish every 30 days from "the 5th of every month".) A non-aligned periodic interval recurs independently from the calendar. An aligned periodic interval is synchronized with the calendar.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="institutionSpecified" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="false" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Indicates whether the exact timing is up to the party executing the schedule (e.g., to distinguish "every 8 hours" from "3 times a day".)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="RTO_INT_PQ" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
RTO_INT_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="QTY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="numerator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that is being divided in the ratio. The default is the integer number 1 (one.)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="denominator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that devides the numerator in the ratio. The default is the integer number 1 (one.) The denominator must not be zero.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="EIVL_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="SXCM_TS" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="event" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="CE" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="offset" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_PQ" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PQ" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PQ" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="PPD_TS" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
PPD_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="TS" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="standardDeviation" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="distributionType" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="ProbabilityDistributionType" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="PPD_PQ" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
PPD_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="PQ" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="standardDeviation" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="distributionType" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="ProbabilityDistributionType" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="PIVL_PPD_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="SXCM_PPD_TS" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="phase" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_PPD_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A prototype of the repeating interval specifying the duration of each occurrence and anchors the periodic interval sequence at a certain point in time.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="period" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A time duration specifying as a reciprocal measure of the frequency at which the periodic interval repeats.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="frequency" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="RTO_INT_PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The inverse of period, but allows to specify a number of repeats in a time unit using a ratio.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="alignment" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="CalendarCycle" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies if and how the repetitions are aligned to the cycles of the underlying calendar (e.g., to distinguish every 30 days from "the 5th of every month".) A non-aligned periodic interval recurs independently from the calendar. An aligned periodic interval is synchronized with the calendar.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="institutionSpecified" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="false" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Indicates whether the exact timing is up to the party executing the schedule (e.g., to distinguish "every 8 hours" from "3 times a day".)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_PPD_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PPD_TS" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_PPD_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_PPD_TS" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="low" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="IVXB_PPD_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The low limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PPD_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PPD_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PPD_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_PPD_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PPD_TS" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="RTO_INT_PPD_PQ" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
RTO_INT_PPD_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="QTY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="numerator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that is being divided in the ratio. The default is the integer number 1 (one.)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="denominator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that devides the numerator in the ratio. The default is the integer number 1 (one.) The denominator must not be zero.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="EIVL_PPD_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="SXCM_PPD_TS" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="event" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="CE" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code for a common (periodical) activity of daily living based on which the event related periodic interval is specified.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="offset" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
An interval of elapsed time (duration, not absolute point in time) that marks the offsets for the beginning, width and end of the event-related periodic interval measured from the time each such event actually occurred.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_PPD_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_PPD_PQ" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="low" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="IVXB_PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The low limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="PPD_PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_PPD_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PPD_PQ" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_PPD_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="PPD_PQ" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_CD" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="CD" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_MO" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="MO" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_INT" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="INT" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SXCM_REAL" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="REAL" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="operator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="SetOperator" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="I" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A code specifying whether the set component is included (union) or excluded (set-difference) from the set, or other set operations with the current set component and the set as constructed from the representation stream up to the current point.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_INT" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_INT" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="low" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="IVXB_INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The low limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="INT" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_INT" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="INT" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_REAL" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_REAL" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="low" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="IVXB_REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The low limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="REAL" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_REAL" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="REAL" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVL_MO" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeChoiceExtension ComplexTypeExtension base="SXCM_MO" ComplexTypeChoiceExtension ComplexTypeExtension >
<xsd:choice ComplexTypeChoiceExtension minOccurs="0" ChoiceMinOccurs0 >
<xsd:sequence ChoiceSequence >
<xsd:choice SequenceChoice minOccurs="0" ChoiceMinOccurs0 >
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element ChoiceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="high" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVXB_MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The high limit of the interval.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence ChoiceSequence >
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="center" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The arithmetic mean of the interval (low plus high divided by 2). The purpose of distinguishing the center as a semantic property is for conversions of intervals from and to point values.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified name="width" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between high and low boundary. The purpose of distinguishing a width property is to handle all cases of incomplete information symmetrically. In any interval representation only two of the three properties high, low, and width need to be stated and the third can be derived.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="IVXB_MO" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="MO" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="inclusive" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="bl" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="true" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
Specifies whether the limit is included in the interval (interval is closed) or excluded from the interval (interval is open).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="HXIT_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="PQ" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="validTime" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed infinite or undefined on either side.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="HXIT_CE" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="CE" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="validTime" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="0" ElementMinOccurs0 maxOccurs="1" MaxOccurs1 ElementMinOccurs0 type="IVL_TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The time interval during which the given information was, is, or is expected to be valid. The interval can be open or closed infinite or undefined on either side.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="BXIT_CD" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="CD" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="qty" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="1" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity in which the bag item occurs in its containing bag.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="BXIT_IVL_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="IVL_PQ" ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="qty" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional default="1" AttributeDefault >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity in which the bag item occurs in its containing bag.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="SLIST_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="ANY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="origin" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="digits" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="list_int" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:simpleType GlobalSimpleType name="list_int" IdentifierName GlobalSimpleType >
<xsd:list List itemType="int" List />
</xsd:simpleType>
<xsd:complexType GlobalComplexType name="SLIST_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="ANY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="origin" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="TS" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The origin of the list item value scale, i.e., the physical quantity that a zero-digit in the sequence would represent.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="digits" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="list_int" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
A sequence of raw digits for the sample values. This is typically the raw output of an A/D converter.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="GLIST_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="ANY" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="increment" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between one value and its previous different value. For example, to generate the sequence (1; 4; 7; 10; 13; ...) the increment is 3; likewise to generate the sequence (1; 1; 4; 4; 7; 7; 10; 10; 13; 13; ...) the increment is also 3.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="period" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value. For example, the sequence (1; 2; 3; 1; 2; 3; 1; 2; 3; ...) has period 3; also the sequence (1; 1; 2; 2; 3; 3; 1; 1; 2; 2; 3; 3; ...) has period 3 too.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="denominator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="GLIST_PQ" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension base="ANY" ComplexTypeAttributeExtension ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="increment" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension minOccurs="1" MinOccurs1 ElementMinOccurs1 ElementMaxOccurs1 maxOccurs="1" MaxOccurs1 ElementMinOccurs1 ElementMaxOccurs1 type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The difference between one value and its previous different value. For example, to generate the sequence (1; 4; 7; 10; 13; ...) the increment is 3; likewise to generate the sequence (1; 1; 4; 4; 7; 7; 10; 10; 13; 13; ...) the increment is also 3.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="period" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
If non-NULL, specifies that the sequence alternates, i.e., after this many increments, the sequence item values roll over to start from the initial sequence item value. For example, the sequence (1; 2; 3; 1; 2; 3; 1; 2; 3; ...) has period 3; also the sequence (1; 1; 2; 2; 3; 3; 1; 1; 2; 2; 3; 3; ...) has period 3 too.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
<xsd:attribute AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension name="denominator" IdentifierName AttributeTypeReferenceUnqualified ComplexTypeAttributeExtension type="int" AttributeTypeReferenceUnqualified use="optional" AttributeOptional >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The integer by which the index for the sequence is divided, effectively the number of times the sequence generates the same sequence item value before incrementing to the next sequence item value. For example, to generate the sequence (1; 1; 1; 2; 2; 2; 3; 3; 3; ...) the denominator is 3.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="RTO_PQ_PQ" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
RTO_PQ_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="QTY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="numerator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that is being divided in the ratio. The default is the integer number 1 (one.)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="denominator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that devides the numerator in the ratio. The default is the integer number 1 (one.) The denominator must not be zero.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="RTO_MO_PQ" IdentifierName GlobalComplexType >
<xsd:annotation AppinfoElement >
<xsd:appinfo AppinfoElement >
<diff AppinfoElement >
RTO_MO_PQ
</diff>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:extension ComplexTypeSequenceExtension ComplexTypeExtension base="QTY" ComplexTypeSequenceExtension ComplexTypeExtension >
<xsd:sequence ComplexTypeSequenceExtension >
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="numerator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="MO" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that is being divided in the ratio. The default is the integer number 1 (one.)
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
<xsd:element SequenceElement ElementTypeReferenceUnqualified ComplexTypeSequenceExtension name="denominator" IdentifierName ElementTypeDefaultNamespace ElementTypeReferenceUnqualified ComplexTypeSequenceExtension type="PQ" ElementTypeDefaultNamespace ElementTypeReferenceUnqualified >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The quantity that devides the numerator in the ratio. The default is the integer number 1 (one.) The denominator must not be zero.
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType GlobalComplexType name="UVP_TS" IdentifierName GlobalComplexType >
<xsd:complexContent ComplexTypeAttributeExtension ComplexTypeExtension >
<xsd:extension ComplexTypeAttributeExtension ComplexTypeExtension base="TS" ComplexTypeAttributeExtension ComplexTypeExtension >
<!-- <xsd:sequence>-->
<xsd:attribute ComplexTypeAttributeExtension name="probability" IdentifierName ComplexTypeAttributeExtension >
<xsd:annotation DocumentationElement AppinfoElement >
<xsd:documentation DocumentationElement >
The probability assigned to the value, a decimal number between 0 (very uncertain) and 1 (certain).
</xsd:documentation>
<xsd:appinfo AppinfoElement />
</xsd:annotation>
<xsd:simpleType LocalAttributeSimpleType >
<xsd:restriction RestrictedMinInclusive RestrictedMaxInclusive base="xsd:float" RestrictedMinInclusive RestrictedMaxInclusive >
<xsd:minInclusive RestrictedMinInclusive value="0.0" RestrictedMinInclusive />
<xsd:maxInclusive RestrictedMaxInclusive value="1.0" RestrictedMaxInclusive />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<!-- </xsd:sequence>-->
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

This document was produced by the W3C XML Schema Patterns for Databinding Working Group. Comments on this document may be sent to the public public-xsd-databinding-comments@w3.org mailing list (public archive).