Java class for PolicyReference element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PolicyReference">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Digest" type="{http://www.w3.org/2001/XMLSchema}base64Binary" />
<attribute name="DigestAlgorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="URI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
</element>
|