Lines Matching full:element
34 <element name="Signature" type="ds:SignatureType"/>
37 <element ref="ds:SignedInfo"/>
38 <element ref="ds:SignatureValue"/>
39 <element ref="ds:KeyInfo" minOccurs="0"/>
40 <element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
45 <element name="SignatureValue" type="ds:SignatureValueType"/>
56 <element name="SignedInfo" type="ds:SignedInfoType"/>
59 <element ref="ds:CanonicalizationMethod"/>
60 <element ref="ds:SignatureMethod"/>
61 <element ref="ds:Reference" maxOccurs="unbounded"/>
66 <element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
75 <element name="SignatureMethod" type="ds:SignatureMethodType"/>
78 <element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
87 <element name="Reference" type="ds:ReferenceType"/>
90 <element ref="ds:Transforms" minOccurs="0"/>
91 <element ref="ds:DigestMethod"/>
92 <element ref="ds:DigestValue"/>
99 <element name="Transforms" type="ds:TransformsType"/>
102 <element ref="ds:Transform" maxOccurs="unbounded"/>
106 <element name="Transform" type="ds:TransformType"/>
111 <element name="XPath" type="string"/>
118 <element name="DigestMethod" type="ds:DigestMethodType"/>
126 <element name="DigestValue" type="ds:DigestValueType"/>
135 <element name="KeyInfo" type="ds:KeyInfoType"/>
138 <element ref="ds:KeyName"/>
139 <element ref="ds:KeyValue"/>
140 <element ref="ds:RetrievalMethod"/>
141 <element ref="ds:X509Data"/>
142 <element ref="ds:PGPData"/>
143 <element ref="ds:SPKIData"/>
144 <element ref="ds:MgmtData"/>
151 <element name="KeyName" type="string"/>
152 <element name="MgmtData" type="string"/>
154 <element name="KeyValue" type="ds:KeyValueType"/>
157 <element ref="ds:DSAKeyValue"/>
158 <element ref="ds:RSAKeyValue"/>
163 <element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
166 <element ref="ds:Transforms" minOccurs="0"/>
174 <element name="X509Data" type="ds: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"/>
190 <element name="X509IssuerName" type="string"/>
191 <element name="X509SerialNumber" type="string"/>
199 <element name="PGPData" type="ds: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"/>
223 <element name="SPKISexp" type="base64Binary"/>
234 <element name="Object" type="ds:ObjectType"/>
244 <element name="Manifest" type="ds:ManifestType"/>
247 <element ref="ds:Reference" maxOccurs="unbounded"/>
252 <element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
255 <element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
260 <element name="SignatureProperty" type="ds:SignaturePropertyType"/>
278 <!-- Start KeyValue Element-types -->
280 <element name="DSAKeyValue" type="ds: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"/>
300 <element name="Modulus" type="ds:CryptoBinary"/>
301 <element name="Exponent" type="ds:CryptoBinary"/>
305 <!-- End KeyValue Element-types -->