The optional Name element is the name of the transform.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
Source
<xs:element name="Name" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the transform.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="TransformInstanceType"><xs:annotation><xs:documentation>The TransformInstanceType defines a transform matrix that can be referenced via its QIF id.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="TransformMatrixType"><xs:sequence><xs:element ref="Attributes" minOccurs="0"><xs:annotation><xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation></xs:annotation></xs:element><xs:element name="Name" type="xs:token" minOccurs="0"><xs:annotation><xs:documentation>The optional Name element is the name of the transform.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the transform, used for referencing.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="id" type="QIFIdType" use="required"><xs:annotation><xs:documentation>The id attribute is the QIF id of the transform, used for referencing.</xs:documentation></xs:annotation></xs:attribute>