complexType NameComponentType
diagram gluon3_1_p1346.png
namespace urn:tva:mpeg7:2005
type extension of mpeg7:TextualBaseType
properties
base mpeg7:TextualBaseType
used by
elements PersonNameType/FamilyName PersonNameType/GivenName PersonNameType/LinkingName PersonNameType/Salutation PersonNameType/Title
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
initial  xs:string  optional      
abbrev  xs:string  optional      
source <xs:complexType name="NameComponentType">
 
<xs:simpleContent>
   
<xs:extension base="mpeg7:TextualBaseType">
     
<xs:attribute name="initial" type="string" use="optional"/>
     
<xs:attribute name="abbrev" type="string" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute NameComponentType/@initial
type xs:string
properties
use optional
source <xs:attribute name="initial" type="string" use="optional"/>

attribute NameComponentType/@abbrev
type xs:string
properties
use optional
source <xs:attribute name="abbrev" type="string" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy