Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type LineStyleType
Annotations
The LineStyleType defines a line style.
Diagram
Diagram PrimitivesPD_xsd_Simple_Type_LineStyleEnumType.tmp#LineStyleEnumType PrimitivesPD_xsd_Complex_Type_LineStyleType.tmp#LineStyleType_thickness
Type extension of LineStyleEnumType
Type hierarchy
Used by
Attributes
QName Type Default Use Annotation
thickness xs:positiveInteger 1 optional
The optional thickness attribute is the line thickness in pixels.
Source
<xs:complexType name="LineStyleType">
  <xs:annotation>
    <xs:documentation>The LineStyleType defines a line style.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="LineStyleEnumType">
      <xs:attribute name="thickness" type="xs:positiveInteger" default="1">
        <xs:annotation>
          <xs:documentation>The optional thickness attribute is the line thickness in pixels.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd
Attribute LineStyleType / @thickness
Annotations
The optional thickness attribute is the line thickness in pixels.
Type xs:positiveInteger
Properties
default 1
Used by
Complex Type LineStyleType
Source
<xs:attribute name="thickness" type="xs:positiveInteger" default="1">
  <xs:annotation>
    <xs:documentation>The optional thickness attribute is the line thickness in pixels.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPD.xsd