POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
1
<xsd:simpleType name="MyPassword">
<xsd:restriction base="xsd:string">
<xsd:minLength value=”6"/>
<xsd:maxLength value="12"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:element name="password" type-"MyPassword"/>
<password>12345</password> - zła
<password>12345678</password> - OK
■
TSWW7 Copyright @ 2012 Jan PROKOP