3.2.4.6.3.1 dsc:ElementChangesType

The dsc:ElementChangesType type defines the elements of the scan repository that could change and produce an RepositoryElementsChangeEvent element.

 <xs:complexType name="ElementChangesType">
    <xs:sequence>
       <xs:element name="RepositoryConfiguration" 
          type="dsc:RepositoryConfigurationType" minOccurs="0"/>
       <xs:any namespace="##other" minOccurs="0" 
          maxOccurs="unbounded"/>
    </xs:sequence>
 </xs:complexType>