The optional Text element is the text of the PartNote.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Text" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Text element is the text of the PartNote.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="PartNoteIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional PartNoteIds element is an array of identifiers of nested part notes.</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="PartNoteType"><xs:complexContent><xs:extension base="DrawableBaseType"><xs:sequence><xs:element name="Text" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Text element is the text of the PartNote.</xs:documentation></xs:annotation></xs:element><xs:element name="PartNoteIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional PartNoteIds element is an array of identifiers of nested part notes.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>