Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element HatchPatternType / LineStyle
Annotations
The optional LineStyle element is the line style of the hatching.
Diagram
Diagram PrimitivesPD_xsd_Simple_Type_LineStyleEnumType.tmp#LineStyleEnumType PrimitivesPD_xsd_Complex_Type_LineStyleType.tmp#LineStyleType_thickness PrimitivesPD_xsd_Complex_Type_LineStyleType.tmp#LineStyleType
Type LineStyleType
Type hierarchy
Properties
content complex
minOccurs 0
default SOLID
Attributes
QName Type Default Use Annotation
thickness xs:positiveInteger 1 optional
The optional thickness attribute is the line thickness in pixels.
Source
<xs:element name="LineStyle" type="LineStyleType" default="SOLID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional LineStyle element is the line style of the hatching.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchPatternType / FirstLineOrigin
Annotations
The FirstLineOrigin element is the origin of the first hatching line.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="FirstLineOrigin" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The FirstLineOrigin element is the origin of the first hatching line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchPatternType / SecondLineOrigin
Annotations
The SecondLineOrigin element is the origin of the second hatching line.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="SecondLineOrigin" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The SecondLineOrigin element is the origin of the second hatching line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchPatternType / Angle
Annotations
The Angle element is the angle of the hatching lines.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Angle" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The Angle element is the angle of the hatching lines.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchPatternType / Color
Annotations
The optional Color element is the color of the hatching lines.
Diagram
Diagram PrimitivesPD_xsd_Simple_Type_ColorType.tmp#ColorType
Type ColorType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="Color" type="ColorType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Color element is the color of the hatching lines.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type HatchPatternType
Annotations
The HatchPatternType defines a pattern of the hatching.
Diagram
Diagram Visualization_xsd_Complex_Type_HatchPatternType.tmp#HatchPatternType_LineStyle Visualization_xsd_Complex_Type_HatchPatternType.tmp#HatchPatternType_FirstLineOrigin Visualization_xsd_Complex_Type_HatchPatternType.tmp#HatchPatternType_SecondLineOrigin Visualization_xsd_Complex_Type_HatchPatternType.tmp#HatchPatternType_Angle Visualization_xsd_Complex_Type_HatchPatternType.tmp#HatchPatternType_Color
Used by
Children Angle, Color, FirstLineOrigin, LineStyle, SecondLineOrigin
Source
<xs:complexType name="HatchPatternType">
  <xs:annotation>
    <xs:documentation>The HatchPatternType defines a pattern of the hatching.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LineStyle" type="LineStyleType" default="SOLID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional LineStyle element is the line style of the hatching.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FirstLineOrigin" type="Point2dSimpleType">
      <xs:annotation>
        <xs:documentation>The FirstLineOrigin element is the origin of the first hatching line.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SecondLineOrigin" type="Point2dSimpleType">
      <xs:annotation>
        <xs:documentation>The SecondLineOrigin element is the origin of the second hatching line.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Angle" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The Angle element is the angle of the hatching lines.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Color" type="ColorType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Color element is the color of the hatching lines.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd