<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:dalm="urn:vendor.com" xmlns:api="urn:ws.tracker.collabnet.com" targetNamespace="urn:ws.tracker.collabnet.com" elementFormDefault="qualified" attributeFormDefault="unqualified">
  <import namespace="urn:vendor.com" schemaLocation="dalm.xsd"/>
  <include schemaLocation="ptattributes.xsd"/>
  <element name="updateArtifactList">
    <complexType>
      <sequence>
        <element name="artifactList">
          <complexType>
            <sequence>
              <element ref="dalm:anArtifactType" minOccurs="0" maxOccurs="unbounded">
                <annotation>
                  <documentation>
                                  The schema for anArtifactType.
                              </documentation>
                </annotation>
              </element>
            </sequence>
          </complexType>
        </element>
        <element name="sendEmail" type="boolean">
          <annotation>
            <documentation>
                        If true, email will be sent to 
                        the users associated with the modified artifacts.
                        </documentation>
          </annotation>
        </element>
      </sequence>
    </complexType>
  </element>
</schema>

