<?xml version="1.0" encoding="UTF-8"?>

<!--

Aug-2006
- created. (This file will be imported by xliff-core-1.2-strict-appleglot2.xsd.)

-->

<xsd:schema xmlns:xlf="urn:oasis:names:tc:xliff:document:1.2" xmlns:ag="http://www.apple.com/appleglot" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.apple.com/appleglot" xml:lang="en">
  <!-- Import for xml:lang and xml:space -->
  <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>

  <!-- Attributes Lists -->
  <xsd:simpleType name="formatRule">
    <xsd:restriction base="xsd:string">
      <xsd:pattern value=".+\(.+\)"/>
    </xsd:restriction>
  </xsd:simpleType>

  <xsd:simpleType name="formatValueType">
    <xsd:restriction base="xsd:string">
      <xsd:pattern value="[a-zA-Z]+"/>
    </xsd:restriction>
  </xsd:simpleType>

  <xsd:attribute name="format-rule" type="ag:formatRule"/>
  <xsd:attribute name="format-value-type" type="ag:formatValueType"/>
  <xsd:attribute name="stringsdict-key" type="xsd:string"/>
  <xsd:attribute name="strings-key" type="xsd:string"/>
  <xsd:attribute name="platforms" type="xsd:string"/>

</xsd:schema>
