<xsd:element name="connection_string" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The connection_string entity defines connection parameters used to connect to the specific database.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="sqlitemconnection_string" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="ind-sc:sql_item/ind-sc:connection_string">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the connection_string entity of an sql_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|