Package : datatypes
XML Type : TN
Comments : A restriction of entity name that is effectively a simple string used for a simple name for things and places.
Parent : EN
There are no specific attributes for this element.
There are no specific rules for this element.
<xs:complexType
xmlns:xs="http://www.w3.org/2001/XMLSchema" mixed="true" name="TN">
<xs:annotation>
<xs:documentation>
A restriction of entity name that is effectively a simple string used
for a simple name for things and places.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:restriction base="EN">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="validTime" type="IVL_TS">
<xs:annotation>
<xs:documentation>
An interval of time specifying the time during which
the name is or was used for the entity. This
accomodates the fact that people change names for
people, places and things.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>