Type simple avec attribut |
![]() ![]() ![]() |
Déclaration d'un élément de type simple avec attribut
<xsd:element name="price"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="xsd:decimal"> <xsd:attribute name="currency" type="xsd:string" /> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |
Elément
<price currency="EUR">423.46</> |
![]() |
XML/XML Schema 5/3/2004 |
53/86 |