<xsd:element name="description" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The description entity is a string that represents a more in-depth description of a package.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="packagestedescription" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="sol-def:package_state/sol-def:description">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the description entity of a package_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|