<xsd:simpleType name="chiffreloto"> <xsd:restriction base="xsd:positiveInteger"> <xsd:maxInclusive value="49"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="listeloto"> <xsd:list itemType="chiffreloto"/> </xsd:simpleType > <xsd:simpleType name="loto"> <xsd:restriction base="listeloto"> <xsd:length value="6"/> </xsd:restriction> </xsd:simpleType>
typeComplex
;length, minLength, maxLength, enumeration, pattern
.