Abstract elements exist solely to be replaced. They do not appear in an XML instance.
See Substitutable Elements in XML for an example of a substitution in an instance.
<xs:element name="LocationCountyAbstract" abstract="true">
<xs:annotation>
<xs:documentation>
A data concept for a county, parish, vicinage, or other such geopolitical subdivision of a state.
</xs:documentation>
</xs:annotation>
</xs:element>
abstract="true"
attribute.<xs:element name="NAMEAbstract" abstract="true">
<xs:annotation>
<xs:documentation>
A data concept for ...
</xs:documentation>
</xs:annotation>
</xs:element>