simpleType metaNameValues
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration accessRights
appinfo
permission required to access resource or security status
enumeration author
appinfo
name of individual author
enumeration contributor
appinfo
name of individual contributing to this resource
enumeration created
appinfo
date of initial version
enumeration creator
appinfo
name of original author
enumeration description
appinfo
summary overview describing this resource
enumeration disclaimer
appinfo
statement of denial or disavowal regarding potential claims or responsiblity
enumeration drawing
appinfo
name or reference link to a supporting drawing or sketch file
enumeration error
appinfo
information about an error (or known problem) that can prevent proper operation
enumeration generator
appinfo
authoring tool or translation tool
enumeration hint
appinfo
user hint about resource features or operation
enumeration identifier
appinfo
url address or unique Uniform Resource Identifier (URI) for resource
enumeration Image
appinfo
name or reference link to supporting image file
enumeration info
appinfo
additional info of interest
enumeration information
appinfo
additional information of interest
enumeration isVersionOf
appinfo
Related resource of which the described resource is a version, edition, or adaptation.
enumeration keywords
appinfo
comma-separated tokens, each of which is a keyword of interest
enumeration license
appinfo
content or software license
enumeration mediator
appinfo
entity that mediates access to resource and for whom resource is intended or useful
enumeration modified
appinfo
date of modified version
enumeration movie
appinfo
name or reference link to supporting movie file (note that Dublin Core term is MovingImage)
enumeration MovingImage
appinfo
name or reference link to supporting movie
enumeration original
appinfo
name or reference link to original file or resource
enumeration photo
appinfo
name or reference link to supporting photo file (note that Dublin Core term is Image)
enumeration photograph
appinfo
name or reference link to supporting photograph file (note that Dublin Core term is Image)
enumeration publisher
appinfo
entity responsible for making the resource available
enumeration reference
appinfo
name or reference link to supporting reference
enumeration requires
appinfo
prerequisites for operation or viewing
enumeration rights
appinfo
intellectual property rights (IPR)
enumeration robots
appinfo
search engine and web-spider guidance value: noindex to block page indexing, nofollow to block following links
enumeration Sound
appinfo
name or reference link to supporting sound file
enumeration source
appinfo
related resource from which the described resource is derived
enumeration specificationSection
appinfo
title of relevant specification section
enumeration specificationUrl
appinfo
url for relevant specification section
enumeration subject
appinfo
search-index subject keywords, key phrases, or classification codes
enumeration Text
appinfo
resource consisting primarily of words for reading
enumeration title
appinfo
file name for this resource
enumeration TODO
appinfo
action item "to do" that still needs to be performed
enumeration translator
appinfo
name of person performing translation from another format or language
enumeration translated
appinfo
date of translation from another format or language
enumeration version
appinfo
current version number or ID of this resource
enumeration warning
appinfo
warning information about a known problem that impedes proper operation
annotation
appinfo
metaNameValues are supported enumeration values for meta element name field. Unbounded, additional values are allowed.
source <xs:simpleType name="metaNameValues">
 
<xs:annotation>
   
<xs:appinfo>metaNameValues are supported enumeration values for meta element name field. Unbounded, additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#metaTags"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="accessRights">
     
<xs:annotation>
       
<xs:appinfo>permission required to access resource or security status</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-accessRights"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="author">
     
<xs:annotation>
       
<xs:appinfo>name of individual author</xs:appinfo>
       
<xs:documentation source="https://www.w3.org/TR/html5/document-metadata.html#author"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="contributor">
     
<xs:annotation>
       
<xs:appinfo>name of individual contributing to this resource</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-contributor"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="created">
     
<xs:annotation>
       
<xs:appinfo>date of initial version</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-created"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="creator">
     
<xs:annotation>
       
<xs:appinfo>name of original author</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-creator"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="description">
     
<xs:annotation>
       
<xs:appinfo>summary overview describing this resource</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-description"/>
       
<!-- https://www.w3.org/TR/html5/document-metadata.html#description -->
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="disclaimer">
     
<xs:annotation>
       
<xs:appinfo>statement of denial or disavowal regarding potential claims or responsiblity</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="drawing">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to a supporting drawing or sketch file</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="error">
     
<xs:annotation>
       
<xs:appinfo>information about an error (or known problem) that can prevent proper operation</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="generator">
     
<xs:annotation>
       
<xs:appinfo>authoring tool or translation tool</xs:appinfo>
       
<xs:documentation source="https://www.w3.org/TR/html5/document-metadata.html#generator"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="hint">
     
<xs:annotation>
       
<xs:appinfo>user hint about resource features or operation</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="identifier">
     
<xs:annotation>
       
<xs:appinfo>url address or unique Uniform Resource Identifier (URI) for resource</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-identifier"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Image">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting image file</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#dcmitype-Image"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="info">
     
<xs:annotation>
       
<xs:appinfo>additional info of interest</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="information">
     
<xs:annotation>
       
<xs:appinfo>additional information of interest</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="isVersionOf">
     
<xs:annotation>
       
<xs:appinfo>Related resource of which the described resource is a version, edition, or adaptation.</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-isVersionOf"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="keywords">
     
<xs:annotation>
       
<xs:appinfo>comma-separated tokens, each of which is a keyword of interest</xs:appinfo>
       
<xs:documentation source="https://www.w3.org/TR/html5/document-metadata.html#keywords"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="license">
     
<xs:annotation>
       
<xs:appinfo>content or software license</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-license"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="mediator">
     
<xs:annotation>
       
<xs:appinfo>entity that mediates access to resource and for whom resource is intended or useful</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-mediator"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="modified">
     
<xs:annotation>
       
<xs:appinfo>date of modified version</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-modified"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="movie">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting movie file (note that Dublin Core term is MovingImage)</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MovingImage">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting movie</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#dcmitype-MovingImage"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="original">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to original file or resource</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="photo">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting photo file (note that Dublin Core term is Image)</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="photograph">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting photograph file (note that Dublin Core term is Image)</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="publisher">
     
<xs:annotation>
       
<xs:appinfo>entity responsible for making the resource available</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-publisher"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="reference">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting reference</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-references"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="requires">
     
<xs:annotation>
       
<xs:appinfo>prerequisites for operation or viewing</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-requires"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="rights">
     
<xs:annotation>
       
<xs:appinfo>intellectual property rights (IPR)</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-rights"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="robots">
     
<xs:annotation>
       
<xs:appinfo>search engine and web-spider guidance value: noindex to block page indexing, nofollow to block following links</xs:appinfo>
       
<xs:documentation source="https://developers.google.com/search/reference/robots_meta_tag"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Sound">
     
<xs:annotation>
       
<xs:appinfo>name or reference link to supporting sound file</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#dcmitype-Sound"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="source">
     
<xs:annotation>
       
<xs:appinfo>related resource from which the described resource is derived</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-source"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="specificationSection">
     
<xs:annotation>
       
<xs:appinfo>title of relevant specification section</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="specificationUrl">
     
<xs:annotation>
       
<xs:appinfo>url for relevant specification section</xs:appinfo>
       
<xs:documentation source="https://www.web3d.org/standards"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="subject">
     
<xs:annotation>
       
<xs:appinfo>search-index subject keywords, key phrases, or classification codes</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-subject"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Text">
     
<xs:annotation>
       
<xs:appinfo>resource consisting primarily of words for reading</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#dcmitype-Text"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="title">
     
<xs:annotation>
       
<xs:appinfo>file name for this resource</xs:appinfo>
       
<xs:documentation source="https://www.dublincore.org/documents/dcmi-terms/#terms-title"/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TODO">
     
<xs:annotation>
       
<xs:appinfo>action item "to do" that still needs to be performed</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="translator">
     
<xs:annotation>
       
<xs:appinfo>name of person performing translation from another format or language</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="translated">
     
<xs:annotation>
       
<xs:appinfo>date of translation from another format or language</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="version">
     
<xs:annotation>
       
<xs:appinfo>current version number or ID of this resource</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="warning">
     
<xs:annotation>
       
<xs:appinfo>warning information about a known problem that impedes proper operation</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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