<xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured location of a point on the edge between two surfaces.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal vector of the edge surface.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AdjacentNormal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AdjacentNormal element is the measured unit normal vector of the surface adjacent to the edge surface.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="EdgePointFeatureMeasurementType"><xs:annotation><xs:documentation>The EdgePointFeatureMeasurementType defines the edge-point feature measurement information for an individual edge-point feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PointFeatureMeasurementBaseType"><xs:sequence><xs:element name="Location" type="MeasuredPointType" minOccurs="0"><xs:annotation><xs:documentation>The optional Location element is the measured location of a point on the edge between two surfaces.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Normal element is the measured unit normal vector of the edge surface.</xs:documentation></xs:annotation></xs:element><xs:element name="AdjacentNormal" type="MeasuredUnitVectorType" minOccurs="0"><xs:annotation><xs:documentation>The optional AdjacentNormal element is the measured unit normal vector of the surface adjacent to the edge surface.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>