Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element HatchStyleType / Form
Annotations
The Form element is a hatch form.
Diagram
Diagram Visualization_xsd_Simple_Type_HatchStyleFormEnumType.tmp#HatchStyleFormEnumType
Type HatchStyleFormEnumType
Properties
content simple
Facets
enumeration NONE
enumeration PATTERN
enumeration FILL
enumeration ERASED
Source
<xs:element name="Form" type="HatchStyleFormEnumType">
  <xs:annotation>
    <xs:documentation>The Form element is a hatch form.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchStyleType / Color
Annotations
The optional Color element is a color.
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 a color.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Element HatchStyleType / Patterns
Annotations
The Patterns element is a hatch patterns.
Diagram
Diagram Visualization_xsd_Complex_Type_HatchPatternsType.tmp#HatchPatternsType_n Visualization_xsd_Complex_Type_HatchPatternsType.tmp#HatchPatternsType_Pattern Visualization_xsd_Complex_Type_HatchPatternsType.tmp#HatchPatternsType
Type HatchPatternsType
Properties
content complex
minOccurs 0
Children Pattern
Instance
<Patterns n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Pattern>{1,unbounded}</Pattern>
</Patterns>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of patterns in this set.
Source
<xs:element name="Patterns" type="HatchPatternsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Patterns element is a hatch patterns.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd
Complex Type HatchStyleType
Annotations
The HatchStyleType defines a hatch 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
Type extension of NodeWithIdBaseType
Type hierarchy
Used by
Children Attributes, Color, Form, Patterns
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:complexType name="HatchStyleType">
  <xs:annotation>
    <xs:documentation>The HatchStyleType defines a hatch style.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NodeWithIdBaseType">
      <xs:sequence>
        <xs:element name="Form" type="HatchStyleFormEnumType">
          <xs:annotation>
            <xs:documentation>The Form element is a hatch form.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Color" type="ColorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Color element is a color.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Patterns" type="HatchPatternsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The Patterns element is a hatch patterns.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd