element <SingleSignatureInfo>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
XML Representation Summary
<SingleSignatureInfo
    SecurityLayerConformity
 = 
xsd:boolean : "true"
    >
   
Content: 
DataObjectInfo+, CreateSignatureInfo?
</SingleSignatureInfo>
Content model elements (2):
Included in content model of elements (1):
Annotation
Ermöglichung der Stapelsignatur durch wiederholte Angabe dieses Elements
XML Source (w/o annotations (2); see within schema source)
<xsd:element maxOccurs="unbounded" name="SingleSignatureInfo">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="DataObjectInfo">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="DataObjectInfoType">
<xsd:attribute default="false" name="ChildOfManifest" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element minOccurs="0" name="CreateSignatureInfo">
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute default="true" name="SecurityLayerConformity" type="xsd:boolean" use="optional"/>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
SecurityLayerConformity
Type:
xsd:boolean, predefined
Use:
optional
Attribute Value
Default:
"true"
XML Source (see within schema source)
<xsd:attribute default="true" name="SecurityLayerConformity" type="xsd:boolean" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
CreateSignatureInfo
Type:
anonymous, complex content
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="CreateSignatureInfo">
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

DataObjectInfo
Type:
anonymous (extension of DataObjectInfoType), complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="DataObjectInfo">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="DataObjectInfoType">
<xsd:attribute default="false" name="ChildOfManifest" type="xsd:boolean" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set