<xschema:whiteSpace/>
Un élément whiteSpace possède les attributs suivants :
Attribut. | Obligatoire. | Sémantique. |
value | Oui. |
<-- Definition d'un type base sur le type string en supprimant les separateurs en trop. -->
<xschema:simpleType name="Octet">
<xschema:restriction base="xschema:string">
<xschema:whiteSpace value="collapse"/>
</xschema:restriction>
</xschema:simpleType>