Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element EdgePointFeatureDefinitionType / InternalExternal
Annotations
The InternalExternal element indicates whether the feature is internal or external. For example, an edge point on the edge of a desk would be external, and an edge point where a floor meets a wall would be internal.
Diagram
Diagram PrimitivesPMI_xsd_Simple_Type_InternalExternalEnumType.tmp#InternalExternalEnumType
Type InternalExternalEnumType
Properties
content simple
Facets
enumeration INTERNAL
enumeration EXTERNAL
enumeration NOT_APPLICABLE
Source
<xs:element name="InternalExternal" type="InternalExternalEnumType">
  <xs:annotation>
    <xs:documentation>The InternalExternal element indicates whether the feature is internal or external. For example, an edge point on the edge of a desk would be external, and an edge point where a floor meets a wall would be internal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EdgePointFeatureDefinitionType
Annotations
The EdgePointFeatureDefinitionType defines the edge-point feature nominal information that can be common to one or more edge point features.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureDefinitionBaseType.tmp#FeatureDefinitionBaseType Features_xsd_Complex_Type_ShapeFeatureDefinitionBaseType.tmp#ShapeFeatureDefinitionBaseType Features_xsd_Complex_Type_PointFeatureDefinitionBaseType.tmp#PointFeatureDefinitionBaseType Features_xsd_Complex_Type_EdgePointFeatureDefinitionType.tmp#EdgePointFeatureDefinitionType_InternalExternal
Type extension of PointFeatureDefinitionBaseType
Type hierarchy
Used by
Children Attributes, InternalExternal
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="EdgePointFeatureDefinitionType">
  <xs:annotation>
    <xs:documentation>The EdgePointFeatureDefinitionType defines the edge-point feature nominal information that can be common to one or more edge point features.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointFeatureDefinitionBaseType">
      <xs:sequence>
        <xs:element name="InternalExternal" type="InternalExternalEnumType">
          <xs:annotation>
            <xs:documentation>The InternalExternal element indicates whether the feature is internal or external. For example, an edge point on the edge of a desk would be external, and an edge point where a floor meets a wall would be internal.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd