<xsd:element name="gid" type="oval-def:EntityStateIntType" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Group ID of this account.</xsd:documentation>
<xsd:appinfo>
<sch:pattern id="accountstegid" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
<sch:rule context="macos-def:accountinfo_state/macos-def:gid">
<sch:assert test="not(@datatype) or @datatype='int'">
<sch:value-of select="../@id" /> - datatype attribute for the gid entity of an accountinfo_state should be 'int'</sch:assert>
</sch:rule>
</sch:pattern>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|