Ministère de l'économie et des finances

Service de localisation des appels d'urgence

Table des matières


Propriétés du schéma

Espace de nom http://www.telecom.gouv.fr/normau/address
Espace de nom des éléments et des attributs
  • Les déclarations générales des éléments et des attributs appartiennent à l'espace de nom de ce schéma.
  • Par défaut, les déclarations locales des éléments appartiennent à l'espace de nom de ce schéma.
  • Par défaut, les déclarations locales des attributs n'ont pas d'espaces de nom.
Composition du schéma Ce schéma importe les schémas suivants :
Documentation Ce schéma reprend les décisions ARCEP 06-0639.

Espaces de noms déclarés

Préfix Espace de nom
Espace de nom par défaut http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
a http://www.telecom.gouv.fr/normau/address
gml http://www.opengis.net/gml
Représentation XSD correspondante
<schema targetNamespace="http://www.telecom.gouv.fr/normau/address" elementFormDefault="qualified">
<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/profiles/geoshape/0.1.0/GML-pidf-lo-shape.xsd"/>
...
</schema>

Déclarations générales

Élément: NDI

Nom NDI
Type Type XSD simple défini localement
Peut être vide ou nul (nillable) Non
Ne peut pas être instancié (abstract) Non
Documentation Numéro de téléphone (E Z ABPQ MCDU)
Représentation XML d'une instance
<a:NDI> string (pattern = \*?\*?#?#?[0-9]{7,15}) </a:NDI>
Représentation XSD correspondante
<element name="NDI">
<simpleType>
<restriction base="string">
<pattern value="\*?\*?#?#?[0-9]{7,15}"/>
</restriction>
</simpleType>
</element>

Élément: NDS

Nom NDS
Type Type XSD simple défini localement
Peut être vide ou nul (nillable) Non
Ne peut pas être instancié (abstract) Non
Documentation Numéro de téléphone NDS (E Z ABPQ MCDU)
Représentation XML d'une instance
<a:NDS> string (pattern = \*?\*?#?#?[0-9]{7,15}) </a:NDS>
Représentation XSD correspondante
<element name="NDS">
<simpleType>
<restriction base="string">
<pattern value="\*?\*?#?#?[0-9]{7,15}"/>
</restriction>
</simpleType>
</element>

Élément: UAA

Nom UAA
Type Type XSD complexe défini localement
Peut être vide ou nul (nillable) Non
Ne peut pas être instancié (abstract) Non
Documentation Utilisateur dans l'annuaire ARCEP
Représentation XML d'une instance
<a:UAA>
<a:TN> string (value comes from list: {'NDI'|'NDS'}) </a:TN> [0..1] ?
<a:TA> string (length <= 4) </a:TA> [0..1] ?
<a:N10> string (length <= 4) </a:N10> [1] ?
<a:U1a> string (length <= 40) </a:U1a> [0..1] ?
<a:U1b> string (length <= 40) </a:U1b> [0..1] ?
<a:U2> string (length <= 100) </a:U2> [0..1] ?
<a:U3> string (length <= 30) </a:U3> [0..1] ?
<a:U7> string (length <= 30) </a:U7> [0..1] ?
<a:U8> string (pattern = [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]) (length = 14) </a:U8> [0..1] ?
<a:U8b> string (pattern = [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]) (length = 9) </a:U8b> [0..1] ?
<a:A1> string (length <= 5) </a:A1> [0..1] ?
<a:A2> string (length <= 1) </a:A2> [0..1] ?
<a:A3> string (length <= 4) </a:A3> [0..1] ?
<a:A4> string (length <= 40) </a:A4> [0..1] ?
<a:A5> string (length <= 30) </a:A5> [0..1] ?
<a:A6> string (length = 2) </a:A6> [0..1] ?
<a:A7> string (pattern = [0-9][0-9][0-9][0-9][0-9]) (length = 5) </a:A7> [0..1] ?
<a:A7bis> string (pattern = [0-9][0-9][0-9][0-9][0-9]) (length = 5) </a:A7bis> [0..1] ?
<a:A10> string (length >= 1) </a:A10> [0..1] ?
<a:L4> string (length <= 50) </a:L4> [0..1] ?
<a:L5> string (length <= 50) </a:L5> [0..1] ?
<a:AL> string (length <= 255) </a:AL> [0..1] ?
</a:UAA>
Représentation XSD correspondante
<element name="UAA">
<complexType>
<sequence>
<element name="TN" minOccurs="0">
<simpleType>
<restriction base="string">
<enumeration value="NDI"/>
<enumeration value="NDS"/>
</restriction>
</simpleType>
</element>
<element name="TA" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<--element ref="a:NDS" minOccurs="0"/-->
<element name="N10" minOccurs="1" maxOccurs="1">
<simpleType>
<restriction base="string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<element name="U1a" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="U1b" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="U2" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="U3" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="U7" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="U8" minOccurs="0">
<simpleType>
<restriction base="string">
<length value="14"/>
<pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]"/>
</restriction>
</simpleType>
</element>
<element name="U8b" minOccurs="0">
<simpleType>
<restriction base="string">
<length value="9"/>
<pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]"/>
</restriction>
</simpleType>
</element>
<element name="A1" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
<element name="A2" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="A3" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="4"/>
</restriction>
</simpleType>
</element>
<element name="A4" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
<element name="A5" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="A6" minOccurs="0">
<simpleType>
<restriction base="string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="A7" minOccurs="0">
<simpleType>
<restriction base="string">
<length value="5"/>
<pattern value="[0-9][0-9][0-9][0-9][0-9]"/>
</restriction>
</simpleType>
</element>
<element name="A7bis" minOccurs="0">
<simpleType>
<restriction base="string">
<length value="5"/>
<pattern value="[0-9][0-9][0-9][0-9][0-9]"/>
</restriction>
</simpleType>
</element>
<element name="A10" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="60"/>
<minLength value="1"/>
</restriction>
</simpleType>
</element>
<element name="L4" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="L5" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="AL" minOccurs="0">
<simpleType>
<restriction base="string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
</sequence>
</complexType>
</element>