complexType PlaceType
diagram gluon3_1_p1394.png
namespace urn:tva:mpeg7:2005
type extension of mpeg7:DSType
properties
base mpeg7:DSType
children mpeg7:Name mpeg7:NameTerm mpeg7:Role mpeg7:Region mpeg7:AdministrativeUnit mpeg7:PostalAddress mpeg7:InternalCoordinates
used by
elements OrganizationType/Address PersonGroupType/Address PersonType/Address SourcePreferencesType/DisseminationLocation OrganizationType/Jurisdiction PersonGroupType/Jurisdiction CreationPreferencesType/Location PreferenceConditionType/Place DepictedCoordinatesType/DepictedLocation
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:complexType name="PlaceType">
 
<xs:complexContent>
   
<xs:extension base="mpeg7:DSType">
     
<xs:sequence>
       
<xs:element name="Name" type="mpeg7:TextualType" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="NameTerm" type="mpeg7:ControlledTermUseType" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="Role" type="mpeg7:TermUseType" minOccurs="0"/>
       
<xs:element name="Region" type="mpeg7:regionCode" minOccurs="0" maxOccurs="unbounded"/>
       
<xs:element name="AdministrativeUnit" minOccurs="0" maxOccurs="unbounded">
         
<xs:complexType>
           
<xs:simpleContent>
             
<xs:extension base="string">
               
<xs:attribute name="type" type="string" use="optional"/>
             
</xs:extension>
           
</xs:simpleContent>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="PostalAddress" minOccurs="0">
         
<xs:complexType>
           
<xs:sequence>
             
<xs:element name="AddressLine" type="mpeg7:TextualType" maxOccurs="unbounded"/>
             
<xs:element name="PostingIdentifier" type="mpeg7:TextualType" minOccurs="0"/>
           
</xs:sequence>
           
<xs:attribute ref="xml:lang" use="optional"/>
         
</xs:complexType>
       
</xs:element>
       
<xs:element name="InternalCoordinates" type="string" minOccurs="0"/>
       
<!-- GeographicPosition element removed -->
       
<!-- AstronomicalBody" element removed  -->
      </xs:sequence>
      <xs:attribute ref=
"xml:lang" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

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

element PlaceType/NameTerm
diagram gluon3_1_p1396.png
namespace urn:tva:mpeg7:2005
type mpeg7:ControlledTermUseType
properties
minOcc 0
maxOcc unbounded
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" minOccurs="0" maxOccurs="unbounded"/>

element PlaceType/Role
diagram gluon3_1_p1397.png
namespace urn:tva:mpeg7:2005
type mpeg7:TermUseType
properties
minOcc 0
maxOcc 1
content complex
children mpeg7:Name mpeg7:Definition
attributes
Name  Type  Use  Default  Fixed  Annotation
href  mpeg7:termReferenceType  optional      
source <xs:element name="Role" type="mpeg7:TermUseType" minOccurs="0"/>

element PlaceType/Region
diagram gluon3_1_p1398.png
namespace urn:tva:mpeg7:2005
type mpeg7:regionCode
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
whiteSpace collapse
pattern [a-zA-Z]{2}(-[a-zA-Z0-9]{1,3})?
source <xs:element name="Region" type="mpeg7:regionCode" minOccurs="0" maxOccurs="unbounded"/>

element PlaceType/AdministrativeUnit
diagram gluon3_1_p1399.png
namespace urn:tva:mpeg7:2005
type extension of xs:string
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
type  xs:string  optional      
source <xs:element name="AdministrativeUnit" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:simpleContent>
     
<xs:extension base="string">
       
<xs:attribute name="type" type="string" use="optional"/>
     
</xs:extension>
   
</xs:simpleContent>
 
</xs:complexType>
</xs:element>

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

element PlaceType/PostalAddress
diagram gluon3_1_p1400.png
namespace urn:tva:mpeg7:2005
properties
minOcc 0
maxOcc 1
content complex
children mpeg7:AddressLine mpeg7:PostingIdentifier
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
source <xs:element name="PostalAddress" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="AddressLine" type="mpeg7:TextualType" maxOccurs="unbounded"/>
     
<xs:element name="PostingIdentifier" type="mpeg7:TextualType" minOccurs="0"/>
   
</xs:sequence>
   
<xs:attribute ref="xml:lang" use="optional"/>
 
</xs:complexType>
</xs:element>

element PlaceType/PostalAddress/AddressLine
diagram gluon3_1_p1401.png
namespace urn:tva:mpeg7:2005
type mpeg7:TextualType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
xml:lang  xs:language  optional      
source <xs:element name="AddressLine" type="mpeg7:TextualType" maxOccurs="unbounded"/>

element PlaceType/PostalAddress/PostingIdentifier
diagram gluon3_1_p1402.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="PostingIdentifier" type="mpeg7:TextualType" minOccurs="0"/>

element PlaceType/InternalCoordinates
diagram gluon3_1_p1403.png
namespace urn:tva:mpeg7:2005
type xs:string
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="InternalCoordinates" type="string" minOccurs="0"/>


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