2.2.1.1.15 xdSignedDataBlockName

The xdSignedDataBlockName simple type specifies restrictions for specifying the name of a signed data block.

Referenced By

signedDataBlock.xsfschema@name

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdSignedDataBlockName">
   <xsd:restriction base="xsd:ID">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="255"/>
   </xsd:restriction>
 </xsd:simpleType>