schema location: | api_call_3.xsd |
attributeFormDefault: | unqualified |
elementFormDefault: | qualified |
targetNamespace: | api_call_3 |
Elements | Simple types |
api_call_3 | data |
diagram | ![]() |
||
namespace | api_call_3 | ||
properties |
|
||
children | versione API_ID L1_1dataIntervento L1_codice_impianto | ||
annotation |
|
||
source | <xs:element name="api_call_3"> <xs:annotation> <xs:documentation> Il presente modello XSD consente l'aggiornamento del libretto di impianto termico con la dismissione per intero di un impianto esistente. </xs:documentation> </xs:annotation> <xs:complexType> <xs:annotation> <xs:documentation> Il tag VersioneCorrente è richiesto per validare gli XML inviati, obbligatoriamente deve essere uguale al valore fissato. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> </xs:complexType> </xs:element> <xs:element name="API_ID" type="xs:integer" fixed="8"/> <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> <xs:element name="L1_codice_impianto" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
namespace | api_call_3 | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:element name="versione"> <xs:complexType> <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> </xs:complexType> </xs:element> |
type | xs:decimal | ||||
properties |
|
||||
source | <xs:attribute name="VersioneCorrente" type="xs:decimal" use="required" fixed="2.2"/> |
diagram | ![]() |
||||
namespace | api_call_3 | ||||
type | xs:integer | ||||
properties |
|
||||
source | <xs:element name="API_ID" type="xs:integer" fixed="8"/> |
diagram | ![]() |
|||||||||
namespace | api_call_3 | |||||||||
type | data | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:element name="L1_1dataIntervento" type="data" minOccurs="0"/> |
diagram | ![]() |
||
namespace | api_call_3 | ||
type | xs:string | ||
properties |
|
||
source | <xs:element name="L1_codice_impianto" type="xs:string"/> |
namespace | api_call_3 | |||||||||
type | restriction of xs:date | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
source | <xs:simpleType name="data"> <xs:restriction base="xs:date"> <xs:minInclusive value="1900-01-01"/> <xs:maxInclusive value="2100-12-31"/> </xs:restriction> </xs:simpleType> |