<xs:element name="PerpendicularFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PerpendicularFeature element identifies the feature to which the constructed line must be perpendicular.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point through which the constructed line must pass.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="LinePerpendicularType"><xs:annotation><xs:documentation>The LinePerpendicularType defines the construction of a line that is perpendicular to a feature and passing through a point.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="PerpendicularFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PerpendicularFeature element identifies the feature to which the constructed line must be perpendicular.</xs:documentation></xs:annotation></xs:element><xs:element name="PointFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The PointFeature element identifies the point through which the constructed line must pass.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>