Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Imported schema Class_Signature.xsd
Namespace http://www.w3.org/2000/09/xmldsig#
Properties
attribute form default: unqualified
element form default: qualified
Element ds:PESSignatureGroup / ds:Signature
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram
Diagram xmldsig-core-schema_xsd.tmp#SignatureType_Id xmldsig-core-schema_xsd.tmp#SignedInfo xmldsig-core-schema_xsd.tmp#SignatureValue xmldsig-core-schema_xsd.tmp#KeyInfo xmldsig-core-schema_xsd.tmp#Object xmldsig-core-schema_xsd.tmp#SignatureType xmldsig-core-schema_xsd.tmp#SignedInfo xmldsig-core-schema_xsd.tmp#SignatureValue xmldsig-core-schema_xsd.tmp#KeyInfo xmldsig-core-schema_xsd.tmp#Object Class_Signature_xsd.tmp#PESSignatureType
Type ds:PESSignatureType
Type hierarchy
Properties
content: complex
Model ds:SignedInfo , ds:SignatureValue , ds:KeyInfo{0,1} , ds:Object*
Children ds:KeyInfo, ds:Object, ds:SignatureValue, ds:SignedInfo
Instance
<ds:Signature Id="" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
  <ds:SignedInfo Id="">{1,1}</ds:SignedInfo>
  <ds:SignatureValue Id="">{1,1}</ds:SignatureValue>
  <ds:KeyInfo Id="">{0,1}</ds:KeyInfo>
  <ds:Object Encoding="" Id="" MimeType="">{0,unbounded}</ds:Object>
</ds:Signature>
Attributes
QName Type Fixed Default Use Annotation
Id ID optional
Source
<xs:element name="Signature" type="ds:PESSignatureType"/>
Complex Type ds:PESSignatureType
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram
Diagram xmldsig-core-schema_xsd.tmp#SignatureType_Id xmldsig-core-schema_xsd.tmp#SignedInfo xmldsig-core-schema_xsd.tmp#SignatureValue xmldsig-core-schema_xsd.tmp#KeyInfo xmldsig-core-schema_xsd.tmp#Object xmldsig-core-schema_xsd.tmp#SignatureType xmldsig-core-schema_xsd.tmp#SignedInfo xmldsig-core-schema_xsd.tmp#SignatureValue xmldsig-core-schema_xsd.tmp#KeyInfo xmldsig-core-schema_xsd.tmp#Object
Type restriction of ds:SignatureType
Type hierarchy
Used by
Model ds:SignedInfo , ds:SignatureValue , ds:KeyInfo{0,1} , ds:Object*
Children ds:KeyInfo, ds:Object, ds:SignatureValue, ds:SignedInfo
Attributes
QName Type Fixed Default Use Annotation
Id ID optional
Source
<xs:complexType name="PESSignatureType">
  <xs:complexContent>
    <xs:restriction base="ds:SignatureType">
      <xs:sequence>
        <xs:element ref="ds:SignedInfo"/>
        <xs:element ref="ds:SignatureValue"/>
        <xs:element ref="ds:KeyInfo" minOccurs="0"/>
        <xs:element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Element Group ds:PESSignatureGroup
Namespace http://www.w3.org/2000/09/xmldsig#
Diagram
Diagram Class_Signature_xsd.tmp#PESSignatureGroup_Signature
Used by
Element PES_Aller
Complex Types TBordereau, TBordereau
Model ds:Signature
Children ds:Signature
Source
<xs:group name="PESSignatureGroup">
  <xs:sequence>
    <xs:element name="Signature" type="ds:PESSignatureType"/>
  </xs:sequence>
</xs:group>