XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
ds http://www.w3.org/2000/09/xmldsig#
opi http://ws.pagamenti.telematici.gov/
Schema Component Representation
<xs:schema elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/>
<xs:include schemaLocation="OPI_GLOBAL_V_1_3_1.XSD"/>
...
</xs:schema>
top

Global Declarations

Element: data_fine_periodo_riferimento

Name data_fine_periodo_riferimento
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<data_fine_periodo_riferimento> xs:date </data_fine_periodo_riferimento>
Schema Component Representation
<xs:element name="data_fine_periodo_riferimento">
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
top

Element: data_inizio_periodo_riferimento

Name data_inizio_periodo_riferimento
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<data_inizio_periodo_riferimento> xs:date </data_inizio_periodo_riferimento>
Schema Component Representation
<xs:element name="data_inizio_periodo_riferimento">
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
top

Element: esercizio

Name esercizio
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<esercizio> xs:nonNegativeInteger (1999 <= value <= 2099) </esercizio>
Schema Component Representation
<xs:element name="esercizio">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="1999"/>
<xs:maxInclusive value="2099"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: flusso_giornale_di_cassa

Name flusso_giornale_di_cassa
Type Locally-defined complex type
Nillable no
Abstract no
Documentation XML Flusso Giornale di Cassa
Diagram
XML Instance Representation
<flusso_giornale_di_cassa
Id="anySimpleType [0..1]">
Start Choice [1]
<ds:Signature> ... </ds:Signature> [1]
<testata_messaggio> ... </testata_messaggio> [1]
<identificativo_flusso_BT> ... </identificativo_flusso_BT> [1]
<pagina> ... </pagina> [0..1]
<pagine_totali> ... </pagine_totali> [0..1]
<riferimento_ente> ... </riferimento_ente> [0..1]
<esercizio> ... </esercizio> [1]
<data_inizio_periodo_riferimento> ... </data_inizio_periodo_riferimento> [1]
<data_fine_periodo_riferimento> ... </data_fine_periodo_riferimento> [1]
<informazioni_conto_evidenza> ... </informazioni_conto_evidenza> [1..*]
<saldo_complessivo_precedente> ... </saldo_complessivo_precedente> [0..1]
<totale_complessivo_entrate> ... </totale_complessivo_entrate> [0..1]
<totale_complessivo_uscite> ... </totale_complessivo_uscite> [0..1]
<saldo_complessivo_finale> ... </saldo_complessivo_finale> [0..1]
<totali_esercizio> ... </totali_esercizio> [0..1]
<totali_disponibilita_liquide> ... </totali_disponibilita_liquide> [0..1]
<testata_messaggio> ... </testata_messaggio> [1]
<identificativo_flusso_BT> ... </identificativo_flusso_BT> [1]
<pagina> ... </pagina> [0..1]
<pagine_totali> ... </pagine_totali> [0..1]
<riferimento_ente> ... </riferimento_ente> [0..1]
<esercizio> ... </esercizio> [1]
<data_inizio_periodo_riferimento> ... </data_inizio_periodo_riferimento> [1]
<data_fine_periodo_riferimento> ... </data_fine_periodo_riferimento> [1]
<informazioni_conto_evidenza> ... </informazioni_conto_evidenza> [1..*]
<saldo_complessivo_precedente> ... </saldo_complessivo_precedente> [0..1]
<totale_complessivo_entrate> ... </totale_complessivo_entrate> [0..1]
<totale_complessivo_uscite> ... </totale_complessivo_uscite> [0..1]
<saldo_complessivo_finale> ... </saldo_complessivo_finale> [0..1]
<totali_esercizio> ... </totali_esercizio> [0..1]
<totali_disponibilita_liquide> ... </totali_disponibilita_liquide> [0..1]
<ds:Signature> ... </ds:Signature> [1]
End Choice
</flusso_giornale_di_cassa>
Schema Component Representation
<xs:element name="flusso_giornale_di_cassa">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element ref="ds:Signature"/>
<xs:element ref="testata_messaggio"/>
<xs:element ref="identificativo_flusso_BT"/>
<xs:element ref="pagina" minOccurs="0"/>
<xs:element ref="pagine_totali" minOccurs="0"/>
<xs:element ref="riferimento_ente" minOccurs="0"/>
<xs:element ref="esercizio"/>
<xs:element ref="data_fine_periodo_riferimento"/>
<xs:element ref="informazioni_conto_evidenza" maxOccurs="unbounded"/>
<xs:element ref="saldo_complessivo_precedente" minOccurs="0"/>
<xs:element ref="totale_complessivo_entrate" minOccurs="0"/>
<xs:element ref="totale_complessivo_uscite" minOccurs="0"/>
<xs:element ref="saldo_complessivo_finale" minOccurs="0"/>
<xs:element ref="totali_esercizio" minOccurs="0"/>
<xs:element ref="totali_disponibilita_liquide" minOccurs="0"/>
</xs:sequence>
<xs:sequence>
<xs:element ref="testata_messaggio"/>
<xs:element ref="identificativo_flusso_BT"/>
<xs:element ref="pagina" minOccurs="0"/>
<xs:element ref="pagine_totali" minOccurs="0"/>
<xs:element ref="riferimento_ente" minOccurs="0"/>
<xs:element ref="esercizio"/>
<xs:element ref="data_fine_periodo_riferimento"/>
<xs:element ref="informazioni_conto_evidenza" maxOccurs="unbounded"/>
<xs:element ref="saldo_complessivo_precedente" minOccurs="0"/>
<xs:element ref="totale_complessivo_entrate" minOccurs="0"/>
<xs:element ref="totale_complessivo_uscite" minOccurs="0"/>
<xs:element ref="saldo_complessivo_finale" minOccurs="0"/>
<xs:element ref="totali_esercizio" minOccurs="0"/>
<xs:element ref="totali_disponibilita_liquide" minOccurs="0"/>
<xs:element ref="ds:Signature"/>
</xs:sequence>
</xs:choice>
<xs:attribute name="Id"/>
</xs:complexType>
</xs:element>
top

Element: identificativo_flusso_BT

Name identificativo_flusso_BT
Type xs:string
Nillable no
Abstract no
Diagram
XML Instance Representation
<identificativo_flusso_BT> xs:string </identificativo_flusso_BT>
Schema Component Representation
<xs:element name="identificativo_flusso_BT" type="xs:string"/>
top

Element: informazioni_conto_evidenza

Name informazioni_conto_evidenza
Type Locally-defined complex type
Nillable no
Abstract no
Diagram
XML Instance Representation
<informazioni_conto_evidenza>
<conto_evidenza> xs:string (length >= 1) </conto_evidenza> [1]
<descrizione_conto_evidenza> xs:string (length >= 1) </descrizione_conto_evidenza> [0..1]
<movimento_conto_evidenza> [0..*]
<tipo_movimento> xs:string (value comes from list: {'ENTRATA'; 'USCITA') </tipo_movimento> [1] ?
<tipo_documento> xs:string (value comes from list: {'REVERSALE'; 'MANDATO'; 'SOSPESO ENTRATA'; 'SOSPESO USCITA'; 'ANTICIPAZIONE'; 'GIROCONTO'; 'FONDO DI CASSA'; 'DEFICIT DI CASSA') </tipo_documento> [1] ?
<tipo_operazione> xs:string (value comes from list: {'ESEGUITO'; 'STORNATO'; 'REGOLARIZZATO'; 'RIPRISTINATO') </tipo_operazione> [1] ?
<numero_documento> xs:nonNegativeInteger (0 <= value <= 999999999999999999) </numero_documento> [1]
<sospeso_da_regolarizzare> [0..1]
<data_effettiva_sospeso> xs:date </data_effettiva_sospeso> [1]
<codice_gestionale_provvisorio> xs:string (pattern = \d{4}) </codice_gestionale_provvisorio> [1]
</sospeso_da_regolarizzare>
<tipologia_pagamento_funzionario_delegato> xs:string </tipologia_pagamento_funzionario_delegato> [0..1]
<numero_pagamento_funzionario_delegato> xs:string </numero_pagamento_funzionario_delegato> [0..1]
<progressivo_documento> xs:nonNegativeInteger </progressivo_documento> [1] ?
<importo> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </importo> [1]
<importo_ritenute> xs:decimal (value >= 0.01) (total no. of digits = 15) (no. of fraction digits = 2) </importo_ritenute> [0..1]
<numero_bolletta_quietanza> xs:nonNegativeInteger </numero_bolletta_quietanza> [0..1]
<numero_bolletta_quietanza_storno> xs:nonNegativeInteger </numero_bolletta_quietanza_storno> [0..1]
<data_movimento> xs:date </data_movimento> [1]
<data_valuta_ente> xs:date </data_valuta_ente> [0..1]
<tipo_esecuzione> xs:string (value comes from list: {'CASSA'; 'ACCREDITO BANCA D'ITALIA'; 'REGOLARIZZAZIONE'; 'REGOLARIZZAZIONE ACCREDITO BANCA D'ITALIA'; 'PRELIEVO DA CC POSTALE'; 'ASSEGNO BANCARIO E POSTALE'; 'SEPA CREDIT TRANSFER'; 'ASSEGNO CIRCOLARE'; 'ACCREDITO CONTO CORRENTE POSTALE'; 'ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A'; 'ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B'; 'F24EP'; 'VAGLIA POSTALE'; 'VAGLIA TESORO'; 'REGOLARIZZAZIONE'; 'REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A'; 'REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B'; 'ADDEBITO PREAUTORIZZATO'; 'DISPOSIZIONE DOCUMENTO ESTERNO'; 'COMPENSAZIONE'; 'BONIFICO ESTERO EURO'; 'AVVISO PAGOPA'; 'SOSTITUZIONE') </tipo_esecuzione> [1] ?
<coordinate> xs:string (length >= 1) </coordinate> [0..1]
<codice_riferimento_operazione> xs:string (length >= 1) </codice_riferimento_operazione> [0..1]
<end_to_end_id> xs:string (length >= 1) </end_to_end_id> [0..1]
<codice_riferimento_interno> xs:string (length >= 1) </codice_riferimento_interno> [0..1]
<tipo_contabilita> xs:string (value comes from list: {'FRUTTIFERO'; 'INFRUTTIFERO') </tipo_contabilita> [0..1] ?
<destinazione> xs:string (value comes from list: {'LIBERA'; 'VINCOLATA') </destinazione> [0..1] ?
<assoggettamento_bollo> xs:string (value comes from list: {'ESENTE BOLLO'; 'ASSOGGETTATO BOLLO A CARICO ENTE'; 'ASSOGGETTATO BOLLO A CARICO CLIENTE') </assoggettamento_bollo> [1] ?
<importo_bollo> xs:decimal (value >= 0.01) (total no. of digits = 15) (no. of fraction digits = 2) </importo_bollo> [0..1]
<assoggettamento_spese> xs:string (value comes from list: {'ESENTE SPESE'; 'ASSOGGETTAMENTO SPESE A CARICO ENTE'; 'ASSOGGETTAMENTO SPESE A CARICO CLIENTE') </assoggettamento_spese> [0..1] ?
<importo_spese> xs:decimal (value >= 0.01) (total no. of digits = 15) (no. of fraction digits = 2) </importo_spese> [0..1]
<assoggettamento_commissioni> xs:string (value comes from list: {'ASSOGGETTAMENTO COMMISSIONI A CARICO ENTE'; 'ASSOGGETTAMENTO COMMISSIONI A CARICO CLIENTE') </assoggettamento_commissioni> [0..1] ?
<importo_commissioni> xs:decimal (value >= 0.01) (total no. of digits = 15) (no. of fraction digits = 2) </importo_commissioni> [0..1]
<cliente> [1]
<anagrafica_cliente> xs:string (length >= 1) </anagrafica_cliente> [1]
<indirizzo_cliente> xs:string </indirizzo_cliente> [0..1]
<cap_cliente> xs:string (length >= 1) </cap_cliente> [0..1]
<localita_cliente> xs:string </localita_cliente> [0..1]
<provincia_cliente> xs:string </provincia_cliente> [0..1]
<stato_cliente> xs:string (pattern = [A-Z]{2,2}) (length >= 2) </stato_cliente> [0..1]
<partita_iva_cliente> xs:string (length >= 1) </partita_iva_cliente> [0..1] ?
<codice_fiscale_cliente> xs:string (length >= 1) </codice_fiscale_cliente> [0..1] ?
</cliente>
<delegato> [0..1] ?
<anagrafica_delegato> xs:string </anagrafica_delegato> [1]
<indirizzo_delegato> xs:string </indirizzo_delegato> [0..1]
<cap_delegato> xs:string (length >= 1) </cap_delegato> [0..1]
<localita_delegato> xs:string </localita_delegato> [0..1]
<provincia_delegato> xs:string </provincia_delegato> [0..1]
<stato_delegato> xs:string (pattern = [A-Z]{2,2}) (length >= 2) </stato_delegato> [0..1]
<codice_fiscale_delegato> xs:string (length >= 1) </codice_fiscale_delegato> [0..1] ?
</delegato>
<creditore_effettivo> [0..1]
<anagrafica_creditore_effettivo> xs:string (length >= 1) </anagrafica_creditore_effettivo> [1]
<indirizzo_creditore_effettivo> xs:string </indirizzo_creditore_effettivo> [0..1]
<cap_creditore_effettivo> xs:string (length >= 1) </cap_creditore_effettivo> [0..1]
<localita_creditore_effettivo> xs:string </localita_creditore_effettivo> [0..1]
<provincia_creditore_effettivo> xs:string </provincia_creditore_effettivo> [0..1]
<stato_creditore_effettivo> xs:string (pattern = [A-Z]{2,2}) (length >= 2) </stato_creditore_effettivo> [0..1]
<partita_iva_creditore_effettivo> xs:string (length >= 1) </partita_iva_creditore_effettivo> [0..1] ?
<codice_fiscale_creditore_effettivo> xs:string (length >= 1) </codice_fiscale_creditore_effettivo> [0..1] ?
</creditore_effettivo>
<causale> xs:string (length >= 1) </causale> [1]
<numero_sospeso> OnlyNumMax18 </numero_sospeso> [0..1]
<dati_a_disposizione_BT> anyTAG </dati_a_disposizione_BT> [0..1] ?
</movimento_conto_evidenza>
<saldo_precedente_conto_evidenza> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_precedente_conto_evidenza> [0..1]
<totale_entrate_conto_evidenza> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_entrate_conto_evidenza> [0..1]
<totale_uscite_conto_evidenza> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_uscite_conto_evidenza> [0..1]
<saldo_finale_conto_evidenza> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_finale_conto_evidenza> [0..1]
</informazioni_conto_evidenza>
Schema Component Representation
<xs:element name="informazioni_conto_evidenza">
<xs:complexType>
<xs:sequence>
<xs:element name="conto_evidenza">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="25"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="descrizione_conto_evidenza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="movimento_conto_evidenza" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="tipo_movimento">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ENTRATA"/>
<xs:enumeration value="USCITA"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="tipo_documento">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="REVERSALE"/>
<xs:enumeration value="MANDATO"/>
<xs:enumeration value="SOSPESO ENTRATA"/>
<xs:enumeration value="SOSPESO USCITA"/>
<xs:enumeration value="ANTICIPAZIONE"/>
<xs:enumeration value="GIROCONTO"/>
<xs:enumeration value="FONDO DI CASSA"/>
<xs:enumeration value="DEFICIT DI CASSA"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="tipo_operazione">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ESEGUITO"/>
<xs:enumeration value="STORNATO"/>
<xs:enumeration value="REGOLARIZZATO"/>
<xs:enumeration value="RIPRISTINATO"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="numero_documento">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="999999999999999999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sospeso_da_regolarizzare" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="data_effettiva_sospeso">
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
<xs:element name="codice_gestionale_provvisorio">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{4}"/>
<xs:pattern value="\d{10}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="tipologia_pagamento_funzionario_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="numero_pagamento_funzionario_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="progressivo_documento">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>
</xs:element>
<xs:element name="importo">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="importo_ritenute" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0.01"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="numero_bolletta_quietanza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>
</xs:element>
<xs:element name="numero_bolletta_quietanza_storno" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>
</xs:element>
<xs:element name="data_movimento">
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
<xs:element name="data_valuta_ente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:date"/>
</xs:simpleType>
</xs:element>
<xs:element name="tipo_esecuzione">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CASSA"/>
<xs:enumeration value="ACCREDITO BANCA D'ITALIA"/>
<xs:enumeration value="REGOLARIZZAZIONE"/>
<xs:enumeration value="REGOLARIZZAZIONE ACCREDITO BANCA D'ITALIA"/>
<xs:enumeration value="PRELIEVO DA CC POSTALE"/>
<xs:enumeration value="ASSEGNO BANCARIO E POSTALE"/>
<xs:enumeration value="SEPA CREDIT TRANSFER"/>
<xs:enumeration value="ASSEGNO CIRCOLARE"/>
<xs:enumeration value="ACCREDITO CONTO CORRENTE POSTALE"/>
<xs:enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
<xs:enumeration value="ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
<xs:enumeration value="F24EP"/>
<xs:enumeration value="VAGLIA POSTALE"/>
<xs:enumeration value="VAGLIA TESORO"/>
<xs:enumeration value="REGOLARIZZAZIONE"/>
<xs:enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB A"/>
<xs:enumeration value="REGOLARIZZAZIONE ACCREDITO TESORERIA PROVINCIALE STATO PER TAB B"/>
<xs:enumeration value="ADDEBITO PREAUTORIZZATO"/>
<xs:enumeration value="DISPOSIZIONE DOCUMENTO ESTERNO"/>
<xs:enumeration value="COMPENSAZIONE"/>
<xs:enumeration value="BONIFICO ESTERO EURO"/>
<xs:enumeration value="AVVISO PAGOPA"/>
<xs:enumeration value="SOSTITUZIONE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="coordinate" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codice_riferimento_operazione" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="end_to_end_id" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codice_riferimento_interno" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="60"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="tipo_contabilita" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FRUTTIFERO"/>
<xs:enumeration value="INFRUTTIFERO"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="destinazione" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LIBERA"/>
<xs:enumeration value="VINCOLATA"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="assoggettamento_bollo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ESENTE BOLLO"/>
<xs:enumeration value="ASSOGGETTATO BOLLO A CARICO ENTE"/>
<xs:enumeration value="ASSOGGETTATO BOLLO A CARICO CLIENTE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="importo_bollo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0.01"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="assoggettamento_spese" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ESENTE SPESE"/>
<xs:enumeration value="ASSOGGETTAMENTO SPESE A CARICO ENTE"/>
<xs:enumeration value="ASSOGGETTAMENTO SPESE A CARICO CLIENTE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="importo_spese" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0.01"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="assoggettamento_commissioni" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO ENTE"/>
<xs:enumeration value="ASSOGGETTAMENTO COMMISSIONI A CARICO CLIENTE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="importo_commissioni" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0.01"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="cliente">
<xs:complexType>
<xs:sequence>
<xs:element name="anagrafica_cliente">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="indirizzo_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="cap_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="localita_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="provincia_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="stato_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
<xs:pattern value="[A-Z]{2,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="partita_iva_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codice_fiscale_cliente" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="delegato" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="anagrafica_delegato">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="indirizzo_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="cap_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="localita_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="provincia_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="stato_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
<xs:pattern value="[A-Z]{2,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codice_fiscale_delegato" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="creditore_effettivo" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="anagrafica_creditore_effettivo">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="indirizzo_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="cap_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="16"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="localita_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="provincia_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:element>
<xs:element name="stato_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="2"/>
<xs:pattern value="[A-Z]{2,2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="partita_iva_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="codice_fiscale_creditore_effettivo" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="35"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="causale">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="numero_sospeso" type="OnlyNumMax18" minOccurs="0"/>
<xs:element name="dati_a_disposizione_BT" type="anyTAG" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="saldo_precedente_conto_evidenza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_entrate_conto_evidenza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_uscite_conto_evidenza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="saldo_finale_conto_evidenza" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: pagina

Name pagina
Type OnlyNumMax7
Nillable no
Abstract no
Diagram
XML Instance Representation
<pagina> OnlyNumMax7 </pagina>
Schema Component Representation
<xs:element name="pagina" type="OnlyNumMax7"/>
top

Element: pagine_totali

Name pagine_totali
Type OnlyNumMax7
Nillable no
Abstract no
Diagram
XML Instance Representation
<pagine_totali> OnlyNumMax7 </pagine_totali>
Schema Component Representation
<xs:element name="pagine_totali" type="OnlyNumMax7"/>
top

Element: riferimento_ente

Name riferimento_ente
Type xs:string
Nillable no
Abstract no
Documentation Codice concordato tra ente e banca
Diagram
XML Instance Representation
<riferimento_ente> xs:string </riferimento_ente>
Schema Component Representation
<xs:element name="riferimento_ente" type="xs:string"/>
top

Element: saldo_complessivo_finale

Name saldo_complessivo_finale
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<saldo_complessivo_finale> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_complessivo_finale>
Schema Component Representation
<xs:element name="saldo_complessivo_finale">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: saldo_complessivo_precedente

Name saldo_complessivo_precedente
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<saldo_complessivo_precedente> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_complessivo_precedente>
Schema Component Representation
<xs:element name="saldo_complessivo_precedente">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: testata_messaggio

Name testata_messaggio
Type ctTestata_messaggio
Nillable no
Abstract no
Diagram
XML Instance Representation
<testata_messaggio> ctTestata_messaggio </testata_messaggio>
Schema Component Representation
<xs:element name="testata_messaggio" type="ctTestata_messaggio"/>
top

Element: totale_complessivo_entrate

Name totale_complessivo_entrate
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<totale_complessivo_entrate> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_complessivo_entrate>
Schema Component Representation
<xs:element name="totale_complessivo_entrate">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: totale_complessivo_uscite

Name totale_complessivo_uscite
Type Locally-defined simple type
Nillable no
Abstract no
Diagram
XML Instance Representation
<totale_complessivo_uscite> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_complessivo_uscite>
Schema Component Representation
<xs:element name="totale_complessivo_uscite">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
top

Element: totali_disponibilita_liquide

Name totali_disponibilita_liquide
Type Locally-defined complex type
Nillable no
Abstract no
Documentation struttura con le informazioni relative ai totali di esercizio
Diagram
XML Instance Representation
<totali_disponibilita_liquide>
<saldo_conti_correnti> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_conti_correnti> [1]
<saldo_conti_BI> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </saldo_conti_BI> [0..1]
<totale_conti> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_conti> [0..1]
<vincoli_conti_correnti> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </vincoli_conti_correnti> [0..1]
<vincoli_conti_BI> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </vincoli_conti_BI> [0..1]
<totale_vincoli> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_vincoli> [0..1]
<svincoli_conti_correnti> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </svincoli_conti_correnti> [0..1]
<svincoli_conti_BI> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </svincoli_conti_BI> [0..1]
<totale_svincoli> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_svincoli> [0..1]
<anticipazione_accordata> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </anticipazione_accordata> [1]
<anticipazione_utilizzata> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </anticipazione_utilizzata> [1]
<totale_somme_bloccate_riservate> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </totale_somme_bloccate_riservate> [0..1]
<disponibilita> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </disponibilita> [1]
</totali_disponibilita_liquide>
Schema Component Representation
<xs:element name="totali_disponibilita_liquide">
<xs:complexType>
<xs:sequence>
<xs:element name="saldo_conti_correnti">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="saldo_conti_BI" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_conti" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="vincoli_conti_correnti" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="vincoli_conti_BI" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_vincoli" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="svincoli_conti_correnti" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="svincoli_conti_BI" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_svincoli" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="anticipazione_accordata">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="anticipazione_utilizzata">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_somme_bloccate_riservate" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="disponibilita">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: totali_esercizio

Name totali_esercizio
Type Locally-defined complex type
Nillable no
Abstract no
Documentation struttura con le informazioni relative ai totali di esercizio
Diagram
XML Instance Representation
<totali_esercizio>
<fondo_di_cassa> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </fondo_di_cassa> [1]
<totale_reversali_riscosse> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_reversali_riscosse> [1]
<totale_sospesi_entrata> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_sospesi_entrata> [1]
<totale_entrate> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_entrate> [1]
<deficit_di_cassa> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </deficit_di_cassa> [1]
<totale_mandati_pagati> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_mandati_pagati> [1]
<totale_sospesi_uscita> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_sospesi_uscita> [1]
<totale_uscite> xs:decimal (value >= 0) (total no. of digits = 15) (no. of fraction digits = 2) </totale_uscite> [1]
<saldo_esercizio> xs:decimal (total no. of digits = 15) (no. of fraction digits = 2) </saldo_esercizio> [1]
</totali_esercizio>
Schema Component Representation
<xs:element name="totali_esercizio">
<xs:complexType>
<xs:sequence>
<xs:element name="fondo_di_cassa">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_reversali_riscosse">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_sospesi_entrata">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_entrate">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="deficit_di_cassa">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_mandati_pagati">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_sospesi_uscita">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="totale_uscite">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="saldo_esercizio">
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15"/>
<xs:fractionDigits value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Global Definitions

Complex Type: anyTAG

Super-types: xs:anyType < anyTAG (by restriction)
Sub-types: None
Name anyTAG
Abstract no
Documentation struttura XML ente
Diagram
XML Instance Representation
<...>
<!-- Mixed content -->
<!-- 'xs:anyType' super type was not found in this schema. Some elements and attributes may be missing. -->
Allow any elements from any namespace (skip validation). [0..*]
</...>
Schema Component Representation
<xs:complexType name="anyTAG" mixed="true">
<xs:complexContent>
<xs:restriction base="xs:anyType">
<xs:sequence>
<xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
top

Simple Type: OnlyNumMax18

Super-types: xs:nonNegativeInteger < OnlyNumMax18 (by restriction)
Sub-types: None
Name OnlyNumMax18
Content
  • Base XSD Type: nonNegativeInteger
  • 1 <= value <= 999999999999999999
Documentation Solo numeri lunghezza massima 7
Schema Component Representation
<xs:simpleType name="OnlyNumMax18">
<xs:restriction base="xs:nonNegativeInteger">
<xs:maxInclusive value="999999999999999999"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
top

Simple Type: OnlyNumMax7

Super-types: xs:nonNegativeInteger < OnlyNumMax7 (by restriction)
Sub-types: None
Name OnlyNumMax7
Content
  • Base XSD Type: nonNegativeInteger
  • 1 <= value <= 9999999
Documentation Solo numeri lunghezza massima 7
Schema Component Representation
<xs:simpleType name="OnlyNumMax7">
<xs:restriction base="xs:nonNegativeInteger">
<xs:maxInclusive value="9999999"/>
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base="Address">
<sequence>
<element name="state" type="AusStates"/>
<element name="postcode">
<simpleType>
<restriction base="string">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type="string" fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top