✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Soit le schéma suivant. Quelles affirmations sont exactes ?
<xs:element name="mesure">
<xs:complexType>
<xs:attribute name="valeur" type="xs:integer" use="required"/>
<xs:attribute name="unite" type="xs:string" default="cm"/>
</xs:complexType>
</xs:element>