<xsd:element name="max_llogin" type="oval-def:EntityStateStringType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Maximum time allowed between logins before the account is locked</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="truststemax_llogin" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="hpux-def:trusted_state/hpux-def:max_llogin">
<sch:assert test="not(@datatype) or @datatype='string'">
<sch:value-of select="../@id" /> - datatype attribute for the max_llogin entity of a trusted_state should be 'string'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|