<?xml version="1.0" encoding="utf-16"?>
<xsd:simpleType name="IRtext">
<xsd:annotation>
<xsd:documentation>Text data type for comments or text information provided in the standard. Comments may use 1-n instances of this IRtext element. Each single element in the comment then represents one line ready to display. White spaces are preserved so simple whitespace based formatting is kept.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="preserve" />
<xsd:minLength value="0" />
<xsd:maxLength value="64" />
</xsd:restriction>
</xsd:simpleType>
|