<?xml version="1.0" encoding="utf-16"?>
<complexType name="SubjectConfirmationDataType" mixed="true">
<complexContent mixed="true">
<restriction base="anyType">
<sequence>
<any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attribute name="NotBefore" type="dateTime" use="optional" />
<attribute name="NotOnOrAfter" type="dateTime" use="optional" />
<attribute name="Recipient" type="anyURI" use="optional" />
<attribute name="InResponseTo" type="NCName" use="optional" />
<attribute name="Address" type="string" use="optional" />
<anyAttribute namespace="##other" processContents="lax" />
</restriction>
</complexContent>
</complexType>
|