Lines Matching full:name

12   <complexType name='EncryptedType' abstract='true'>
14 <element name='EncryptionMethod' type='xenc:EncryptionMethodType'
20 <attribute name='Id' type='ID' use='optional'/>
21 <attribute name='Type' type='anyURI' use='optional'/>
22 <attribute name='MimeType' type='string' use='optional'/>
23 <attribute name='Encoding' type='anyURI' use='optional'/>
26 <complexType name='EncryptionMethodType' mixed='true'>
28 <element name='KeySize' minOccurs='0' type='xenc:KeySizeType'/>
29 <element name='OAEPparams' minOccurs='0' type='base64Binary'/>
32 <attribute name='Algorithm' type='anyURI' use='required'/>
35 <simpleType name='KeySizeType'>
39 <element name='CipherData' type='xenc:CipherDataType'/>
40 <complexType name='CipherDataType'>
42 <element name='CipherValue' type='base64Binary'/>
47 <element name='CipherReference' type='xenc:CipherReferenceType'/>
48 <complexType name='CipherReferenceType'>
50 <element name='Transforms' type='xenc:TransformsType' minOccurs='0'/>
52 <attribute name='URI' type='anyURI' use='required'/>
55 <complexType name='TransformsType'>
62 <element name='EncryptedData' type='xenc:EncryptedDataType'/>
63 <complexType name='EncryptedDataType'>
72 <element name='EncryptedKey' type='xenc:EncryptedKeyType'/>
73 <complexType name='EncryptedKeyType'>
78 <element name='CarriedKeyName' type='string' minOccurs='0'/>
80 <attribute name='Recipient' type='string'
86 <element name="AgreementMethod" type="xenc:AgreementMethodType"/>
87 <complexType name="AgreementMethodType" mixed="true">
89 <element name="KA-Nonce" minOccurs="0" type="base64Binary"/>
92 <element name="OriginatorKeyInfo" minOccurs="0" type="ds:KeyInfoType"/>
93 <element name="RecipientKeyInfo" minOccurs="0" type="ds:KeyInfoType"/>
95 <attribute name="Algorithm" type="anyURI" use="required"/>
100 <element name='ReferenceList'>
103 <element name='DataReference' type='xenc:ReferenceType'/>
104 <element name='KeyReference' type='xenc:ReferenceType'/>
109 <complexType name='ReferenceType'>
113 <attribute name='URI' type='anyURI' use='required'/>
117 <element name='EncryptionProperties' type='xenc:EncryptionPropertiesType'/>
118 <complexType name='EncryptionPropertiesType'>
122 <attribute name='Id' type='ID' use='optional'/>
125 <element name='EncryptionProperty' type='xenc:EncryptionPropertyType'/>
126 <complexType name='EncryptionPropertyType' mixed='true'>
130 <attribute name='Target' type='anyURI' use='optional'/>
131 <attribute name='Id' type='ID' use='optional'/>