Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element HatchStyleSetType / HatchStyle
Annotations
Each HatchStyle element defines a hatching style.
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 Visualization_xsd_Complex_Type_HatchStyleType.tmp#HatchStyleType_Form Visualization_xsd_Complex_Type_HatchStyleType.tmp#HatchStyleType_Color Visualization_xsd_Complex_Type_HatchStyleType.tmp#HatchStyleType_Patterns Visualization_xsd_Complex_Type_HatchStyleType.tmp#HatchStyleType
Type HatchStyleType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children Attributes, Color, Form, Patterns
Instance
<HatchStyle id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Form>{1,1}</Form>
  <Color>{0,1}</Color>
  <Patterns n="">{0,1}</Patterns>
</HatchStyle>
Attributes
QName Type Use Annotation
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.
Source
<xs:element name="HatchStyle" type="HatchStyleType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each HatchStyle element defines a hatching style.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type HatchStyleSetType
Annotations
The HatchStyleSetType defines a collection of hatching styles.
Diagram
Diagram Visualization_xsd_Complex_Type_HatchStyleSetType.tmp#HatchStyleSetType_n Visualization_xsd_Complex_Type_HatchStyleSetType.tmp#HatchStyleSetType_HatchStyle
Used by
Element HatchStyleSet
Children HatchStyle
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of hatching styles in this set.
Source
<xs:complexType name="HatchStyleSetType">
  <xs:annotation>
    <xs:documentation>The HatchStyleSetType defines a collection of hatching styles.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HatchStyle" type="HatchStyleType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each HatchStyle element defines a hatching style.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of hatching styles in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Attribute HatchStyleSetType / @n
Annotations
The required n attribute is the number of hatching styles in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type HatchStyleSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of hatching styles in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd