The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityInternalIds element is a list of the QIF ids of CAD entities associated with this note.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this note.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Text" type="xs:string"><xs:annotation><xs:documentation>The Text element is the text of the Note.</xs:documentation></xs:annotation></xs:element>
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="NoteType"><xs:complexContent><xs:extension base="DrawableBaseType"><xs:sequence><xs:element name="EntityInternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityInternalIds element is a list of the QIF ids of CAD entities associated with this note.</xs:documentation></xs:annotation></xs:element><xs:element name="EntityExternalIds" type="ArrayReferenceFullType" minOccurs="0"><xs:annotation><xs:documentation>The EntityExternalIds element is a list of the QIF ids of instances of EntityExternalType associated with this note.</xs:documentation></xs:annotation></xs:element><xs:element name="Text" type="xs:string"><xs:annotation><xs:documentation>The Text element is the text of the Note.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="form" type="NoteFormEnumType" default="3D"><xs:annotation><xs:documentation>The form attribute specifies how the Note is represented.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="form" type="NoteFormEnumType" default="3D"><xs:annotation><xs:documentation>The form attribute specifies how the Note is represented.</xs:documentation></xs:annotation></xs:attribute>