j:SignatureType

complexType SignatureType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a handwritten (and often stylized) depiction of someone's name, nickname, or even a simple X or other mark that a person writes on documents as a proof of identity and intent.

Diagram

XML Schema

<xs:complexType name="SignatureType">
<xs:annotation>
<xs:documentation>
A data type for a handwritten (and often stylized) depiction of someone's name, nickname, or even a simple X or other mark that a person writes on documents as a proof of identity and intent.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:SignatureDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignatureImage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignatureLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignatureMethodText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignatureNameText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignaturePersonName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:SignatureAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>