<xsd:element name="acct_expire" type="oval-sc:EntityItemStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Absolute account lifetime in seconds</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="trustitemacct_expire" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="hpux-sc:trusted_item/hpux-sc:acct_expire">
<sch:assert test="not(@datatype) or @datatype='string'">item <sch:value-of select="../@id" /> - datatype attribute for the acct_expire entity of a trusted_item should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|