<xs:attribute name="class" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
- <xs:element name="StatementCreator" minOccurs="0">
+ <xs:element name="StatementCreator"
+ minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name="Parameter" minOccurs="0" maxOccurs="unbounded">
+ <xs:complexType>
+ <xs:attribute name="type" type="xs:string" use="optional"/>
+ <xs:attribute name="attributeName" type="xs:string" use="required"/>
+ <xs:attribute name="connectorId" type="xs:string" use="optional"/>
+ <xs:attribute name="nullMissing" type="xs:boolean" use="optional"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="class" type="xs:string" use="optional"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>