Share via


xdSignedDataBlockName Type

Defines the maximum string length for the name attribute of the signedDataBlock element.

Type

  xsd:simpleType

Facets

Name Description
maxLength 255 characters
minLength 1 character

Remarks

Example

The following example is the declaration of the xdSignedDataBlockName type:

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