logo

Crowdly

Browser

Add to Chrome

Donat el següent fragment XSD: < xs: complexType name = " Factura " > < x...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Donat el següent fragment XSD:

<xs:complexType name="Factura">

<xs:sequence>

<xs:element name="NumeroFactura" type="xs:integer"/>

<xs:element name="Client">

<xs:complexType>

<xs:sequence>

<xs:element name="Nom" type="xs:string"/>

<xs:element name="Adreca" type="xs:string"/>

</xs:sequence>

<xs:attribute name="NIF" type="xs:string" use="required"/>

</xs:complexType>

</xs:element>

<xs:element name="LiniesFactura" maxOccurs="unbounded">

<xs:complexType>

<xs:sequence>

<xs:element name="Producte" type="xs:string"/>

<xs:element name="Quantitat" type="xs:integer"/>

<xs:element name="PreuUnitari" type="xs:decimal"/>

</xs:sequence>

<xs:attribute name="Descompte" type="xs:decimal" use="optional"/>

</xs:complexType>

</xs:element>

</xs:sequence>

<xs:attribute name="Data" type="xs:date" use="required"/>

</xs:complexType>

Quina de les següents afirmacions és certa?

More questions like this

Want instant access to all verified answers on moodle.elpuig.xeill.net?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome