Lines Matching full:name
27 <simpleType name="CryptoBinary">
34 <element name="Signature" type="ds:SignatureType"/>
35 <complexType name="SignatureType">
42 <attribute name="Id" type="ID" use="optional"/>
45 <element name="SignatureValue" type="ds:SignatureValueType"/>
46 <complexType name="SignatureValueType">
49 <attribute name="Id" type="ID" use="optional"/>
56 <element name="SignedInfo" type="ds:SignedInfoType"/>
57 <complexType name="SignedInfoType">
63 <attribute name="Id" type="ID" use="optional"/>
66 <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
67 <complexType name="CanonicalizationMethodType" mixed="true">
72 <attribute name="Algorithm" type="anyURI" use="required"/>
75 <element name="SignatureMethod" type="ds:SignatureMethodType"/>
76 <complexType name="SignatureMethodType" mixed="true">
78 <element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
82 <attribute name="Algorithm" type="anyURI" use="required"/>
87 <element name="Reference" type="ds:ReferenceType"/>
88 <complexType name="ReferenceType">
94 <attribute name="Id" type="ID" use="optional"/>
95 <attribute name="URI" type="anyURI" use="optional"/>
96 <attribute name="Type" type="anyURI" use="optional"/>
99 <element name="Transforms" type="ds:TransformsType"/>
100 <complexType name="TransformsType">
106 <element name="Transform" type="ds:TransformType"/>
107 <complexType name="TransformType" mixed="true">
111 <element name="XPath" type="string"/>
113 <attribute name="Algorithm" type="anyURI" use="required"/>
118 <element name="DigestMethod" type="ds:DigestMethodType"/>
119 <complexType name="DigestMethodType" mixed="true">
123 <attribute name="Algorithm" type="anyURI" use="required"/>
126 <element name="DigestValue" type="ds:DigestValueType"/>
127 <simpleType name="DigestValueType">
135 <element name="KeyInfo" type="ds:KeyInfoType"/>
136 <complexType name="KeyInfoType" mixed="true">
148 <attribute name="Id" type="ID" use="optional"/>
151 <element name="KeyName" type="string"/>
152 <element name="MgmtData" type="string"/>
154 <element name="KeyValue" type="ds:KeyValueType"/>
155 <complexType name="KeyValueType" mixed="true">
163 <element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
164 <complexType name="RetrievalMethodType">
168 <attribute name="URI" type="anyURI"/>
169 <attribute name="Type" type="anyURI" use="optional"/>
174 <element name="X509Data" type="ds:X509DataType"/>
175 <complexType name="X509DataType">
178 <element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
179 <element name="X509SKI" type="base64Binary"/>
180 <element name="X509SubjectName" type="string"/>
181 <element name="X509Certificate" type="base64Binary"/>
182 <element name="X509CRL" type="base64Binary"/>
188 <complexType name="X509IssuerSerialType">
190 <element name="X509IssuerName" type="string"/>
191 <element name="X509SerialNumber" type="string"/>
199 <element name="PGPData" type="ds:PGPDataType"/>
200 <complexType name="PGPDataType">
203 <element name="PGPKeyID" type="base64Binary"/>
204 <element name="PGPKeyPacket" type="base64Binary" minOccurs="0"/>
209 <element name="PGPKeyPacket" type="base64Binary"/>
220 <element name="SPKIData" type="ds:SPKIDataType"/>
221 <complexType name="SPKIDataType">
223 <element name="SPKISexp" type="base64Binary"/>
234 <element name="Object" type="ds:ObjectType"/>
235 <complexType name="ObjectType" mixed="true">
239 <attribute name="Id" type="ID" use="optional"/>
240 <attribute name="MimeType" type="string" use="optional"/> <!-- add a grep facet -->
241 <attribute name="Encoding" type="anyURI" use="optional"/>
244 <element name="Manifest" type="ds:ManifestType"/>
245 <complexType name="ManifestType">
249 <attribute name="Id" type="ID" use="optional"/>
252 <element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
253 <complexType name="SignaturePropertiesType">
257 <attribute name="Id" type="ID" use="optional"/>
260 <element name="SignatureProperty" type="ds:SignaturePropertyType"/>
261 <complexType name="SignaturePropertyType" mixed="true">
266 <attribute name="Target" type="anyURI" use="required"/>
267 <attribute name="Id" type="ID" use="optional"/>
274 <simpleType name="HMACOutputLengthType">
280 <element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
281 <complexType name="DSAKeyValueType">
284 <element name="P" type="ds:CryptoBinary"/>
285 <element name="Q" type="ds:CryptoBinary"/>
287 <element name="G" type="ds:CryptoBinary" minOccurs="0"/>
288 <element name="Y" type="ds:CryptoBinary"/>
289 <element name="J" type="ds:CryptoBinary" minOccurs="0"/>
291 <element name="Seed" type="ds:CryptoBinary"/>
292 <element name="PgenCounter" type="ds:CryptoBinary"/>
297 <element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
298 <complexType name="RSAKeyValueType">
300 <element name="Modulus" type="ds:CryptoBinary"/>
301 <element name="Exponent" type="ds:CryptoBinary"/>