Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This simple type's contents are a restriction of the XML Schema int datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
1 (Invisible) |
Specifies that there shall not be a visible representation of the digital signature. |
2 (Signature Line) |
Specifies that there shall be a visible representation of the digital signature, where the GUID of the visible representation (the signature line stored in the document content) shall match the value of the SetupId element. |
Referenced By |
---|
SignatureType (ยง3.7.1.18, SignatureType) |
The following XML Schema fragment defines the contents of this simple type:
-
<simpleType name="ST_SignatureType"> <restriction base="xsd:int"> <enumeration value="1"/> <enumeration value="2"/> </restriction> </simpleType>