complexType PersonType
diagram gluon3_1_p1380.png
namespace urn:tva:mpeg7:2005
type extension of mpeg7:AgentType
properties
base mpeg7:AgentType
children mpeg7:Icon mpeg7:Name mpeg7:NameTerm mpeg7:Affiliation mpeg7:Citizenship mpeg7:Address mpeg7:AddressRef mpeg7:ElectronicAddress mpeg7:PersonDescription mpeg7:Nationality
used by
element PersonGroupType/Member
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  optional      
timeBase  mpeg7:xPathRefType  optional      
timeUnit  mpeg7:durationType  optional      
source <xs:complexType name="PersonType">
 
<xs:complexContent>
   
<xs:extension base="mpeg7:AgentType">
     
<xs:sequence>
       
<xs:choice maxOccurs="unbounded">
         
<xs:element name="Name" type="mpeg7:PersonNameType"/>
         
<xs:element name="NameTerm" type="mpeg7:ControlledTermUseType"/>
       
</xs:choice>
       
<xs:element name="Affiliation" minOccurs="0" maxOccurs="unbounded">
         
<xs:complexType>
           
<xs:choice>
             
<xs:element name="Organization" type="mpeg7:OrganizationType"/>
             
<xs:element name="OrganizationRef" type="mpeg7:ReferenceType"/>
             
<xs:element name="PersonGroup" type="mpeg7:PersonGroupType"/>
             
<xs:element name="PersonGroupRef" type="mpeg7:ReferenceType"/>
           
</xs:choice>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="Citizenship" type="mpeg7:countryCode" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:choice minOccurs="0">
         
<xs:element name="Address" type="mpeg7:PlaceType"/>
         
<xs:element name="AddressRef" type="mpeg7:ReferenceType"/>
       
</xs:choice>
       
<xs:element name="ElectronicAddress" type="mpeg7:ElectronicAddressType" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="PersonDescription" type="mpeg7:TextualType" minOccurs="0"/>
       
<xs:element name="Nationality" type="mpeg7:countryCode" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element PersonType/Name
diagram gluon3_1_p1381.png
namespace urn:tva:mpeg7:2005
type mpeg7:PersonNameType
properties
content complex
children mpeg7:GivenName mpeg7:LinkingName mpeg7:FamilyName mpeg7:Title mpeg7:Salutation mpeg7:Numeration
attributes
Name  Type  Use  Default  Fixed  Annotation
dateFrom  mpeg7:timePointType  optional      
dateTo  mpeg7:timePointType  optional      
type  derived by: xs:NMTOKEN  optional      
xml:lang  xs:language  optional      
source <xs:element name="Name" type="mpeg7:PersonNameType"/>

element PersonType/NameTerm
diagram gluon3_1_p1382.png
namespace urn:tva:mpeg7:2005
type mpeg7:ControlledTermUseType
properties
content complex
children mpeg7:Name mpeg7:Definition
attributes
Name  Type  Use  Default  Fixed  Annotation
href  mpeg7:termReferenceType  required      
source <xs:element name="NameTerm" type="mpeg7:ControlledTermUseType"/>

element PersonType/Affiliation
diagram gluon3_1_p1383.png
namespace urn:tva:mpeg7:2005
properties
minOcc 0
maxOcc unbounded
content complex
children mpeg7:Organization mpeg7:OrganizationRef mpeg7:PersonGroup mpeg7:PersonGroupRef
source <xs:element name="Affiliation" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="Organization" type="mpeg7:OrganizationType"/>
     
<xs:element name="OrganizationRef" type="mpeg7:ReferenceType"/>
     
<xs:element name="PersonGroup" type="mpeg7:PersonGroupType"/>
     
<xs:element name="PersonGroupRef" type="mpeg7:ReferenceType"/>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element PersonType/Affiliation/Organization
diagram gluon3_1_p1384.png
namespace urn:tva:mpeg7:2005
type mpeg7:OrganizationType
properties
content complex
children mpeg7:Icon mpeg7:Name mpeg7:NameTerm mpeg7:Kind mpeg7:Contact mpeg7:ContactRef mpeg7:Jurisdiction mpeg7:JurisdictionRef mpeg7:Address mpeg7:AddressRef mpeg7:ElectronicAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  optional      
timeBase  mpeg7:xPathRefType  optional      
timeUnit  mpeg7:durationType  optional      
source <xs:element name="Organization" type="mpeg7:OrganizationType"/>

element PersonType/Affiliation/OrganizationRef
diagram gluon3_1_p1385.png
namespace urn:tva:mpeg7:2005
type mpeg7:ReferenceType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idref  xs:IDREF  optional      
href  xs:anyURI  optional      
source <xs:element name="OrganizationRef" type="mpeg7:ReferenceType"/>

element PersonType/Affiliation/PersonGroup
diagram gluon3_1_p1386.png
namespace urn:tva:mpeg7:2005
type mpeg7:PersonGroupType
properties
content complex
children mpeg7:Icon mpeg7:Name mpeg7:NameTerm mpeg7:Kind mpeg7:Member mpeg7:MemberRef mpeg7:Jurisdiction mpeg7:JurisdictionRef mpeg7:Address mpeg7:AddressRef mpeg7:ElectronicAddress
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  optional      
timeBase  mpeg7:xPathRefType  optional      
timeUnit  mpeg7:durationType  optional      
source <xs:element name="PersonGroup" type="mpeg7:PersonGroupType"/>

element PersonType/Affiliation/PersonGroupRef
diagram gluon3_1_p1387.png
namespace urn:tva:mpeg7:2005
type mpeg7:ReferenceType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idref  xs:IDREF  optional      
href  xs:anyURI  optional      
source <xs:element name="PersonGroupRef" type="mpeg7:ReferenceType"/>

element PersonType/Citizenship
diagram gluon3_1_p1388.png
namespace urn:tva:mpeg7:2005
type mpeg7:countryCode
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}
source <xs:element name="Citizenship" type="mpeg7:countryCode" minOccurs="0" maxOccurs="unbounded"/>

element PersonType/Address
diagram gluon3_1_p1389.png
namespace urn:tva:mpeg7:2005
type mpeg7:PlaceType
properties
content complex
children mpeg7:Name mpeg7:NameTerm mpeg7:Role mpeg7:Region mpeg7:AdministrativeUnit mpeg7:PostalAddress mpeg7:InternalCoordinates
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID  optional      
timeBase  mpeg7:xPathRefType  optional      
timeUnit  mpeg7:durationType  optional      
xml:lang  xs:language  optional      
source <xs:element name="Address" type="mpeg7:PlaceType"/>

element PersonType/AddressRef
diagram gluon3_1_p1390.png
namespace urn:tva:mpeg7:2005
type mpeg7:ReferenceType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idref  xs:IDREF  optional      
href  xs:anyURI  optional      
source <xs:element name="AddressRef" type="mpeg7:ReferenceType"/>

element PersonType/ElectronicAddress
diagram gluon3_1_p1391.png
namespace urn:tva:mpeg7:2005
type mpeg7:ElectronicAddressType
properties
minOcc 0
maxOcc unbounded
content complex
children mpeg7:Telephone mpeg7:Fax mpeg7:Email mpeg7:Url
source <xs:element name="ElectronicAddress" type="mpeg7:ElectronicAddressType" minOccurs="0" maxOccurs="unbounded"/>

element PersonType/PersonDescription
diagram gluon3_1_p1392.png
namespace urn:tva:mpeg7:2005
type mpeg7:TextualType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
source <xs:element name="PersonDescription" type="mpeg7:TextualType" minOccurs="0"/>

element PersonType/Nationality
diagram gluon3_1_p1393.png
namespace urn:tva:mpeg7:2005
type mpeg7:countryCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}
source <xs:element name="Nationality" type="mpeg7:countryCode" minOccurs="0"/>


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