The optional TextHidden element is the hidden text of the flag note.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="TextHidden" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional TextHidden element is the hidden text of the flag note.</xs:documentation></xs:annotation></xs:element>
The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.
Diagram
Type
xs:anyURI
Properties
content
simple
minOccurs
0
Source
<xs:element name="URI" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</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="NoteFlagType"><xs:complexContent><xs:extension base="NoteType"><xs:sequence><xs:element name="TextHidden" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional TextHidden element is the hidden text of the flag note.</xs:documentation></xs:annotation></xs:element><xs:element name="URI" type="xs:anyURI" minOccurs="0"><xs:annotation><xs:documentation>The optional URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>