Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LineAuxiliaryType / LineStyle
Annotations
The optional LineStyle element is the line style of the auxiliary line.
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 auxiliary line.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd
Complex Type LineAuxiliaryType
Annotations
The LineAuxiliaryType defines an auxiliary line.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType PrimitivesPD_xsd_Attribute_Group_AttrDrawable.tmp#AttrDrawable PrimitivesPD_xsd_Complex_Type_DrawableBaseType.tmp#DrawableBaseType Auxiliary_xsd_Complex_Type_AuxiliaryBaseType.tmp#AuxiliaryBaseType Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup_StartPoint Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup_EndPoint Primitives_xsd_Element_Group_LineSegmentGroup.tmp#LineSegmentGroup Auxiliary_xsd_Complex_Type_LineAuxiliaryType.tmp#LineAuxiliaryType_LineStyle
Type extension of AuxiliaryBaseType
Type hierarchy
Used by
Element LineAuxiliary
Children Attributes, EndPoint, LineStyle, StartPoint
Attributes
QName Type Default Use Annotation
color ColorType optional
The optional color attribute defines the RGB color property of a model entity.
hidden xs:boolean 0 optional
The optional hidden attribute defines the visibility property of a model entity in the graphical window.
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
size DoublePositiveType optional
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).
transparency TransparencyType 0.0 optional
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="LineAuxiliaryType">
  <xs:annotation>
    <xs:documentation>The LineAuxiliaryType defines an auxiliary line.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AuxiliaryBaseType">
      <xs:sequence>
        <xs:group ref="LineSegmentGroup">
          <xs:annotation>
            <xs:documentation>The LineSegmentGroup is a group of elements that contains a start point and an end point that define a portion of a line.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:element name="LineStyle" type="LineStyleType" default="SOLID" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional LineStyle element is the line style of the auxiliary line.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd