<xs:complexType name="ChangeSetType">
<xs:sequence>
<xs:element name="change" type="cr:ChangeType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="userCredential" type="xs:string" use="optional"/>
<xs:attribute name="changeDtg" type="xs:dateTime" use="required"/>
<xs:attribute name="changeDocId" type="xs:string" use="optional"/>
</xs:complexType>
|