<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IREDESType">
<xsd:annotation>
<xsd:documentation>Base type IREDES complete Data Set</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="GenHead" />
<xsd:element ref="SiteHead" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="IRVersion" type="IRversion" use="required" fixed="V 1.4">
<xsd:annotation>
<xsd:documentation>Version tag for the version of the Equipment Profile. Note that this version may differ from the IREDES general version tag in the GenHead object! The implementation has to take care of being able to interpret this equipment profile version.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="IRDownwCompat" type="IRversion" use="required" fixed="V 1.3">
<xsd:annotation>
<xsd:documentation>Downward compatibility of the profile version stated in "version" can be guaranteed down to the version number stated in this attribute. Please note that interpreting a newer profile with an old processing software may result in data loss as additional parameters cannot be interpreted! When a new version cannot be marked downward compatible due to changes in Content definitions, changes in structure or removal of mandatory tags the "DownwCompat" attribute contains the same version number as stated in the "version" attribute above. Downward compatibility may only be activated if: - Optional elements have been removed from the schema - New additional elements have been added to a newer schema version.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|