<xs:element name="SOURCE">
<xs:complexType>
<xs:sequence>
<xs:element ref="OBJECT" minOccurs="0"/>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="AUTHENTICATOR"/>
<xs:element ref="PASSWORD"/>
<xs:element ref="PUBLICKEY"/>
<xs:element ref="PRIVATEKEY"/>
<xs:element ref="DIGEST"/>
<xs:element ref="VERIFICATIONDATA"/>
<xs:element ref="ENABLINGBITS"/>
<xs:element ref="CERTIFICATE"/>
<xs:element ref="PRINCIPAL"/>
<xs:element ref="SECURITYLEVEL"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="type"/>
<xs:attribute name="internal-id"/>
</xs:complexType>
</xs:element> |