<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="IRoptionType">
<xsd:annotation>
<xsd:documentation>Data type for all individual IREDES standard extensions</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="OptionSchema" type="xsd:anyURI" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of the xml schema used for OptionData validation. In URL format.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any namespace="opt" processContents="skip">
<xsd:annotation>
<xsd:documentation>Optional Data, either freely defined or to be validated and interpreted using the xml schema stated in the OptionSchema element. ATTENTION: Individual information may only be used in addition to the standard to enhance accuracy or operational comfort. IT MAY NOT BE USED TO MAKE A MACHINE INCOMPATIBLE TO IREDES COMPLIANT OPERATION!</xsd:documentation>
</xsd:annotation>
</xsd:any>
</xsd:sequence>
</xsd:complexType>
|