Definition Type: Element
Name: IRversion
Namespace: http://www.iredes.org/xml
Type: IR:IRversion
Containing Schema: IRtypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
Documentation:
Version of the IREDES main components of the standard. this version number changes any time IREDES top level schemas are modified. Please note to state downward compatibility in the separate Attribute!
Collapse XSD Schema Diagram:
Drilldown into DownwCompatXSD Diagram of IRversion
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="IRversion" fixed="V 1.4">
    <xsd:annotation>
        <xsd:documentation>Version of the IREDES main components of the standard. this version number changes any time IREDES top level schemas are modified. Please note to state downward compatibility in the separate Attribute!</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:annotation>
            <xsd:documentation>IREDES base standard version this data set bases on. IRversion is valid for all components exchanged in the data set residing in the IREDES home namespace. Observer that equipment profiles carry separate version tags as attribute of the equipment profiles root element!</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleContent>
            <xsd:extension base="IRversion">
                <xsd:attribute name="DownwCompat" 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:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
DownwCompat IR:DownwCompat Required
Collapse Derivation Tree: