A short explanation field that allows up to 1000 characters
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="ShortExplanationType">
<xsd:annotation>
<xsd:documentation>A short explanation field that allows up to 1000 characters</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="TextType">
<xsd:maxLength value="1000" />
</xsd:restriction>
</xsd:simpleType>