<xsd:element name="errorMessage">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsf:xdErrorMessage">
<xsd:attribute name="type" use="optional">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="modal" />
<xsd:enumeration value="modeless" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="shortMessage" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="127" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|