<xsd:element name="patch_base" type="oval-def:EntityObjectStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The sixth through tenth characters in HP-UX patch names represent a unique numeric identifier for the patch</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="patch53objpatch_base" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="hpux-def:patch_object/hpux-def:patch_base">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the patch_base entity of a patch53_object should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|