Schema "xenc-schema.xsd"
Target Namespace:
http://www.w3.org/2001/04/xmlenc#
Version:
1.0
Defined Components:
global elements, 11 local elements, 11 complexTypes, 1 simpleType
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\workspace\tags\midpoint-1.9\infra\schema\src\main\resources\xml\ns\standard\xenc-schema.xsd; see XML source
Imports Schema:
xmldsig-core-schema.xsd [src]
Imported by Schema:
common-1.xsd [src]
All Element Summary
xenc:AgreementMethod
Type:
Content:
mixed (allows character data), 1 attribute, 3 elements, elem. wildcard
Defined:
globally; see XML source
Used:
never
xenc:CarriedKeyName (in xenc:EncryptedKey)
Type:
Content:
simple
Defined:
locally witnin xenc:EncryptedKeyType complexType; see XML source
xenc:CipherData
Type:
Content:
complex, 2 elements
Defined:
globally; see XML source
Used:
xenc:CipherReference
Type:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Used:
xenc:CipherValue (in xenc:CipherData)
Type:
Content:
simple
Defined:
locally witnin xenc:CipherDataType complexType; see XML source
xenc:DataReference (in xenc:ReferenceList)
Type:
Content:
complex, 1 attribute, elem. wildcard
Defined:
xenc:EncryptedData
Type:
Content:
complex, 4 attributes, 4 elements
Defined:
globally; see XML source
Used:
xenc:EncryptedKey
Type:
Content:
complex, 5 attributes, 6 elements
Defined:
globally; see XML source
Used:
never
xenc:EncryptionMethod (type xenc:EncryptionMethodType)
Type:
Content:
mixed (allows character data), 1 attribute, 2 elements, elem. wildcard
Defined:
locally witnin xenc:EncryptedType complexType; see XML source
xenc:EncryptionProperties
Type:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Used:
xenc:EncryptionProperty
Type:
Content:
mixed (allows character data), 2 attributes, attr. wildcard, elem. wildcard
Defined:
globally; see XML source
Used:
xenc:KA-Nonce (in xenc:AgreementMethod)
Type:
Content:
simple
Defined:
xenc:KeyReference (in xenc:ReferenceList)
Type:
Content:
complex, 1 attribute, elem. wildcard
Defined:
xenc:KeySize (in xenc:EncryptionMethod)
Type:
Content:
simple
Defined:
xenc:OAEPparams (in xenc:EncryptionMethod)
Type:
Content:
simple
Defined:
xenc:OriginatorKeyInfo (in xenc:AgreementMethod)
Type:
Content:
mixed (allows character data), 1 attribute, 7 elements, elem. wildcard
Defined:
xenc:RecipientKeyInfo (in xenc:AgreementMethod)
Type:
Content:
mixed (allows character data), 1 attribute, 7 elements, elem. wildcard
Defined:
xenc:ReferenceList
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
xenc:Transforms (in xenc:CipherReference)
Type:
Content:
complex, 1 element
Defined:
Complex Type Summary
Content:
mixed (allows character data), 1 attribute, 3 elements, elem. wildcard
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 3 elements, elem. wildcard
Used:
Content:
complex, 2 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content:
complex, 4 attributes, 4 elements
Defined:
globally; see XML source
Used:
Content:
complex, 5 attributes, 6 elements
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content:
complex, 4 attributes, 4 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally; see XML source
Includes:
definitions of 4 attributes, 4 elements
Used:
Content:
mixed (allows character data), 1 attribute, 2 elements, elem. wildcard
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 2 elements, elem. wildcard
Used:
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content:
mixed (allows character data), 2 attributes, attr. wildcard, elem. wildcard
Defined:
globally; see XML source
Includes:
definitions of 2 attributes, attr. wildcard, elem. wildcard
Used:
Content:
complex, 1 attribute, elem. wildcard
Defined:
globally; see XML source
Includes:
definitions of 1 attribute, elem. wildcard
Used:
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Simple Type Summary
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSchema 200102//EN" "XMLSchema.dtd" [
<!ATTLIST schema xmlns:xenc CDATA #FIXED 'http://www.w3.org/2001/04/xmlenc#'>
<!ATTLIST schema xmlns:ds CDATA #FIXED 'http://www.w3.org/2000/09/xmldsig#'>
<!ENTITY xenc 'http://www.w3.org/2001/04/xmlenc#'>
<!ENTITY % p ''>
<!ENTITY % s ''>
]>
<schema elementFormDefault="qualified" targetNamespace="http://www.w3.org/2001/04/xmlenc#" version="1.0" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
<import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
<complexType abstract="true" name="EncryptedType">
<sequence>
<element minOccurs="0" name="EncryptionMethod" type="xenc:EncryptionMethodType"/>
<element minOccurs="0" ref="ds:KeyInfo"/>
<element ref="xenc:CipherData"/>
<element minOccurs="0" ref="xenc:EncryptionProperties"/>
</sequence>
<attribute name="Id" type="ID" use="optional"/>
<attribute name="Type" type="anyURI" use="optional"/>
<attribute name="MimeType" type="string" use="optional"/>
<attribute name="Encoding" type="anyURI" use="optional"/>
</complexType>
<complexType mixed="true" name="EncryptionMethodType">
<sequence>
<element minOccurs="0" name="KeySize" type="xenc:KeySizeType"/>
<element minOccurs="0" name="OAEPparams" type="base64Binary"/>
<any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
</sequence>
<attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>
<simpleType name="KeySizeType">
<restriction base="integer"/>
</simpleType>
<element name="CipherData" type="xenc:CipherDataType"/>
<complexType name="CipherDataType">
<choice>
<element name="CipherValue" type="base64Binary"/>
<element ref="xenc:CipherReference"/>
</choice>
</complexType>
<element name="CipherReference" type="xenc:CipherReferenceType"/>
<complexType name="CipherReferenceType">
<choice>
<element minOccurs="0" name="Transforms" type="xenc:TransformsType"/>
</choice>
<attribute name="URI" type="anyURI" use="required"/>
</complexType>
<complexType name="TransformsType">
<sequence>
<element maxOccurs="unbounded" ref="ds:Transform"/>
</sequence>
</complexType>
<element name="EncryptedData" type="xenc:EncryptedDataType"/>
<complexType name="EncryptedDataType">
<complexContent>
<extension base="xenc:EncryptedType"/>
</complexContent>
</complexType>
<!-- Children of ds:KeyInfo -->
<element name="EncryptedKey" type="xenc:EncryptedKeyType"/>
<complexType name="EncryptedKeyType">
<complexContent>
<extension base="xenc:EncryptedType">
<sequence>
<element minOccurs="0" ref="xenc:ReferenceList"/>
<element minOccurs="0" name="CarriedKeyName" type="string"/>
</sequence>
<attribute name="Recipient" type="string" use="optional"/>
</extension>
</complexContent>
</complexType>
<element name="AgreementMethod" type="xenc:AgreementMethodType"/>
<complexType mixed="true" name="AgreementMethodType">
<sequence>
<element minOccurs="0" name="KA-Nonce" type="base64Binary"/>
<!-- <element ref="ds:DigestMethod" minOccurs="0"/> -->
<any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
<element minOccurs="0" name="OriginatorKeyInfo" type="ds:KeyInfoType"/>
<element minOccurs="0" name="RecipientKeyInfo" type="ds:KeyInfoType"/>
</sequence>
<attribute name="Algorithm" type="anyURI" use="required"/>
</complexType>
<!-- End Children of ds:KeyInfo -->
<element name="ReferenceList">
<complexType>
<choice maxOccurs="unbounded" minOccurs="1">
<element name="DataReference" type="xenc:ReferenceType"/>
<element name="KeyReference" type="xenc:ReferenceType"/>
</choice>
</complexType>
</element>
<complexType name="ReferenceType">
<sequence>
<any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
</sequence>
<attribute name="URI" type="anyURI" use="required"/>
</complexType>
<complexType name="EncryptionPropertiesType">
<sequence>
<element maxOccurs="unbounded" ref="xenc:EncryptionProperty"/>
</sequence>
<attribute name="Id" type="ID" use="optional"/>
</complexType>
<complexType mixed="true" name="EncryptionPropertyType">
<choice maxOccurs="unbounded">
<any namespace="##other" processContents="lax"/>
</choice>
<attribute name="Target" type="anyURI" use="optional"/>
<attribute name="Id" type="ID" use="optional"/>
<anyAttribute namespace="http://www.w3.org/XML/1998/namespace"/>
</complexType>
</schema>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/