INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files

This commit is contained in:
Oleg Zhurakousky
2011-08-08 23:34:12 -04:00
parent 62f14245cf
commit 935cd01d07
10 changed files with 35 additions and 35 deletions

View File

@@ -24,7 +24,7 @@
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="id" type="xsd:ID" use="optional" />
<xsd:attribute name="id" type="xsd:string" use="optional" />
<xsd:attribute name="channel" type="xsd:string" use="required">
<xsd:annotation>
<xsd:appinfo>
@@ -84,7 +84,7 @@
<xsd:all>
<xsd:element ref="integration:poller" minOccurs="0" maxOccurs="1" />
</xsd:all>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="id" type="xsd:string" />
<xsd:attribute name="channel" type="xsd:string">
<xsd:annotation>
<xsd:appinfo>