NCA Alert Publication

Le document de définition permet la publication des alertes CAPs.

Schéma NCAAlertPublication 1.2

<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="NCAAlertPublication"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified"
  xmlns:NCAAlertPublication="https://scows.nicecotedazur.org/services/api/1.2"
  targetNamespace="https://scows.nicecotedazur.org/services/api/1.2"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:cap="urn:oasis:names:tc:emergency:cap:1.2"
  xmlns:NCACommon="https://scows.nicecotedazur.org/services/api/1.2"
  version="1.2"
>
  <xs:import namespace="urn:oasis:names:tc:emergency:cap:1.2" schemaLocation="http://docs.oasis-open.org/emergency/cap/v1.2/CAP-v1.2.xsd" />
  <xs:include schemaLocation="NCACommon.xsd" />
  <xs:element name="NCAAlertPublication" type="NCAAlertPublication:NCAAlertPublication" />
  <xs:complexType name="NCAAlertPublication">
    <xs:annotation>
      <xs:documentation>Alert Publication.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="publicationTime" type="NCACommon:DateTime" minOccurs="1" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>Point in time at which this data has been published. YYYY-MM-DDTHH:MM:SS.SSSZ</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="publicationCreator" type="NCACommon:InternationalIdentifier" minOccurs="1" maxOccurs="1" />
      <xs:element ref="cap:alert" minOccurs="0" maxOccurs="unbounded" />
      <xs:element name="credentials" type="NCACommon:Credentials" minOccurs="0" maxOccurs="1" />
    </xs:sequence>
  </xs:complexType>
</xs:schema>