<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://umlauts" targetNamespace="http://umlauts">
    <xs:element name="Test" type="Max1LengthTextÜ"/>
    <xs:simpleType name="Max1LengthTextÜ">
        <xs:restriction base="xs:string">
            <xs:minLength value="1"/>
            <xs:maxLength value="1"/>
            <xs:whiteSpace value="collapse"/>
            <xs:pattern value="\S+.*"/>
        </xs:restriction>
    </xs:simpleType>
</xs:schema>
