Module prov.model

Interface LangString

All Known Implementing Classes:
LangString

public interface LangString

Interface for strings with language attribute.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InternationalizedString">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </extension>
   </simpleContent>
 </complexType>