<?xml version="1.0" encoding="UTF-8"?>

<!--

    This schema defines the document structure for AMBER Alerts.
    
-->

<xsd:schema
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:amber="http://www.it.ojp.gov/jxdm/doc/amber_alert/2.0/extension"
    attributeFormDefault="unqualified"
    elementFormDefault="qualified"
    targetNamespace="http://www.it.ojp.gov/jxdm/doc/amber_alert/2.0/document">
    
    <xsd:import namespace="http://www.it.ojp.gov/jxdm/doc/amber_alert/2.0/extension" schemaLocation="extension-schema.xsd"/>
    
    <xsd:element name="AmberAlertDocument" type="amber:AmberAlertDocumentType"/>
    
</xsd:schema>

<!--

    Change History:
    
    November 10, 2004: Initial version
    Scott Came, Justice Integration Solutions, Inc.
    scott@justiceintegration.com
    
-->
