Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type FrameFlagType
Annotations
The FrameFlagType defines a flag frame. This is normally used for visualization of flag notes.
Diagram
Diagram Visualization_xsd_Complex_Type_FrameBaseType.tmp#FrameBaseType Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_XY Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_Width Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType_Height Visualization_xsd_Complex_Type_FrameRectangularType.tmp#FrameRectangularType Visualization_xsd_Complex_Type_FrameFlagType.tmp#FrameFlagType_right
Type extension of FrameRectangularType
Type hierarchy
Used by
Element FrameFlag
Children Height, Width, XY
Attributes
QName Type Default Use Annotation
right xs:boolean true optional
The optional right attribute shows if the flag frame has the triangle element at the right side.
Source
<xs:complexType name="FrameFlagType">
  <xs:annotation>
    <xs:documentation>The FrameFlagType defines a flag frame. This is normally used for visualization of flag notes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FrameRectangularType">
      <xs:attribute name="right" type="xs:boolean" default="true" use="optional">
        <xs:annotation>
          <xs:documentation>The optional right attribute shows if the flag frame has the triangle element at the right side.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute FrameFlagType / @right
Annotations
The optional right attribute shows if the flag frame has the triangle element at the right side.
Type xs:boolean
Properties
use optional
default true
Used by
Complex Type FrameFlagType
Source
<xs:attribute name="right" type="xs:boolean" default="true" use="optional">
  <xs:annotation>
    <xs:documentation>The optional right attribute shows if the flag frame has the triangle element at the right side.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd