diff --git a/404.html b/404.html index 62bce34..70a3515 100644 --- a/404.html +++ b/404.html @@ -219,7 +219,7 @@
  • - + Schema
  • diff --git a/about/index.html b/about/index.html index 4716428..408600f 100644 --- a/about/index.html +++ b/about/index.html @@ -226,7 +226,7 @@
  • - + Schema
  • diff --git a/elements/Agent/index.html b/elements/Agent/index.html new file mode 100644 index 0000000..088be36 --- /dev/null +++ b/elements/Agent/index.html @@ -0,0 +1,440 @@ + + + + + + + + + + +Class: Agent - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: Agent

    +

    Person who plays a role relative to PID creation or curation.

    +

    URI: prov:Agent

    +
    classDiagram + class Agent + click Agent href "../Agent" + Agent : affiliation_ror + + Agent : email + + Agent : name + + Agent : orcid + + Agent : role + + + + + Agent --> "0..1" Pid4CatAgentRole : role + click Pid4CatAgentRole href "../Pid4CatAgentRole" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    name0..1
    String
    The name of the agent that created or modified the PID recorddirect
    email0..1
    String
    Email address of the agent that created or modified the PID recorddirect
    orcid0..1
    String
    The ORCID of the persondirect
    affiliation_ror0..1
    Uri
    The ROR of the agent's affiliationdirect
    role0..1
    Pid4CatAgentRole
    The role of the agent relative to the resourcedirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    LogRecordhas_agentrangeAgent
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfprov:Agent
    nativepid4cat_model:Agent
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: Agent
    +description: Person who plays a role relative to PID creation or curation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- name
    +- email
    +- orcid
    +- affiliation_ror
    +- role
    +slot_usage:
    +  email:
    +    name: email
    +    pattern: ^\S+@[\S+\.]+\S+
    +class_uri: prov:Agent
    +
    +
    +
    +

    Induced

    +
    +
    name: Agent
    +description: Person who plays a role relative to PID creation or curation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slot_usage:
    +  email:
    +    name: email
    +    pattern: ^\S+@[\S+\.]+\S+
    +attributes:
    +  name:
    +    name: name
    +    description: The name of the agent that created or modified the PID record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: name
    +    owner: Agent
    +    domain_of:
    +    - Agent
    +    range: string
    +  email:
    +    name: email
    +    description: Email address of the agent that created or modified the PID record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: email
    +    owner: Agent
    +    domain_of:
    +    - Agent
    +    range: string
    +    pattern: ^\S+@[\S+\.]+\S+
    +  orcid:
    +    name: orcid
    +    description: The ORCID of the person
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: orcid
    +    owner: Agent
    +    domain_of:
    +    - Agent
    +    range: string
    +  affiliation_ror:
    +    name: affiliation_ror
    +    description: The ROR of the agent's affiliation.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: affiliation_ror
    +    owner: Agent
    +    domain_of:
    +    - Agent
    +    range: uri
    +  role:
    +    name: role
    +    description: The role of the agent relative to the resource
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: role
    +    owner: Agent
    +    domain_of:
    +    - Agent
    +    range: Pid4CatAgentRole
    +class_uri: prov:Agent
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/Boolean/index.html b/elements/Boolean/index.html new file mode 100644 index 0000000..2be77c2 --- /dev/null +++ b/elements/Boolean/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + Type: Boolean - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Boolean

    +

    A binary (true or false) value

    +

    URI: xsd:boolean

    +
      +
    • +

      base: Bool

      +
    • +
    • +

      uri: xsd:boolean

      +
    • +
    • +

      repr: bool

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:boolean
    nativepid4cat_model:boolean
    exactschema:Boolean
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/ChangeLogField/index.html b/elements/ChangeLogField/index.html new file mode 100644 index 0000000..c60692f --- /dev/null +++ b/elements/ChangeLogField/index.html @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + Enum: ChangeLogField - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: ChangeLogField

    +

    The field of the pid4cat record that was changed.

    +

    URI: ChangeLogField

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    STATUSNoneThe status of the pid4cat record was changed
    LANDING_PAGENoneThe URL of the landing page in the pid4cat record was changed
    RESOURCE_INFONoneThe resource info of the pid4cat record was changed
    RELATED_IDSNoneThe related identifiers of the pid4cat record were changed
    CONTACTNoneThe contact information of the pid4cat record was changed
    LICENSENoneThe license of the pid4cat record was changed
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    changed_fieldThe field that was changed
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: ChangeLogField
    +description: The field of the pid4cat record that was changed.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  STATUS:
    +    text: STATUS
    +    description: The status of the pid4cat record was changed.
    +  LANDING_PAGE:
    +    text: LANDING_PAGE
    +    description: The URL of the landing page in the pid4cat record was changed.
    +  RESOURCE_INFO:
    +    text: RESOURCE_INFO
    +    description: The resource info of the pid4cat record was changed.
    +  RELATED_IDS:
    +    text: RELATED_IDS
    +    description: The related identifiers of the pid4cat record were changed.
    +  CONTACT:
    +    text: CONTACT
    +    description: The contact information of the pid4cat record was changed.
    +  LICENSE:
    +    text: LICENSE
    +    description: The license of the pid4cat record was changed.
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Curie/index.html b/elements/Curie/index.html new file mode 100644 index 0000000..c219a64 --- /dev/null +++ b/elements/Curie/index.html @@ -0,0 +1,436 @@ + + + + + + + + + + + + + + + + + + Type: Curie - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Curie

    +

    a compact URI

    +

    URI: xsd:string

    +
      +
    • +

      base: Curie

      +
    • +
    • +

      uri: xsd:string

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Comments

    +
      +
    • in RDF serializations this MUST be expanded to a URI
    • +
    • in non-RDF serializations MAY be serialized as the compact representation
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:curie
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Date/index.html b/elements/Date/index.html new file mode 100644 index 0000000..960c83c --- /dev/null +++ b/elements/Date/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + Type: Date - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Date

    +

    a date (year, month and day) in an idealized calendar

    +

    URI: xsd:date

    +
      +
    • +

      base: XSDDate

      +
    • +
    • +

      uri: xsd:date

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:date
    nativepid4cat_model:date
    exactschema:Date
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/DateOrDatetime/index.html b/elements/DateOrDatetime/index.html new file mode 100644 index 0000000..c7d1d7c --- /dev/null +++ b/elements/DateOrDatetime/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: DateOrDatetime - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: DateOrDatetime

    +

    Either a date or a datetime

    +

    URI: linkml:DateOrDatetime

    +
      +
    • +

      base: str

      +
    • +
    • +

      uri: linkml:DateOrDatetime

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selflinkml:DateOrDatetime
    nativepid4cat_model:date_or_datetime
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Datetime/index.html b/elements/Datetime/index.html new file mode 100644 index 0000000..90d53e7 --- /dev/null +++ b/elements/Datetime/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + Type: Datetime - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Datetime

    +

    The combination of a date and time

    +

    URI: xsd:dateTime

    +
      +
    • +

      base: XSDDateTime

      +
    • +
    • +

      uri: xsd:dateTime

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:dateTime
    nativepid4cat_model:datetime
    exactschema:DateTime
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Decimal/index.html b/elements/Decimal/index.html new file mode 100644 index 0000000..a78ef7d --- /dev/null +++ b/elements/Decimal/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + Type: Decimal - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Decimal

    +

    A real number with arbitrary precision that conforms to the xsd:decimal specification

    +

    URI: xsd:decimal

    +
      +
    • +

      base: Decimal

      +
    • +
    • +

      uri: xsd:decimal

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:decimal
    nativepid4cat_model:decimal
    broadschema:Number
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Double/index.html b/elements/Double/index.html new file mode 100644 index 0000000..d86bddb --- /dev/null +++ b/elements/Double/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + Type: Double - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Double

    +

    A real number that conforms to the xsd:double specification

    +

    URI: xsd:double

    +
      +
    • +

      base: float

      +
    • +
    • +

      uri: xsd:double

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:double
    nativepid4cat_model:double
    closeschema:Float
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Float/index.html b/elements/Float/index.html new file mode 100644 index 0000000..9ebbfe1 --- /dev/null +++ b/elements/Float/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + Type: Float - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Float

    +

    A real number that conforms to the xsd:float specification

    +

    URI: xsd:float

    +
      +
    • +

      base: float

      +
    • +
    • +

      uri: xsd:float

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:float
    nativepid4cat_model:float
    exactschema:Float
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/HandleAPIRecord/index.html b/elements/HandleAPIRecord/index.html new file mode 100644 index 0000000..d5f2767 --- /dev/null +++ b/elements/HandleAPIRecord/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + +Class: HandleAPIRecord - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: HandleAPIRecord

    +

    A class representing a handle record query response of the REST (json) API of a handle server.

    +

    URI: pid4cat_model:HandleAPIRecord

    +
    classDiagram + class HandleAPIRecord + click HandleAPIRecord href "../HandleAPIRecord" + HandleAPIRecord : handle + + HandleAPIRecord : response_code + + HandleAPIRecord : values + + + + + HandleAPIRecord --> "*" HandleRecord : values + click HandleRecord href "../HandleRecord" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    response_code0..1
    Integer
    The response code of the handle APIdirect
    handle0..1
    String
    The handle of the pid4cat recorddirect
    values*
    HandleRecord
    The values of the pid4cat recorddirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleRecordContainercontains_pidsrangeHandleAPIRecord
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:HandleAPIRecord
    nativepid4cat_model:HandleAPIRecord
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: HandleAPIRecord
    +description: A class representing a handle record query response of the REST (json)
    +  API of a handle server.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- response_code
    +- handle
    +- values
    +
    +
    +
    +

    Induced

    +
    +
    name: HandleAPIRecord
    +description: A class representing a handle record query response of the REST (json)
    +  API of a handle server.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  response_code:
    +    name: response_code
    +    description: The response code of the handle API.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: responseCode
    +    owner: HandleAPIRecord
    +    domain_of:
    +    - HandleAPIRecord
    +    range: integer
    +  handle:
    +    name: handle
    +    description: The handle of the pid4cat record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: handle
    +    owner: HandleAPIRecord
    +    domain_of:
    +    - HandleAPIRecord
    +    range: string
    +  values:
    +    name: values
    +    description: The values of the pid4cat record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: values
    +    owner: HandleAPIRecord
    +    domain_of:
    +    - HandleAPIRecord
    +    range: HandleRecord
    +    multivalued: true
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/HandleData/index.html b/elements/HandleData/index.html new file mode 100644 index 0000000..135bdae --- /dev/null +++ b/elements/HandleData/index.html @@ -0,0 +1,371 @@ + + + + + + + + + + +Class: HandleData - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: HandleData

    +

    A data element in the handle API.

    +

    URI: pid4cat_model:HandleData

    +
    classDiagram + class HandleData + click HandleData href "../HandleData" + HandleData : format + + HandleData : value + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    format0..1
    String
    The format of the handle datadirect
    value0..1
    String or 
    Pid4CatStatus or 
    String or 
    ResourceInfo or 
    Pid4CatRelation or 
    LogRecord
    The value of the handle datadirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleRecorddatarangeHandleData
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:HandleData
    nativepid4cat_model:HandleData
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: HandleData
    +description: A data element in the handle API.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- format
    +- value
    +
    +
    +
    +

    Induced

    +
    +
    name: HandleData
    +description: A data element in the handle API.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  format:
    +    name: format
    +    description: The format of the handle data.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: format
    +    owner: HandleData
    +    domain_of:
    +    - HandleData
    +    range: string
    +  value:
    +    name: value
    +    description: The value of the handle data.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: value
    +    owner: HandleData
    +    domain_of:
    +    - HandleData
    +    range: string
    +    exactly_one_of:
    +    - range: Pid4CatStatus
    +    - range: string
    +    - range: ResourceInfo
    +    - range: Pid4CatRelation
    +    - range: LogRecord
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/HandleDataType/index.html b/elements/HandleDataType/index.html new file mode 100644 index 0000000..060ab05 --- /dev/null +++ b/elements/HandleDataType/index.html @@ -0,0 +1,511 @@ + + + + + + + + + + + + + + + + + + Enum: HandleDataType - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: HandleDataType

    +

    The type of the handle record element.

    +

    URI: HandleDataType

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    URLNoneThe handle record element is of type URL
    STATUSNoneThe handle record element is of custom type STATUS
    SCHEMA_VERNoneThe handle record element is of type SCHEMA_VER
    LICENSENoneThe handle record element is of type LICENSE
    EMAILNoneThe handle record element is of type EMAIL
    RESOURCE_INFONoneThe handle record element is of custom type JSON
    RELATEDNoneThe handle record element is of custom type JSON
    LOGNoneThe handle record element is of custom type JSON
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    typeThe type of the handle record
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: HandleDataType
    +description: The type of the handle record element.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  URL:
    +    text: URL
    +    description: The handle record element is of type URL.
    +  STATUS:
    +    text: STATUS
    +    description: The handle record element is of custom type STATUS.
    +  SCHEMA_VER:
    +    text: SCHEMA_VER
    +    description: The handle record element is of type SCHEMA_VER.
    +  LICENSE:
    +    text: LICENSE
    +    description: The handle record element is of type LICENSE.
    +  EMAIL:
    +    text: EMAIL
    +    description: The handle record element is of type EMAIL.
    +  RESOURCE_INFO:
    +    text: RESOURCE_INFO
    +    description: The handle record element is of custom type JSON.
    +  RELATED:
    +    text: RELATED
    +    description: The handle record element is of custom type JSON.
    +  LOG:
    +    text: LOG
    +    description: The handle record element is of custom type JSON.
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/HandleRecord/index.html b/elements/HandleRecord/index.html new file mode 100644 index 0000000..a5a1ecd --- /dev/null +++ b/elements/HandleRecord/index.html @@ -0,0 +1,443 @@ + + + + + + + + + + +Class: HandleRecord - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: HandleRecord

    +

    A class representing a handle record in the same way as in the REST (json) API of a handle server.

    +

    URI: pid4cat_model:HandleRecord

    +
    classDiagram + class HandleRecord + click HandleRecord href "../HandleRecord" + HandleRecord : data + + + + + HandleRecord --> "0..1" HandleData : data + click HandleData href "../HandleData" + + + HandleRecord : index + + HandleRecord : timestamp + + HandleRecord : ttl + + HandleRecord : type + + + + + HandleRecord --> "0..1" HandleDataType : type + click HandleDataType href "../HandleDataType" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    index0..1
    Integer
    The index of the handle recorddirect
    type0..1
    HandleDataType
    The type of the handle recorddirect
    data0..1
    HandleData
    The meta data stored in pid4cat recorddirect
    ttl0..1
    Integer
    A time to live in seconds for the handle recorddirect
    timestamp0..1
    Datetime
    The iso datetime for the last update of the handle datadirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleAPIRecordvaluesrangeHandleRecord
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:HandleRecord
    nativepid4cat_model:HandleRecord
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: HandleRecord
    +description: A class representing a handle record in the same way as in the REST (json)
    +  API of a handle server.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- index
    +- type
    +- data
    +- ttl
    +- timestamp
    +
    +
    +
    +

    Induced

    +
    +
    name: HandleRecord
    +description: A class representing a handle record in the same way as in the REST (json)
    +  API of a handle server.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  index:
    +    name: index
    +    description: The index of the handle record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: index
    +    owner: HandleRecord
    +    domain_of:
    +    - HandleRecord
    +    range: integer
    +  type:
    +    name: type
    +    description: The type of the handle record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: type
    +    owner: HandleRecord
    +    domain_of:
    +    - HandleRecord
    +    range: HandleDataType
    +  data:
    +    name: data
    +    description: The meta data stored in pid4cat record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: data
    +    owner: HandleRecord
    +    domain_of:
    +    - HandleRecord
    +    range: HandleData
    +  ttl:
    +    name: ttl
    +    description: 'A time to live in seconds for the handle record. Typically: 86400
    +      => 1 day
    +
    +      TODO: Research details of ttl meaning for handle API.
    +
    +      '
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: ttl
    +    owner: HandleRecord
    +    domain_of:
    +    - HandleRecord
    +    range: integer
    +  timestamp:
    +    name: timestamp
    +    description: The iso datetime for the last update of the handle data.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: timestamp
    +    owner: HandleRecord
    +    domain_of:
    +    - HandleRecord
    +    range: datetime
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/HandleRecordContainer/index.html b/elements/HandleRecordContainer/index.html new file mode 100644 index 0000000..6813443 --- /dev/null +++ b/elements/HandleRecordContainer/index.html @@ -0,0 +1,344 @@ + + + + + + + + + + +Class: HandleRecordContainer - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + + + +

    Class: HandleRecordContainer

    +

    A container for all HandleRecords.

    +

    URI: pid4cat_model:HandleRecordContainer

    +
    classDiagram + class HandleRecordContainer + click HandleRecordContainer href "../HandleRecordContainer" + HandleRecordContainer : contains_pids + + + + + HandleRecordContainer --> "*" HandleAPIRecord : contains_pids + click HandleAPIRecord href "../HandleAPIRecord" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    contains_pids*
    HandleAPIRecord
    The HandleRecords contained in the containerdirect
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:HandleRecordContainer
    nativepid4cat_model:HandleRecordContainer
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: HandleRecordContainer
    +description: A container for all HandleRecords.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  contains_pids:
    +    name: contains_pids
    +    description: The HandleRecords contained in the container.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    domain_of:
    +    - HandleRecordContainer
    +    range: HandleAPIRecord
    +    multivalued: true
    +    inlined: true
    +    inlined_as_list: true
    +tree_root: true
    +
    +
    +
    +

    Induced

    +
    +
    name: HandleRecordContainer
    +description: A container for all HandleRecords.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  contains_pids:
    +    name: contains_pids
    +    description: The HandleRecords contained in the container.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: contains_pids
    +    owner: HandleRecordContainer
    +    domain_of:
    +    - HandleRecordContainer
    +    range: HandleAPIRecord
    +    multivalued: true
    +    inlined: true
    +    inlined_as_list: true
    +tree_root: true
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/Integer/index.html b/elements/Integer/index.html new file mode 100644 index 0000000..9affe55 --- /dev/null +++ b/elements/Integer/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + Type: Integer - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Integer

    +

    An integer

    +

    URI: xsd:integer

    +
      +
    • +

      base: int

      +
    • +
    • +

      uri: xsd:integer

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:integer
    nativepid4cat_model:integer
    exactschema:Integer
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Jsonpath/index.html b/elements/Jsonpath/index.html new file mode 100644 index 0000000..bd7d024 --- /dev/null +++ b/elements/Jsonpath/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Jsonpath - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Jsonpath

    +

    A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form.

    +

    URI: xsd:string

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:jsonpath
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Jsonpointer/index.html b/elements/Jsonpointer/index.html new file mode 100644 index 0000000..48f0600 --- /dev/null +++ b/elements/Jsonpointer/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Jsonpointer - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Jsonpointer

    +

    A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form.

    +

    URI: xsd:string

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:jsonpointer
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/LogRecord/index.html b/elements/LogRecord/index.html new file mode 100644 index 0000000..8c1fa56 --- /dev/null +++ b/elements/LogRecord/index.html @@ -0,0 +1,421 @@ + + + + + + + + + + +Class: LogRecord - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: LogRecord

    +

    A log record for changes made in a pid4cat handle record starting from registration.

    +

    URI: pid4cat_model:LogRecord

    +
    classDiagram + class LogRecord + click LogRecord href "../LogRecord" + LogRecord : changed_field + + + + + LogRecord --> "0..1" ChangeLogField : changed_field + click ChangeLogField href "../ChangeLogField" + + + LogRecord : datetime_log + + LogRecord : description + + LogRecord : has_agent + + + + + LogRecord --> "0..1" Agent : has_agent + click Agent href "../Agent" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    datetime_log0..1
    Datetime
    The date and time of a log recorddirect
    has_agent0..1
    Agent
    The person who registered or modified the PID recorddirect
    changed_field0..1
    ChangeLogField
    The field that was changeddirect
    description0..1
    String
    A human-readable description for a resourcedirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleDatavalueexactly_one_of[range]LogRecord
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:LogRecord
    nativepid4cat_model:LogRecord
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: LogRecord
    +description: A log record for changes made in a pid4cat handle record starting from
    +  registration.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- datetime_log
    +- has_agent
    +- changed_field
    +- description
    +
    +
    +
    +

    Induced

    +
    +
    name: LogRecord
    +description: A log record for changes made in a pid4cat handle record starting from
    +  registration.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  datetime_log:
    +    name: datetime_log
    +    description: The date and time of a log record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: datetime_log
    +    owner: LogRecord
    +    domain_of:
    +    - Pid4CatRelation
    +    - LogRecord
    +    range: datetime
    +  has_agent:
    +    name: has_agent
    +    description: The person who registered or modified the PID record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: has_agent
    +    owner: LogRecord
    +    domain_of:
    +    - LogRecord
    +    range: Agent
    +  changed_field:
    +    name: changed_field
    +    description: The field that was changed
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: changed_field
    +    owner: LogRecord
    +    domain_of:
    +    - LogRecord
    +    range: ChangeLogField
    +  description:
    +    name: description
    +    description: A human-readable description for a resource.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: description
    +    owner: LogRecord
    +    domain_of:
    +    - ResourceInfo
    +    - LogRecord
    +    range: string
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/MEDIATypes/index.html b/elements/MEDIATypes/index.html new file mode 100644 index 0000000..a44256d --- /dev/null +++ b/elements/MEDIATypes/index.html @@ -0,0 +1,15462 @@ + + + + + + + + + + +Enum: MEDIATypes - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + + +

    Enum: MEDIATypes

    +

    URI: MEDIATypes

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    application/1d-interleaved-parityfecNone
    application/3gpdash-qoe-report+xmlNone
    application/3gppHal+jsonNone
    application/3gppHalForms+jsonNone
    application/3gpp-ims+xmlNone
    application/A2LNone
    application/ace+cborNone
    application/ace+jsonNone
    application/ace-groupcomm+cborNone
    application/ace-trl+cborNone
    application/activemessageNone
    application/activity+jsonNone
    application/aif+cborNone
    application/aif+jsonNone
    application/alto-cdni+jsonNone
    application/alto-cdnifilter+jsonNone
    application/alto-costmap+jsonNone
    application/alto-costmapfilter+jsonNone
    application/alto-directory+jsonNone
    application/alto-endpointcost+jsonNone
    application/alto-endpointcostparams+jsonNone
    application/alto-endpointprop+jsonNone
    application/alto-endpointpropparams+jsonNone
    application/alto-error+jsonNone
    application/alto-networkmap+jsonNone
    application/alto-networkmapfilter+jsonNone
    application/alto-propmap+jsonNone
    application/alto-propmapparams+jsonNone
    application/alto-tips+jsonNone
    application/alto-tipsparams+jsonNone
    application/alto-updatestreamcontrol+jsonNone
    application/alto-updatestreamparams+jsonNone
    application/AMLNone
    application/andrew-insetNone
    application/applefileNone
    application/at+jwtNone
    application/ATFNone
    application/ATFXNone
    application/atom+xmlNone
    application/atomcat+xmlNone
    application/atomdeleted+xmlNone
    application/atomicmailNone
    application/atomsvc+xmlNone
    application/atsc-dwd+xmlNone
    application/atsc-dynamic-event-messageNone
    application/atsc-held+xmlNone
    application/atsc-rdt+jsonNone
    application/atsc-rsat+xmlNone
    application/ATXMLNone
    application/auth-policy+xmlNone
    application/automationml-aml+xmlNone
    application/automationml-amlx+zipNone
    application/bacnet-xdd+zipNone
    application/batch-SMTPNone
    application/beep+xmlNone
    application/bufrNone
    application/c2paNone
    application/calendar+jsonNone
    application/calendar+xmlNone
    application/call-completionNone
    application/CALS-1840None
    application/captive+jsonNone
    application/cborNone
    application/cbor-seqNone
    application/cccexNone
    application/ccmp+xmlNone
    application/ccxml+xmlNone
    application/cda+xmlNone
    application/CDFX+XMLNone
    application/cdmi-capabilityNone
    application/cdmi-containerNone
    application/cdmi-domainNone
    application/cdmi-objectNone
    application/cdmi-queueNone
    application/cdniNone
    application/ce+cborNone
    application/CEANone
    application/cea-2018+xmlNone
    application/cellml+xmlNone
    application/cfwNone
    application/cid-edhoc+cbor-seqNone
    application/city+jsonNone
    application/city+json-seqNone
    application/clrNone
    application/clue_info+xmlNone
    application/clue+xmlNone
    application/cmsNone
    application/cnrp+xmlNone
    application/coap-group+jsonNone
    application/coap-payloadNone
    application/commongroundNone
    application/concise-problem-details+cborNone
    application/conference-info+xmlNone
    application/coseNone
    application/cose-keyNone
    application/cose-key-setNone
    application/cose-x509None
    application/cpl+xmlNone
    application/csrattrsNone
    application/csta+xmlNone
    application/CSTAdata+xmlNone
    application/csvm+jsonNone
    application/cwlNone
    application/cwl+jsonNone
    application/cwl+yamlNone
    application/cwtNone
    application/cybercashNone
    application/dash+xmlNone
    application/dashdeltaNone
    application/dash-patch+xmlNone
    application/davmount+xmlNone
    application/dca-rftNone
    application/DCDNone
    application/dec-dxNone
    application/dialog-info+xmlNone
    application/dicomNone
    application/dicom+jsonNone
    application/dicom+xmlNone
    application/DIINone
    application/DITNone
    application/dnsNone
    application/dns+jsonNone
    application/dns-messageNone
    application/dots+cborNone
    application/dpop+jwtNone
    application/dskpp+xmlNone
    application/dssc+derNone
    application/dssc+xmlNone
    application/dvcsNone
    application/eat+cwtNone
    application/eat+jwtNone
    application/eat-bun+cborNone
    application/eat-bun+jsonNone
    application/eat-ucs+cborNone
    application/eat-ucs+jsonNone
    application/ecmascriptNone
    application/edhoc+cbor-seqNone
    application/EDI-consentNone
    application/EDIFACTNone
    application/EDI-X12None
    application/efiNone
    application/elm+jsonNone
    application/elm+xmlNone
    application/EmergencyCallData.cap+xmlNone
    application/EmergencyCallData.Comment+xmlNone
    application/EmergencyCallData.Control+xmlNone
    application/EmergencyCallData.DeviceInfo+xmlNone
    application/EmergencyCallData.eCall.MSDNone
    application/EmergencyCallData.LegacyESN+jsonNone
    application/EmergencyCallData.ProviderInfo+xmlNone
    application/EmergencyCallData.ServiceInfo+xmlNone
    application/EmergencyCallData.SubscriberInfo+xmlNone
    application/EmergencyCallData.VEDS+xmlNone
    application/emma+xmlNone
    application/emotionml+xmlNone
    application/encaprtpNone
    application/entity-statement+jwtNone
    application/epp+xmlNone
    application/epub+zipNone
    application/eshopNone
    application/exampleNone
    application/exiNone
    application/expect-ct-report+jsonNone
    application/expressNone
    application/fastinfosetNone
    application/fastsoapNone
    application/fdfNone
    application/fdt+xmlNone
    application/fhir+jsonNone
    application/fhir+xmlNone
    application/fitsNone
    application/flexfecNone
    application/font-sfntNone
    application/font-tdpfrNone
    application/font-woffNone
    application/framework-attributes+xmlNone
    application/geo+jsonNone
    application/geo+json-seqNone
    application/geopackage+sqlite3None
    application/geopose+jsonNone
    application/geoxacml+jsonNone
    application/geoxacml+xmlNone
    application/gltf-bufferNone
    application/gml+xmlNone
    application/gnap-binding-jwsNone
    application/gnap-binding-jwsdNone
    application/gnap-binding-rotation-jwsNone
    application/gnap-binding-rotation-jwsdNone
    application/gribNone
    application/gzipNone
    application/H224None
    application/held+xmlNone
    application/hl7v2+xmlNone
    application/httpNone
    application/hyperstudioNone
    application/ibe-key-request+xmlNone
    application/ibe-pkg-reply+xmlNone
    application/ibe-pp-dataNone
    application/igesNone
    application/im-iscomposing+xmlNone
    application/indexNone
    application/index.cmdNone
    application/index.objNone
    application/index.responseNone
    application/index.vndNone
    application/inkml+xmlNone
    application/IOTPNone
    application/ipfixNone
    application/ippNone
    application/ISUPNone
    application/its+xmlNone
    application/java-archiveNone
    application/javascriptNone
    application/jf2feed+jsonNone
    application/joseNone
    application/jose+jsonNone
    application/jrd+jsonNone
    application/jscalendar+jsonNone
    application/jscontact+jsonNone
    application/jsonNone
    application/json-patch+jsonNone
    application/jsonpathNone
    application/json-seqNone
    application/jwk+jsonNone
    application/jwk-set+jsonNone
    application/jwk-set+jwtNone
    application/jwtNone
    application/kpml-request+xmlNone
    application/kpml-response+xmlNone
    application/ld+jsonNone
    application/lgr+xmlNone
    application/link-formatNone
    application/linksetNone
    application/linkset+jsonNone
    application/load-control+xmlNone
    application/logout+jwtNone
    application/lost+xmlNone
    application/lostsync+xmlNone
    application/lpf+zipNone
    application/LXFNone
    application/mac-binhex40None
    application/macwriteiiNone
    application/mads+xmlNone
    application/manifest+jsonNone
    application/marcNone
    application/marcxml+xmlNone
    application/mathematicaNone
    application/mathml+xmlNone
    application/mathml-content+xmlNone
    application/mathml-presentation+xmlNone
    application/mbms-associated-procedure-description+xmlNone
    application/mbms-deregister+xmlNone
    application/mbms-envelope+xmlNone
    application/mbms-msk+xmlNone
    application/mbms-msk-response+xmlNone
    application/mbms-protection-description+xmlNone
    application/mbms-reception-report+xmlNone
    application/mbms-register+xmlNone
    application/mbms-register-response+xmlNone
    application/mbms-schedule+xmlNone
    application/mbms-user-service-description+xmlNone
    application/mboxNone
    application/media_control+xmlNone
    application/media-policy-dataset+xmlNone
    application/mediaservercontrol+xmlNone
    application/merge-patch+jsonNone
    application/metalink4+xmlNone
    application/mets+xmlNone
    application/MF4None
    application/mikeyNone
    application/mipcNone
    application/missing-blocks+cbor-seqNone
    application/mmt-aei+xmlNone
    application/mmt-usd+xmlNone
    application/mods+xmlNone
    application/mosskey-dataNone
    application/mosskey-requestNone
    application/moss-keysNone
    application/moss-signatureNone
    application/mp21None
    application/mp4None
    application/mpeg4-genericNone
    application/mpeg4-iodNone
    application/mpeg4-iod-xmtNone
    application/mrb-consumer+xmlNone
    application/mrb-publish+xmlNone
    application/msc-ivr+xmlNone
    application/msc-mixer+xmlNone
    application/mswordNone
    application/mud+jsonNone
    application/multipart-coreNone
    application/mxfNone
    application/nasdataNone
    application/news-checkgroupsNone
    application/news-groupinfoNone
    application/news-transmissionNone
    application/nlsml+xmlNone
    application/nodeNone
    application/n-quadsNone
    application/nssNone
    application/n-triplesNone
    application/oauth-authz-req+jwtNone
    application/oblivious-dns-messageNone
    application/ocsp-requestNone
    application/ocsp-responseNone
    application/octet-streamNone
    application/ODANone
    application/odm+xmlNone
    application/ODXNone
    application/oebps-package+xmlNone
    application/oggNone
    application/ohttp-keysNone
    application/opc-nodeset+xmlNone
    application/oscoreNone
    application/oxpsNone
    application/p21None
    application/p21+zipNone
    application/p2p-overlay+xmlNone
    application/parityfecNone
    application/passportNone
    application/patch-ops-error+xmlNone
    application/pdfNone
    application/PDXNone
    application/pem-certificate-chainNone
    application/pgp-encryptedNone
    application/pgp-keysNone
    application/pgp-signatureNone
    application/pidf+xmlNone
    application/pidf-diff+xmlNone
    application/pkcs10None
    application/pkcs12None
    application/pkcs7-mimeNone
    application/pkcs7-signatureNone
    application/pkcs8None
    application/pkcs8-encryptedNone
    application/pkix-attr-certNone
    application/pkix-certNone
    application/pkixcmpNone
    application/pkix-crlNone
    application/pkix-pkipathNone
    application/pls+xmlNone
    application/poc-settings+xmlNone
    application/postscriptNone
    application/ppsp-tracker+jsonNone
    application/private-token-issuer-directoryNone
    application/private-token-requestNone
    application/private-token-responseNone
    application/problem+jsonNone
    application/problem+xmlNone
    application/provenance+xmlNone
    application/provided-claims+jwtNone
    application/prs.alvestrand.titrax-sheetNone
    application/prs.cwwNone
    application/prs.cynNone
    application/prs.hpub+zipNone
    application/prs.implied-document+xmlNone
    application/prs.implied-executableNone
    application/prs.implied-object+jsonNone
    application/prs.implied-object+json-seqNone
    application/prs.implied-object+yamlNone
    application/prs.implied-structureNone
    application/prs.mayfileNone
    application/prs.nprendNone
    application/prs.pluckerNone
    application/prs.rdf-xml-cryptNone
    application/prs.vcfbzip2None
    application/prs.xsf+xmlNone
    application/pskc+xmlNone
    application/pvd+jsonNone
    application/QSIGNone
    application/raptorfecNone
    application/rdap+jsonNone
    application/rdf+xmlNone
    application/reginfo+xmlNone
    application/relax-ng-compact-syntaxNone
    application/remote-printingNone
    application/reputon+jsonNone
    application/resolve-response+jwtNone
    application/resource-lists+xmlNone
    application/resource-lists-diff+xmlNone
    application/rfc+xmlNone
    application/riscosNone
    application/rlmi+xmlNone
    application/rls-services+xmlNone
    application/route-apd+xmlNone
    application/route-s-tsid+xmlNone
    application/route-usd+xmlNone
    application/rpki-checklistNone
    application/rpki-ghostbustersNone
    application/rpki-manifestNone
    application/rpki-publicationNone
    application/rpki-roaNone
    application/rpki-signed-talNone
    application/rpki-updownNone
    application/rtfNone
    application/rtploopbackNone
    application/rtxNone
    application/samlassertion+xmlNone
    application/samlmetadata+xmlNone
    application/sarif+jsonNone
    application/sarif-external-properties+jsonNone
    application/sbeNone
    application/sbml+xmlNone
    application/scaip+xmlNone
    application/scim+jsonNone
    application/scvp-cv-requestNone
    application/scvp-cv-responseNone
    application/scvp-vp-requestNone
    application/scvp-vp-responseNone
    application/sdpNone
    application/secevent+jwtNone
    application/senml+cborNone
    application/senml+jsonNone
    application/senml+xmlNone
    application/senml-etch+cborNone
    application/senml-etch+jsonNone
    application/senml-exiNone
    application/sensml+cborNone
    application/sensml+jsonNone
    application/sensml+xmlNone
    application/sensml-exiNone
    application/sep+xmlNone
    application/sep-exiNone
    application/session-infoNone
    application/set-paymentNone
    application/set-payment-initiationNone
    application/set-registrationNone
    application/set-registration-initiationNone
    application/SGMLNone
    application/sgml-open-catalogNone
    application/shf+xmlNone
    application/sieveNone
    application/simple-filter+xmlNone
    application/simple-message-summaryNone
    application/simpleSymbolContainerNone
    application/sipcNone
    application/slateNone
    application/smilNone
    application/smil+xmlNone
    application/smpte336mNone
    application/soap+fastinfosetNone
    application/soap+xmlNone
    application/sparql-queryNone
    application/sparql-results+xmlNone
    application/spdx+jsonNone
    application/spirits-event+xmlNone
    application/sqlNone
    application/srgsNone
    application/srgs+xmlNone
    application/sru+xmlNone
    application/sslkeylogfileNone
    application/ssml+xmlNone
    application/ST2110-41None
    application/stix+jsonNone
    application/stratumNone
    application/swid+cborNone
    application/swid+xmlNone
    application/tamp-apex-updateNone
    application/tamp-apex-update-confirmNone
    application/tamp-community-updateNone
    application/tamp-community-update-confirmNone
    application/tamp-errorNone
    application/tamp-sequence-adjustNone
    application/tamp-sequence-adjust-confirmNone
    application/tamp-status-queryNone
    application/tamp-status-responseNone
    application/tamp-updateNone
    application/tamp-update-confirmNone
    application/taxii+jsonNone
    application/td+jsonNone
    application/tei+xmlNone
    application/TETRA_ISINone
    application/thraud+xmlNone
    application/timestamped-dataNone
    application/timestamp-queryNone
    application/timestamp-replyNone
    application/tlsrpt+gzipNone
    application/tlsrpt+jsonNone
    application/tm+jsonNone
    application/tnauthlistNone
    application/toc+cborNone
    application/token-introspection+jwtNone
    application/tomlNone
    application/trickle-ice-sdpfragNone
    application/trigNone
    application/trust-chain+jsonNone
    application/trust-mark+jwtNone
    application/trust-mark-delegation+jwtNone
    application/ttml+xmlNone
    application/tve-triggerNone
    application/tzifNone
    application/tzif-leapNone
    application/uccs+cborNone
    application/ujcs+jsonNone
    application/ulpfecNone
    application/urc-grpsheet+xmlNone
    application/urc-ressheet+xmlNone
    application/urc-targetdesc+xmlNone
    application/urc-uisocketdesc+xmlNone
    application/vcNone
    application/vc+coseNone
    application/vc+jwtNone
    application/vcard+jsonNone
    application/vcard+xmlNone
    application/vemmiNone
    application/vnd.1000minds.decision-model+xmlNone
    application/vnd.1obNone
    application/vnd.3gpp.5gnasNone
    application/vnd.3gpp.5gsa2xNone
    application/vnd.3gpp.5gsa2x-local-service-informationNone
    application/vnd.3gpp.5gsv2xNone
    application/vnd.3gpp.5gsv2x-local-service-informationNone
    application/vnd.3gpp.access-transfer-events+xmlNone
    application/vnd.3gpp.bsf+xmlNone
    application/vnd.3gpp.crs+xmlNone
    application/vnd.3gpp.current-location-discovery+xmlNone
    application/vnd.3gpp.GMOP+xmlNone
    application/vnd.3gpp.gtpcNone
    application/vnd.3gpp.interworking-dataNone
    application/vnd.3gpp.lppNone
    application/vnd.3gpp.mcdata-affiliation-command+xmlNone
    application/vnd.3gpp.mcdata-info+xmlNone
    application/vnd.3gpp.mcdata-msgstore-ctrl-request+xmlNone
    application/vnd.3gpp.mcdata-payloadNone
    application/vnd.3gpp.mcdata-regroup+xmlNone
    application/vnd.3gpp.mcdata-service-config+xmlNone
    application/vnd.3gpp.mcdata-signallingNone
    application/vnd.3gpp.mcdata-ue-config+xmlNone
    application/vnd.3gpp.mcdata-user-profile+xmlNone
    application/vnd.3gpp.mcptt-affiliation-command+xmlNone
    application/vnd.3gpp.mcptt-floor-request+xmlNone
    application/vnd.3gpp.mcptt-info+xmlNone
    application/vnd.3gpp.mcptt-location-info+xmlNone
    application/vnd.3gpp.mcptt-mbms-usage-info+xmlNone
    application/vnd.3gpp.mcptt-regroup+xmlNone
    application/vnd.3gpp.mcptt-service-config+xmlNone
    application/vnd.3gpp.mcptt-signed+xmlNone
    application/vnd.3gpp.mcptt-ue-config+xmlNone
    application/vnd.3gpp.mcptt-ue-init-config+xmlNone
    application/vnd.3gpp.mcptt-user-profile+xmlNone
    application/vnd.3gpp.mc-signalling-earNone
    application/vnd.3gpp.mcvideo-affiliation-command+xmlNone
    application/vnd.3gpp.mcvideo-affiliation-info+xmlNone
    application/vnd.3gpp.mcvideo-info+xmlNone
    application/vnd.3gpp.mcvideo-location-info+xmlNone
    application/vnd.3gpp.mcvideo-mbms-usage-info+xmlNone
    application/vnd.3gpp.mcvideo-regroup+xmlNone
    application/vnd.3gpp.mcvideo-service-config+xmlNone
    application/vnd.3gpp.mcvideo-transmission-request+xmlNone
    application/vnd.3gpp.mcvideo-ue-config+xmlNone
    application/vnd.3gpp.mcvideo-user-profile+xmlNone
    application/vnd.3gpp.mid-call+xmlNone
    application/vnd.3gpp.ngapNone
    application/vnd.3gpp.pfcpNone
    application/vnd.3gpp.pic-bw-largeNone
    application/vnd.3gpp.pic-bw-smallNone
    application/vnd.3gpp.pic-bw-varNone
    application/vnd.3gpp.pinapp-info+xmlNone
    application/vnd.3gpp.s1apNone
    application/vnd.3gpp.seal-group-doc+xmlNone
    application/vnd.3gpp.seal-info+xmlNone
    application/vnd.3gpp.seal-location-info+xmlNone
    application/vnd.3gpp.seal-mbms-usage-info+xmlNone
    application/vnd.3gpp.seal-network-QoS-management-info+xmlNone
    application/vnd.3gpp.seal-ue-config-info+xmlNone
    application/vnd.3gpp.seal-unicast-info+xmlNone
    application/vnd.3gpp.seal-user-profile-info+xmlNone
    application/vnd.3gpp.smsNone
    application/vnd.3gpp.sms+xmlNone
    application/vnd.3gpp.srvcc-ext+xmlNone
    application/vnd.3gpp.SRVCC-info+xmlNone
    application/vnd.3gpp.state-and-event-info+xmlNone
    application/vnd.3gpp.ussd+xmlNone
    application/vnd.3gpp.v2xNone
    application/vnd.3gpp.vae-info+xmlNone
    application/vnd.3gpp2.bcmcsinfo+xmlNone
    application/vnd.3gpp2.smsNone
    application/vnd.3gpp2.tcapNone
    application/vnd.3gpp-prose+xmlNone
    application/vnd.3gpp-prose-pc3a+xmlNone
    application/vnd.3gpp-prose-pc3ach+xmlNone
    application/vnd.3gpp-prose-pc3ch+xmlNone
    application/vnd.3gpp-prose-pc8+xmlNone
    application/vnd.3gpp-v2x-local-service-informationNone
    application/vnd.3lightssoftware.imagescalNone
    application/vnd.3M.Post-it-NotesNone
    application/vnd.accpac.simply.asoNone
    application/vnd.accpac.simply.impNone
    application/vnd.acm.addressxfer+jsonNone
    application/vnd.acm.chatbot+jsonNone
    application/vnd.acucobolNone
    application/vnd.acucorpNone
    application/vnd.adobe.flash.movieNone
    application/vnd.adobe.formscentral.fcdtNone
    application/vnd.adobe.fxpNone
    application/vnd.adobe.partial-uploadNone
    application/vnd.adobe.xdp+xmlNone
    application/vnd.aether.impNone
    application/vnd.afpc.afplinedataNone
    application/vnd.afpc.afplinedata-pagedefNone
    application/vnd.afpc.cmoca-cmresourceNone
    application/vnd.afpc.foca-charsetNone
    application/vnd.afpc.foca-codedfontNone
    application/vnd.afpc.foca-codepageNone
    application/vnd.afpc.modcaNone
    application/vnd.afpc.modca-cmtableNone
    application/vnd.afpc.modca-formdefNone
    application/vnd.afpc.modca-mediummapNone
    application/vnd.afpc.modca-objectcontainerNone
    application/vnd.afpc.modca-overlayNone
    application/vnd.afpc.modca-pagesegmentNone
    application/vnd.ageNone
    application/vnd.ah-barcodeNone
    application/vnd.ahead.spaceNone
    application/vnd.airzip.filesecure.azfNone
    application/vnd.airzip.filesecure.azsNone
    application/vnd.amadeus+jsonNone
    application/vnd.amazon.mobi8-ebookNone
    application/vnd.americandynamics.accNone
    application/vnd.amiga.amiNone
    application/vnd.amundsen.maze+xmlNone
    application/vnd.android.otaNone
    application/vnd.ankiNone
    application/vnd.anser-web-certificate-issue-initiationNone
    application/vnd.antix.game-componentNone
    application/vnd.apache.arrow.fileNone
    application/vnd.apache.arrow.streamNone
    application/vnd.apache.parquetNone
    application/vnd.apache.thrift.binaryNone
    application/vnd.apache.thrift.compactNone
    application/vnd.apache.thrift.jsonNone
    application/vnd.apexlangNone
    application/vnd.api+jsonNone
    application/vnd.aplextor.warrp+jsonNone
    application/vnd.apothekende.reservation+jsonNone
    application/vnd.apple.installer+xmlNone
    application/vnd.apple.keynoteNone
    application/vnd.apple.mpegurlNone
    application/vnd.apple.numbersNone
    application/vnd.apple.pagesNone
    application/vnd.arastra.swiNone
    application/vnd.aristanetworks.swiNone
    application/vnd.artisan+jsonNone
    application/vnd.artsquareNone
    application/vnd.astraea-software.iotaNone
    application/vnd.audiographNone
    application/vnd.autopackageNone
    application/vnd.avalon+jsonNone
    application/vnd.avistar+xmlNone
    application/vnd.balsamiq.bmml+xmlNone
    application/vnd.balsamiq.bmprNone
    application/vnd.banana-accountingNone
    application/vnd.bbf.usp.errorNone
    application/vnd.bbf.usp.msgNone
    application/vnd.bbf.usp.msg+jsonNone
    application/vnd.bekitzur-stech+jsonNone
    application/vnd.belightsoft.lhzd+zipNone
    application/vnd.belightsoft.lhzl+zipNone
    application/vnd.bint.med-contentNone
    application/vnd.biopax.rdf+xmlNone
    application/vnd.blink-idb-value-wrapperNone
    application/vnd.blueice.multipassNone
    application/vnd.bluetooth.ep.oobNone
    application/vnd.bluetooth.le.oobNone
    application/vnd.bmiNone
    application/vnd.bpfNone
    application/vnd.bpf3None
    application/vnd.businessobjectsNone
    application/vnd.byu.uapi+jsonNone
    application/vnd.bzip3None
    application/vnd.c3voc.schedule+xmlNone
    application/vnd.cab-jscriptNone
    application/vnd.canon-cpdlNone
    application/vnd.canon-lipsNone
    application/vnd.capasystems-pg+jsonNone
    application/vnd.cendio.thinlinc.clientconfNone
    application/vnd.century-systems.tcp_streamNone
    application/vnd.chemdraw+xmlNone
    application/vnd.chess-pgnNone
    application/vnd.chipnuts.karaoke-mmdNone
    application/vnd.ciediNone
    application/vnd.cinderellaNone
    application/vnd.cirpack.isdn-extNone
    application/vnd.citationstyles.style+xmlNone
    application/vnd.claymoreNone
    application/vnd.cloanto.rp9None
    application/vnd.clonk.c4groupNone
    application/vnd.cluetrust.cartomobile-configNone
    application/vnd.cluetrust.cartomobile-config-pkgNone
    application/vnd.cncf.helm.chart.content.v1.tar+gzipNone
    application/vnd.cncf.helm.chart.provenance.v1.provNone
    application/vnd.cncf.helm.config.v1+jsonNone
    application/vnd.coffeescriptNone
    application/vnd.collabio.xodocuments.documentNone
    application/vnd.collabio.xodocuments.document-templateNone
    application/vnd.collabio.xodocuments.presentationNone
    application/vnd.collabio.xodocuments.presentation-templateNone
    application/vnd.collabio.xodocuments.spreadsheetNone
    application/vnd.collabio.xodocuments.spreadsheet-templateNone
    application/vnd.collection.doc+jsonNone
    application/vnd.collection.next+jsonNone
    application/vnd.collection+jsonNone
    application/vnd.comicbook+zipNone
    application/vnd.comicbook-rarNone
    application/vnd.commerce-battelleNone
    application/vnd.commonspaceNone
    application/vnd.contact.cmsgNone
    application/vnd.coreos.ignition+jsonNone
    application/vnd.cosmocallerNone
    application/vnd.crick.clickerNone
    application/vnd.crick.clicker.keyboardNone
    application/vnd.crick.clicker.paletteNone
    application/vnd.crick.clicker.templateNone
    application/vnd.crick.clicker.wordbankNone
    application/vnd.criticaltools.wbs+xmlNone
    application/vnd.cryptii.pipe+jsonNone
    application/vnd.cryptomator.encryptedNone
    application/vnd.cryptomator.vaultNone
    application/vnd.crypto-shade-fileNone
    application/vnd.ctc-posmlNone
    application/vnd.ctct.ws+xmlNone
    application/vnd.cups-pdfNone
    application/vnd.cups-postscriptNone
    application/vnd.cups-ppdNone
    application/vnd.cups-rasterNone
    application/vnd.cups-rawNone
    application/vnd.curlNone
    application/vnd.cyan.dean.root+xmlNone
    application/vnd.cybankNone
    application/vnd.cyclonedx+jsonNone
    application/vnd.cyclonedx+xmlNone
    application/vnd.d2l.coursepackage1p0+zipNone
    application/vnd.d3m-datasetNone
    application/vnd.d3m-problemNone
    application/vnd.dartNone
    application/vnd.datalogNone
    application/vnd.datapackage+jsonNone
    application/vnd.dataresource+jsonNone
    application/vnd.data-vision.rdzNone
    application/vnd.dbfNone
    application/vnd.dcmp+xmlNone
    application/vnd.debian.binary-packageNone
    application/vnd.dece.dataNone
    application/vnd.dece.ttml+xmlNone
    application/vnd.dece.unspecifiedNone
    application/vnd.dece.zipNone
    application/vnd.denovo.fcselayout-linkNone
    application/vnd.desmume.movieNone
    application/vnd.dir-bi.plate-dl-nosuffixNone
    application/vnd.dm.delegation+xmlNone
    application/vnd.dnaNone
    application/vnd.document+jsonNone
    application/vnd.dolby.mobile.1None
    application/vnd.dolby.mobile.2None
    application/vnd.doremir.scorecloud-binary-documentNone
    application/vnd.dpgraphNone
    application/vnd.dreamfactoryNone
    application/vnd.drive+jsonNone
    application/vnd.dtg.localNone
    application/vnd.dtg.local.flashNone
    application/vnd.dtg.local.htmlNone
    application/vnd.dvb.aitNone
    application/vnd.dvb.dvbisl+xmlNone
    application/vnd.dvb.dvbjNone
    application/vnd.dvb.esgcontainerNone
    application/vnd.dvb.ipdcdftnotifaccessNone
    application/vnd.dvb.ipdcesgaccessNone
    application/vnd.dvb.ipdcesgaccess2None
    application/vnd.dvb.ipdcesgpddNone
    application/vnd.dvb.ipdcroamingNone
    application/vnd.dvb.iptv.alfec-baseNone
    application/vnd.dvb.iptv.alfec-enhancementNone
    application/vnd.dvb.notif-aggregate-root+xmlNone
    application/vnd.dvb.notif-container+xmlNone
    application/vnd.dvb.notif-generic+xmlNone
    application/vnd.dvb.notif-ia-msglist+xmlNone
    application/vnd.dvb.notif-ia-registration-request+xmlNone
    application/vnd.dvb.notif-ia-registration-response+xmlNone
    application/vnd.dvb.notif-init+xmlNone
    application/vnd.dvb.pfrNone
    application/vnd.dvb.serviceNone
    application/vnd.dxrNone
    application/vnd.dynageoNone
    application/vnd.dzrNone
    application/vnd.easykaraoke.cdgdownloadNone
    application/vnd.ecdis-updateNone
    application/vnd.ecip.rlpNone
    application/vnd.eclipse.ditto+jsonNone
    application/vnd.ecowin.chartNone
    application/vnd.ecowin.filerequestNone
    application/vnd.ecowin.fileupdateNone
    application/vnd.ecowin.seriesNone
    application/vnd.ecowin.seriesrequestNone
    application/vnd.ecowin.seriesupdateNone
    application/vnd.efi.imgNone
    application/vnd.efi.isoNone
    application/vnd.eln+zipNone
    application/vnd.emclient.accessrequest+xmlNone
    application/vnd.enlivenNone
    application/vnd.enphase.envoyNone
    application/vnd.eprints.data+xmlNone
    application/vnd.epson.esfNone
    application/vnd.epson.msfNone
    application/vnd.epson.quickanimeNone
    application/vnd.epson.saltNone
    application/vnd.epson.ssfNone
    application/vnd.ericsson.quickcallNone
    application/vnd.erofsNone
    application/vnd.espass-espass+zipNone
    application/vnd.eszigno3+xmlNone
    application/vnd.etsi.aoc+xmlNone
    application/vnd.etsi.asic-e+zipNone
    application/vnd.etsi.asic-s+zipNone
    application/vnd.etsi.cug+xmlNone
    application/vnd.etsi.iptvcommand+xmlNone
    application/vnd.etsi.iptvdiscovery+xmlNone
    application/vnd.etsi.iptvprofile+xmlNone
    application/vnd.etsi.iptvsad-bc+xmlNone
    application/vnd.etsi.iptvsad-cod+xmlNone
    application/vnd.etsi.iptvsad-npvr+xmlNone
    application/vnd.etsi.iptvservice+xmlNone
    application/vnd.etsi.iptvsync+xmlNone
    application/vnd.etsi.iptvueprofile+xmlNone
    application/vnd.etsi.mcid+xmlNone
    application/vnd.etsi.mheg5None
    application/vnd.etsi.overload-control-policy-dataset+xmlNone
    application/vnd.etsi.pstn+xmlNone
    application/vnd.etsi.sci+xmlNone
    application/vnd.etsi.simservs+xmlNone
    application/vnd.etsi.timestamp-tokenNone
    application/vnd.etsi.tsl.derNone
    application/vnd.etsi.tsl+xmlNone
    application/vnd.eu.kasparian.car+jsonNone
    application/vnd.eudora.dataNone
    application/vnd.evolv.ecig.profileNone
    application/vnd.evolv.ecig.settingsNone
    application/vnd.evolv.ecig.themeNone
    application/vnd.exstream-empower+zipNone
    application/vnd.exstream-packageNone
    application/vnd.ezpix-albumNone
    application/vnd.ezpix-packageNone
    application/vnd.familysearch.gedcom+zipNone
    application/vnd.fastcopy-disk-imageNone
    application/vnd.fdsn.mseedNone
    application/vnd.fdsn.seedNone
    application/vnd.fdsn.stationxml+xmlNone
    application/vnd.ffsnsNone
    application/vnd.ficlab.flb+zipNone
    application/vnd.filmit.zfcNone
    application/vnd.fintsNone
    application/vnd.firemonkeys.cloudcellNone
    application/vnd.FloGraphItNone
    application/vnd.fluxtime.clipNone
    application/vnd.font-fontforge-sfdNone
    application/vnd.framemakerNone
    application/vnd.freelog.comicNone
    application/vnd.frogans.fncNone
    application/vnd.frogans.ltfNone
    application/vnd.fsc.weblaunchNone
    application/vnd.f-secure.mobileNone
    application/vnd.fujifilm.fb.docuworksNone
    application/vnd.fujifilm.fb.docuworks.binderNone
    application/vnd.fujifilm.fb.docuworks.containerNone
    application/vnd.fujifilm.fb.jfi+xmlNone
    application/vnd.fujitsu.oasysNone
    application/vnd.fujitsu.oasys2None
    application/vnd.fujitsu.oasys3None
    application/vnd.fujitsu.oasysgpNone
    application/vnd.fujitsu.oasysprsNone
    application/vnd.fujixerox.ART4None
    application/vnd.fujixerox.ART-EXNone
    application/vnd.fujixerox.dddNone
    application/vnd.fujixerox.docuworksNone
    application/vnd.fujixerox.docuworks.binderNone
    application/vnd.fujixerox.docuworks.containerNone
    application/vnd.fujixerox.HBPLNone
    application/vnd.fut-misnetNone
    application/vnd.futoin+cborNone
    application/vnd.futoin+jsonNone
    application/vnd.fuzzysheetNone
    application/vnd.ga4gh.passport+jwtNone
    application/vnd.genomatix.tuxedoNone
    application/vnd.genozipNone
    application/vnd.gentics.grd+jsonNone
    application/vnd.gentoo.catmetadata+xmlNone
    application/vnd.gentoo.ebuildNone
    application/vnd.gentoo.eclassNone
    application/vnd.gentoo.gpkgNone
    application/vnd.gentoo.manifestNone
    application/vnd.gentoo.pkgmetadata+xmlNone
    application/vnd.gentoo.xpakNone
    application/vnd.geo+jsonNone
    application/vnd.geocube+xmlNone
    application/vnd.geogebra.fileNone
    application/vnd.geogebra.pinboardNone
    application/vnd.geogebra.slidesNone
    application/vnd.geogebra.toolNone
    application/vnd.geometry-explorerNone
    application/vnd.geonextNone
    application/vnd.geoplanNone
    application/vnd.geospaceNone
    application/vnd.gerberNone
    application/vnd.globalplatform.card-content-mgtNone
    application/vnd.globalplatform.card-content-mgt-responseNone
    application/vnd.gmxNone
    application/vnd.gnu.taler.exchange+jsonNone
    application/vnd.gnu.taler.merchant+jsonNone
    application/vnd.google-earth.kml+xmlNone
    application/vnd.google-earth.kmzNone
    application/vnd.gov.sk.e-form+xmlNone
    application/vnd.gov.sk.e-form+zipNone
    application/vnd.gov.sk.xmldatacontainer+xmlNone
    application/vnd.gpxsee.map+xmlNone
    application/vnd.grafeqNone
    application/vnd.gridmpNone
    application/vnd.groove-accountNone
    application/vnd.groove-helpNone
    application/vnd.groove-identity-messageNone
    application/vnd.groove-injectorNone
    application/vnd.groove-tool-messageNone
    application/vnd.groove-tool-templateNone
    application/vnd.groove-vcardNone
    application/vnd.hal+jsonNone
    application/vnd.hal+xmlNone
    application/vnd.HandHeld-Entertainment+xmlNone
    application/vnd.hbciNone
    application/vnd.hc+jsonNone
    application/vnd.hcl-bireportsNone
    application/vnd.hdtNone
    application/vnd.heroku+jsonNone
    application/vnd.hhe.lesson-playerNone
    application/vnd.hp-HPGLNone
    application/vnd.hp-hpidNone
    application/vnd.hp-hpsNone
    application/vnd.hp-jlytNone
    application/vnd.hp-PCLNone
    application/vnd.hp-PCLXLNone
    application/vnd.hslNone
    application/vnd.httphoneNone
    application/vnd.hydrostatix.sof-dataNone
    application/vnd.hyper+jsonNone
    application/vnd.hyperdrive+jsonNone
    application/vnd.hyper-item+jsonNone
    application/vnd.hzn-3d-crosswordNone
    application/vnd.ibm.afplinedataNone
    application/vnd.ibm.electronic-mediaNone
    application/vnd.ibm.MiniPayNone
    application/vnd.ibm.modcapNone
    application/vnd.ibm.rights-managementNone
    application/vnd.ibm.secure-containerNone
    application/vnd.iccprofileNone
    application/vnd.ieee.1905None
    application/vnd.igloaderNone
    application/vnd.imagemeter.folder+zipNone
    application/vnd.imagemeter.image+zipNone
    application/vnd.immervision-ivpNone
    application/vnd.immervision-ivuNone
    application/vnd.ims.imsccv1p1None
    application/vnd.ims.imsccv1p2None
    application/vnd.ims.imsccv1p3None
    application/vnd.ims.lis.v2.result+jsonNone
    application/vnd.ims.lti.v2.toolconsumerprofile+jsonNone
    application/vnd.ims.lti.v2.toolproxy.id+jsonNone
    application/vnd.ims.lti.v2.toolproxy+jsonNone
    application/vnd.ims.lti.v2.toolsettings.simple+jsonNone
    application/vnd.ims.lti.v2.toolsettings+jsonNone
    application/vnd.informedcontrol.rms+xmlNone
    application/vnd.informix-visionaryNone
    application/vnd.infotech.projectNone
    application/vnd.infotech.project+xmlNone
    application/vnd.innopath.wamp.notificationNone
    application/vnd.insors.igmNone
    application/vnd.intercon.formnetNone
    application/vnd.intergeoNone
    application/vnd.intertrust.digiboxNone
    application/vnd.intertrust.nncpNone
    application/vnd.intu.qboNone
    application/vnd.intu.qfxNone
    application/vnd.ipfs.ipns-recordNone
    application/vnd.ipld.carNone
    application/vnd.ipld.dag-cborNone
    application/vnd.ipld.dag-jsonNone
    application/vnd.ipld.rawNone
    application/vnd.iptc.g2.catalogitem+xmlNone
    application/vnd.iptc.g2.conceptitem+xmlNone
    application/vnd.iptc.g2.knowledgeitem+xmlNone
    application/vnd.iptc.g2.newsitem+xmlNone
    application/vnd.iptc.g2.newsmessage+xmlNone
    application/vnd.iptc.g2.packageitem+xmlNone
    application/vnd.iptc.g2.planningitem+xmlNone
    application/vnd.ipunplugged.rcprofileNone
    application/vnd.irepository.package+xmlNone
    application/vnd.isac.fcsNone
    application/vnd.iso11783-10+zipNone
    application/vnd.is-xprNone
    application/vnd.jamNone
    application/vnd.japannet-directory-serviceNone
    application/vnd.japannet-jpnstore-wakeupNone
    application/vnd.japannet-payment-wakeupNone
    application/vnd.japannet-registrationNone
    application/vnd.japannet-registration-wakeupNone
    application/vnd.japannet-setstore-wakeupNone
    application/vnd.japannet-verificationNone
    application/vnd.japannet-verification-wakeupNone
    application/vnd.jcp.javame.midlet-rmsNone
    application/vnd.jispNone
    application/vnd.joost.joda-archiveNone
    application/vnd.jsk.isdn-ngnNone
    application/vnd.kahootzNone
    application/vnd.kde.karbonNone
    application/vnd.kde.kchartNone
    application/vnd.kde.kformulaNone
    application/vnd.kde.kivioNone
    application/vnd.kde.kontourNone
    application/vnd.kde.kpresenterNone
    application/vnd.kde.kspreadNone
    application/vnd.kde.kwordNone
    application/vnd.kdlNone
    application/vnd.kenameaappNone
    application/vnd.keyman.kmp+zipNone
    application/vnd.keyman.kmxNone
    application/vnd.kidspirationNone
    application/vnd.KinarNone
    application/vnd.koanNone
    application/vnd.kodak-descriptorNone
    application/vnd.lasNone
    application/vnd.las.las+jsonNone
    application/vnd.las.las+xmlNone
    application/vnd.laszipNone
    application/vnd.ldev.productlicensingNone
    application/vnd.leap+jsonNone
    application/vnd.liberty-request+xmlNone
    application/vnd.llamagraphics.life-balance.desktopNone
    application/vnd.llamagraphics.life-balance.exchange+xmlNone
    application/vnd.logipipe.circuit+zipNone
    application/vnd.loomNone
    application/vnd.lotus-1-2-3None
    application/vnd.lotus-approachNone
    application/vnd.lotus-freelanceNone
    application/vnd.lotus-notesNone
    application/vnd.lotus-organizerNone
    application/vnd.lotus-screencamNone
    application/vnd.lotus-wordproNone
    application/vnd.macports.portpkgNone
    application/vnd.mapbox-vector-tileNone
    application/vnd.marlin.drm.actiontoken+xmlNone
    application/vnd.marlin.drm.conftoken+xmlNone
    application/vnd.marlin.drm.license+xmlNone
    application/vnd.marlin.drm.mdcfNone
    application/vnd.mason+jsonNone
    application/vnd.maxar.archive.3tz+zipNone
    application/vnd.maxmind.maxmind-dbNone
    application/vnd.mcdNone
    application/vnd.mdlNone
    application/vnd.mdl-mbsdfNone
    application/vnd.medcalcdataNone
    application/vnd.mediastation.cdkeyNone
    application/vnd.medicalholodeck.recordxrNone
    application/vnd.meridian-slingshotNone
    application/vnd.mermaidNone
    application/vnd.MFERNone
    application/vnd.mfmpNone
    application/vnd.micro+jsonNone
    application/vnd.micrografx.floNone
    application/vnd.micrografx.igxNone
    application/vnd.microsoft.portable-executableNone
    application/vnd.microsoft.windows.thumbnail-cacheNone
    application/vnd.miele+jsonNone
    application/vnd.mifNone
    application/vnd.minisoft-hp3000-saveNone
    application/vnd.mitsubishi.misty-guard.trustwebNone
    application/vnd.Mobius.DAFNone
    application/vnd.Mobius.DISNone
    application/vnd.Mobius.MBKNone
    application/vnd.Mobius.MQYNone
    application/vnd.Mobius.MSLNone
    application/vnd.Mobius.PLCNone
    application/vnd.Mobius.TXFNone
    application/vnd.modlNone
    application/vnd.mophun.applicationNone
    application/vnd.mophun.certificateNone
    application/vnd.motorola.flexsuiteNone
    application/vnd.motorola.flexsuite.adsiNone
    application/vnd.motorola.flexsuite.fisNone
    application/vnd.motorola.flexsuite.gotapNone
    application/vnd.motorola.flexsuite.kmrNone
    application/vnd.motorola.flexsuite.ttcNone
    application/vnd.motorola.flexsuite.wemNone
    application/vnd.motorola.iprmNone
    application/vnd.mozilla.xul+xmlNone
    application/vnd.ms-3mfdocumentNone
    application/vnd.msa-disk-imageNone
    application/vnd.ms-artgalryNone
    application/vnd.ms-asfNone
    application/vnd.ms-cab-compressedNone
    application/vnd.mseqNone
    application/vnd.ms-excelNone
    application/vnd.ms-excel.addin.macroEnabled.12None
    application/vnd.ms-excel.sheet.binary.macroEnabled.12None
    application/vnd.ms-excel.sheet.macroEnabled.12None
    application/vnd.ms-excel.template.macroEnabled.12None
    application/vnd.ms-fontobjectNone
    application/vnd.msgpackNone
    application/vnd.ms-htmlhelpNone
    application/vnd.msignNone
    application/vnd.ms-imsNone
    application/vnd.ms-lrmNone
    application/vnd.ms-office.activeX+xmlNone
    application/vnd.ms-officethemeNone
    application/vnd.ms-playready.initiator+xmlNone
    application/vnd.ms-powerpointNone
    application/vnd.ms-powerpoint.addin.macroEnabled.12None
    application/vnd.ms-powerpoint.presentation.macroEnabled.12None
    application/vnd.ms-powerpoint.slide.macroEnabled.12None
    application/vnd.ms-powerpoint.slideshow.macroEnabled.12None
    application/vnd.ms-powerpoint.template.macroEnabled.12None
    application/vnd.ms-PrintDeviceCapabilities+xmlNone
    application/vnd.ms-PrintSchemaTicket+xmlNone
    application/vnd.ms-projectNone
    application/vnd.ms-tnefNone
    application/vnd.ms-windows.devicepairingNone
    application/vnd.ms-windows.nwprinting.oobNone
    application/vnd.ms-windows.printerpairingNone
    application/vnd.ms-windows.wsd.oobNone
    application/vnd.ms-wmdrm.lic-chlg-reqNone
    application/vnd.ms-wmdrm.lic-respNone
    application/vnd.ms-wmdrm.meter-chlg-reqNone
    application/vnd.ms-wmdrm.meter-respNone
    application/vnd.ms-word.document.macroEnabled.12None
    application/vnd.ms-word.template.macroEnabled.12None
    application/vnd.ms-worksNone
    application/vnd.ms-wplNone
    application/vnd.ms-xpsdocumentNone
    application/vnd.multiad.creatorNone
    application/vnd.multiad.creator.cifNone
    application/vnd.musicianNone
    application/vnd.music-niffNone
    application/vnd.muvee.styleNone
    application/vnd.mynfcNone
    application/vnd.nacamar.ybrid+jsonNone
    application/vnd.nato.bindingdataobject+cborNone
    application/vnd.nato.bindingdataobject+jsonNone
    application/vnd.nato.bindingdataobject+xmlNone
    application/vnd.nato.openxmlformats-package.iepd+zipNone
    application/vnd.ncd.controlNone
    application/vnd.ncd.referenceNone
    application/vnd.nearst.inv+jsonNone
    application/vnd.nebumind.lineNone
    application/vnd.nervanaNone
    application/vnd.netfpxNone
    application/vnd.neurolanguage.nluNone
    application/vnd.nimnNone
    application/vnd.nintendo.nitro.romNone
    application/vnd.nintendo.snes.romNone
    application/vnd.nitfNone
    application/vnd.noblenet-directoryNone
    application/vnd.noblenet-sealerNone
    application/vnd.noblenet-webNone
    application/vnd.nokia.catalogsNone
    application/vnd.nokia.conml+wbxmlNone
    application/vnd.nokia.conml+xmlNone
    application/vnd.nokia.iptv.config+xmlNone
    application/vnd.nokia.iSDS-radio-presetsNone
    application/vnd.nokia.landmark+wbxmlNone
    application/vnd.nokia.landmark+xmlNone
    application/vnd.nokia.landmarkcollection+xmlNone
    application/vnd.nokia.ncdNone
    application/vnd.nokia.n-gage.ac+xmlNone
    application/vnd.nokia.n-gage.dataNone
    application/vnd.nokia.n-gage.symbian.installNone
    application/vnd.nokia.pcd+wbxmlNone
    application/vnd.nokia.pcd+xmlNone
    application/vnd.nokia.radio-presetNone
    application/vnd.nokia.radio-presetsNone
    application/vnd.novadigm.EDMNone
    application/vnd.novadigm.EDXNone
    application/vnd.novadigm.EXTNone
    application/vnd.ntt-local.content-shareNone
    application/vnd.ntt-local.file-transferNone
    application/vnd.ntt-local.ogw_remote-accessNone
    application/vnd.ntt-local.sip-ta_remoteNone
    application/vnd.ntt-local.sip-ta_tcp_streamNone
    application/vnd.oai.workflowsNone
    application/vnd.oai.workflows+jsonNone
    application/vnd.oai.workflows+yamlNone
    application/vnd.oasis.opendocument.baseNone
    application/vnd.oasis.opendocument.chartNone
    application/vnd.oasis.opendocument.chart-templateNone
    application/vnd.oasis.opendocument.databaseNone
    application/vnd.oasis.opendocument.formulaNone
    application/vnd.oasis.opendocument.formula-templateNone
    application/vnd.oasis.opendocument.graphicsNone
    application/vnd.oasis.opendocument.graphics-templateNone
    application/vnd.oasis.opendocument.imageNone
    application/vnd.oasis.opendocument.image-templateNone
    application/vnd.oasis.opendocument.presentationNone
    application/vnd.oasis.opendocument.presentation-templateNone
    application/vnd.oasis.opendocument.spreadsheetNone
    application/vnd.oasis.opendocument.spreadsheet-templateNone
    application/vnd.oasis.opendocument.textNone
    application/vnd.oasis.opendocument.text-masterNone
    application/vnd.oasis.opendocument.text-master-templateNone
    application/vnd.oasis.opendocument.text-templateNone
    application/vnd.oasis.opendocument.text-webNone
    application/vnd.obnNone
    application/vnd.ocf+cborNone
    application/vnd.oci.image.manifest.v1+jsonNone
    application/vnd.oftn.l10n+jsonNone
    application/vnd.oipf.contentaccessdownload+xmlNone
    application/vnd.oipf.contentaccessstreaming+xmlNone
    application/vnd.oipf.cspg-hexbinaryNone
    application/vnd.oipf.dae.svg+xmlNone
    application/vnd.oipf.dae.xhtml+xmlNone
    application/vnd.oipf.mippvcontrolmessage+xmlNone
    application/vnd.oipf.pae.gemNone
    application/vnd.oipf.spdiscovery+xmlNone
    application/vnd.oipf.spdlist+xmlNone
    application/vnd.oipf.ueprofile+xmlNone
    application/vnd.oipf.userprofile+xmlNone
    application/vnd.olpc-sugarNone
    application/vnd.oma.bcast.associated-procedure-parameter+xmlNone
    application/vnd.oma.bcast.drm-trigger+xmlNone
    application/vnd.oma.bcast.imd+xmlNone
    application/vnd.oma.bcast.ltkmNone
    application/vnd.oma.bcast.notification+xmlNone
    application/vnd.oma.bcast.provisioningtriggerNone
    application/vnd.oma.bcast.sgbootNone
    application/vnd.oma.bcast.sgdd+xmlNone
    application/vnd.oma.bcast.sgduNone
    application/vnd.oma.bcast.simple-symbol-containerNone
    application/vnd.oma.bcast.smartcard-trigger+xmlNone
    application/vnd.oma.bcast.sprov+xmlNone
    application/vnd.oma.bcast.stkmNone
    application/vnd.oma.cab-address-book+xmlNone
    application/vnd.oma.cab-feature-handler+xmlNone
    application/vnd.oma.cab-pcc+xmlNone
    application/vnd.oma.cab-subs-invite+xmlNone
    application/vnd.oma.cab-user-prefs+xmlNone
    application/vnd.oma.dcdNone
    application/vnd.oma.dcdcNone
    application/vnd.oma.dd2+xmlNone
    application/vnd.oma.drm.risd+xmlNone
    application/vnd.oma.group-usage-list+xmlNone
    application/vnd.oma.lwm2m+cborNone
    application/vnd.oma.lwm2m+jsonNone
    application/vnd.oma.lwm2m+tlvNone
    application/vnd.oma.pal+xmlNone
    application/vnd.oma.poc.detailed-progress-report+xmlNone
    application/vnd.oma.poc.final-report+xmlNone
    application/vnd.oma.poc.groups+xmlNone
    application/vnd.oma.poc.invocation-descriptor+xmlNone
    application/vnd.oma.poc.optimized-progress-report+xmlNone
    application/vnd.oma.pushNone
    application/vnd.oma.scidm.messages+xmlNone
    application/vnd.oma.xcap-directory+xmlNone
    application/vnd.omads-email+xmlNone
    application/vnd.omads-file+xmlNone
    application/vnd.omads-folder+xmlNone
    application/vnd.omaloc-supl-initNone
    application/vnd.oma-scws-configNone
    application/vnd.oma-scws-http-requestNone
    application/vnd.oma-scws-http-responseNone
    application/vnd.onepagerNone
    application/vnd.onepagertampNone
    application/vnd.onepagertamxNone
    application/vnd.onepagertatNone
    application/vnd.onepagertatpNone
    application/vnd.onepagertatxNone
    application/vnd.onvif.metadataNone
    application/vnd.openblox.game+xmlNone
    application/vnd.openblox.game-binaryNone
    application/vnd.openeye.oebNone
    application/vnd.openstreetmap.data+xmlNone
    application/vnd.opentimestamps.otsNone
    application/vnd.openvpi.dspx+jsonNone
    application/vnd.openxmlformats-officedocument.custom-properties+xmlNone
    application/vnd.openxmlformats-officedocument.customXmlProperties+xmlNone
    application/vnd.openxmlformats-officedocument.drawing+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.chart+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.diagramData+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xmlNone
    application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xmlNone
    application/vnd.openxmlformats-officedocument.extended-properties+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.comments+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.presentationNone
    application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.presProps+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.slideNone
    application/vnd.openxmlformats-officedocument.presentationml.slide+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.slideshowNone
    application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.tags+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.templateNone
    application/vnd.openxmlformats-officedocument.presentationml.template.main+xmlNone
    application/vnd.openxmlformats-officedocument.presentationml.viewProps+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheetNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.table+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.templateNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xmlNone
    application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xmlNone
    application/vnd.openxmlformats-officedocument.theme+xmlNone
    application/vnd.openxmlformats-officedocument.themeOverride+xmlNone
    application/vnd.openxmlformats-officedocument.vmlDrawingNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.documentNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.templateNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xmlNone
    application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xmlNone
    application/vnd.openxmlformats-package.core-properties+xmlNone
    application/vnd.openxmlformats-package.digital-signature-xmlsignature+xmlNone
    application/vnd.openxmlformats-package.relationships+xmlNone
    application/vnd.oracle.resource+jsonNone
    application/vnd.orange.indataNone
    application/vnd.osa.netdeployNone
    application/vnd.osgeo.mapguide.packageNone
    application/vnd.osgi.bundleNone
    application/vnd.osgi.dpNone
    application/vnd.osgi.subsystemNone
    application/vnd.otps.ct-kip+xmlNone
    application/vnd.oxli.countgraphNone
    application/vnd.pagerduty+jsonNone
    application/vnd.palmNone
    application/vnd.panoplyNone
    application/vnd.paos.xmlNone
    application/vnd.patentdiveNone
    application/vnd.patientecommsdocNone
    application/vnd.pawaafileNone
    application/vnd.pcosNone
    application/vnd.pg.formatNone
    application/vnd.pg.osasliNone
    application/vnd.piaccess.application-licenceNone
    application/vnd.picselNone
    application/vnd.pmi.widgetNone
    application/vnd.poc.group-advertisement+xmlNone
    application/vnd.pocketlearnNone
    application/vnd.powerbuilder6None
    application/vnd.powerbuilder6-sNone
    application/vnd.powerbuilder7None
    application/vnd.powerbuilder75None
    application/vnd.powerbuilder75-sNone
    application/vnd.powerbuilder7-sNone
    application/vnd.preminetNone
    application/vnd.previewsystems.boxNone
    application/vnd.proteus.magazineNone
    application/vnd.psfsNone
    application/vnd.pt.mundusmundiNone
    application/vnd.publishare-delta-treeNone
    application/vnd.pvi.ptid1None
    application/vnd.pwg-multiplexedNone
    application/vnd.pwg-xhtml-print+xmlNone
    application/vnd.qualcomm.brew-app-resNone
    application/vnd.quarantainenetNone
    application/vnd.Quark.QuarkXPressNone
    application/vnd.quobject-quoxdocumentNone
    application/vnd.radisys.moml+xmlNone
    application/vnd.radisys.msml+xmlNone
    application/vnd.radisys.msml-audit+xmlNone
    application/vnd.radisys.msml-audit-conf+xmlNone
    application/vnd.radisys.msml-audit-conn+xmlNone
    application/vnd.radisys.msml-audit-dialog+xmlNone
    application/vnd.radisys.msml-audit-stream+xmlNone
    application/vnd.radisys.msml-conf+xmlNone
    application/vnd.radisys.msml-dialog+xmlNone
    application/vnd.radisys.msml-dialog-base+xmlNone
    application/vnd.radisys.msml-dialog-fax-detect+xmlNone
    application/vnd.radisys.msml-dialog-fax-sendrecv+xmlNone
    application/vnd.radisys.msml-dialog-group+xmlNone
    application/vnd.radisys.msml-dialog-speech+xmlNone
    application/vnd.radisys.msml-dialog-transform+xmlNone
    application/vnd.rainstor.dataNone
    application/vnd.rapidNone
    application/vnd.rarNone
    application/vnd.realvnc.bedNone
    application/vnd.recordare.musicxmlNone
    application/vnd.recordare.musicxml+xmlNone
    application/vnd.relpipeNone
    application/vnd.RenLearn.rlprintNone
    application/vnd.resilient.logicNone
    application/vnd.restful+jsonNone
    application/vnd.rig.cryptonoteNone
    application/vnd.route66.link66+xmlNone
    application/vnd.rs-274xNone
    application/vnd.ruckus.downloadNone
    application/vnd.s3smsNone
    application/vnd.sailingtracker.trackNone
    application/vnd.sarNone
    application/vnd.sbm.cidNone
    application/vnd.sbm.mid2None
    application/vnd.scribusNone
    application/vnd.sealed.3dfNone
    application/vnd.sealed.csfNone
    application/vnd.sealed.docNone
    application/vnd.sealed.emlNone
    application/vnd.sealed.mhtNone
    application/vnd.sealed.netNone
    application/vnd.sealed.pptNone
    application/vnd.sealed.tiffNone
    application/vnd.sealed.xlsNone
    application/vnd.sealedmedia.softseal.htmlNone
    application/vnd.sealedmedia.softseal.pdfNone
    application/vnd.seemailNone
    application/vnd.seis+jsonNone
    application/vnd.semaNone
    application/vnd.semdNone
    application/vnd.semfNone
    application/vnd.shade-save-fileNone
    application/vnd.shana.informed.formdataNone
    application/vnd.shana.informed.formtemplateNone
    application/vnd.shana.informed.interchangeNone
    application/vnd.shana.informed.packageNone
    application/vnd.shootproof+jsonNone
    application/vnd.shopkick+jsonNone
    application/vnd.shpNone
    application/vnd.shxNone
    application/vnd.sigrok.sessionNone
    application/vnd.SimTech-MindMapperNone
    application/vnd.siren+jsonNone
    application/vnd.sketchometryNone
    application/vnd.smafNone
    application/vnd.smart.notebookNone
    application/vnd.smart.teacherNone
    application/vnd.smintio.portals.archiveNone
    application/vnd.snesdev-page-tableNone
    application/vnd.software602.filler.form+xmlNone
    application/vnd.software602.filler.form-xml-zipNone
    application/vnd.solent.sdkm+xmlNone
    application/vnd.spotfire.dxpNone
    application/vnd.spotfire.sfsNone
    application/vnd.sqlite3None
    application/vnd.sss-codNone
    application/vnd.sss-dtfNone
    application/vnd.sss-ntfNone
    application/vnd.stepmania.packageNone
    application/vnd.stepmania.stepchartNone
    application/vnd.street-streamNone
    application/vnd.sun.wadl+xmlNone
    application/vnd.sus-calendarNone
    application/vnd.svdNone
    application/vnd.swiftview-icsNone
    application/vnd.sybyl.mol2None
    application/vnd.sycle+xmlNone
    application/vnd.syft+jsonNone
    application/vnd.syncml.dm.notificationNone
    application/vnd.syncml.dm+wbxmlNone
    application/vnd.syncml.dm+xmlNone
    application/vnd.syncml.dmddf+wbxmlNone
    application/vnd.syncml.dmddf+xmlNone
    application/vnd.syncml.dmtnds+wbxmlNone
    application/vnd.syncml.dmtnds+xmlNone
    application/vnd.syncml.ds.notificationNone
    application/vnd.syncml+xmlNone
    application/vnd.tableschema+jsonNone
    application/vnd.tao.intent-module-archiveNone
    application/vnd.tcpdump.pcapNone
    application/vnd.think-cell.ppttc+jsonNone
    application/vnd.tmd.mediaflex.api+xmlNone
    application/vnd.tmlNone
    application/vnd.tmobile-livetvNone
    application/vnd.tri.onesourceNone
    application/vnd.trid.tptNone
    application/vnd.triscape.mxsNone
    application/vnd.trueappNone
    application/vnd.truedocNone
    application/vnd.ubisoft.webplayerNone
    application/vnd.ufdlNone
    application/vnd.uic.osdm+jsonNone
    application/vnd.uiq.themeNone
    application/vnd.umajinNone
    application/vnd.unityNone
    application/vnd.uoml+xmlNone
    application/vnd.uplanet.alertNone
    application/vnd.uplanet.alert-wbxmlNone
    application/vnd.uplanet.bearer-choiceNone
    application/vnd.uplanet.bearer-choice-wbxmlNone
    application/vnd.uplanet.cacheopNone
    application/vnd.uplanet.cacheop-wbxmlNone
    application/vnd.uplanet.channelNone
    application/vnd.uplanet.channel-wbxmlNone
    application/vnd.uplanet.listNone
    application/vnd.uplanet.listcmdNone
    application/vnd.uplanet.listcmd-wbxmlNone
    application/vnd.uplanet.list-wbxmlNone
    application/vnd.uplanet.signalNone
    application/vnd.uri-mapNone
    application/vnd.valve.source.materialNone
    application/vnd.vcxNone
    application/vnd.vd-studyNone
    application/vnd.vectorworksNone
    application/vnd.vel+jsonNone
    application/vnd.veraison.tsm-report+cborNone
    application/vnd.veraison.tsm-report+jsonNone
    application/vnd.verimatrix.vcasNone
    application/vnd.veritone.aion+jsonNone
    application/vnd.veryant.thinNone
    application/vnd.ves.encryptedNone
    application/vnd.vidsoft.vidconferenceNone
    application/vnd.visioNone
    application/vnd.visionaryNone
    application/vnd.vividence.scriptfileNone
    application/vnd.vocalshaper.vsp4None
    application/vnd.vsfNone
    application/vnd.wap.sicNone
    application/vnd.wap.slcNone
    application/vnd.wap.wbxmlNone
    application/vnd.wap.wmlcNone
    application/vnd.wap.wmlscriptcNone
    application/vnd.wasmflow.waflNone
    application/vnd.webturboNone
    application/vnd.wfa.dppNone
    application/vnd.wfa.p2pNone
    application/vnd.wfa.wscNone
    application/vnd.windows.devicepairingNone
    application/vnd.wmcNone
    application/vnd.wmf.bootstrapNone
    application/vnd.wolfram.mathematicaNone
    application/vnd.wolfram.mathematica.packageNone
    application/vnd.wolfram.playerNone
    application/vnd.wordliftNone
    application/vnd.wordperfectNone
    application/vnd.wqdNone
    application/vnd.wrq-hp3000-labelledNone
    application/vnd.wt.stfNone
    application/vnd.wv.csp+wbxmlNone
    application/vnd.wv.csp+xmlNone
    application/vnd.wv.ssp+xmlNone
    application/vnd.xacml+jsonNone
    application/vnd.xaraNone
    application/vnd.xarin.cpjNone
    application/vnd.xecrets-encryptedNone
    application/vnd.xfdlNone
    application/vnd.xfdl.webformNone
    application/vnd.xmi+xmlNone
    application/vnd.xmpie.cpkgNone
    application/vnd.xmpie.dpkgNone
    application/vnd.xmpie.planNone
    application/vnd.xmpie.ppkgNone
    application/vnd.xmpie.xlimNone
    application/vnd.yamaha.hv-dicNone
    application/vnd.yamaha.hv-scriptNone
    application/vnd.yamaha.hv-voiceNone
    application/vnd.yamaha.openscoreformatNone
    application/vnd.yamaha.openscoreformat.osfpvg+xmlNone
    application/vnd.yamaha.remote-setupNone
    application/vnd.yamaha.smaf-audioNone
    application/vnd.yamaha.smaf-phraseNone
    application/vnd.yamaha.through-ngnNone
    application/vnd.yamaha.tunnel-udpencapNone
    application/vnd.yaowemeNone
    application/vnd.yellowriver-custom-menuNone
    application/vnd.youtube.ytNone
    application/vnd.zulNone
    application/vnd.zzazz.deck+xmlNone
    application/voicexml+xmlNone
    application/voucher-cms+jsonNone
    application/voucher-jws+jsonNone
    application/vpNone
    application/vp+coseNone
    application/vp+jwtNone
    application/vq-rtcpxrNone
    application/wasmNone
    application/watcherinfo+xmlNone
    application/webpush-options+jsonNone
    application/whoispp-queryNone
    application/whoispp-responseNone
    application/widgetNone
    application/witaNone
    application/wordperfect5.1None
    application/wsdl+xmlNone
    application/wspolicy+xmlNone
    application/x400-bpNone
    application/xacml+xmlNone
    application/xcap-att+xmlNone
    application/xcap-caps+xmlNone
    application/xcap-diff+xmlNone
    application/xcap-el+xmlNone
    application/xcap-error+xmlNone
    application/xcap-ns+xmlNone
    application/xcon-conference-info+xmlNone
    application/xcon-conference-info-diff+xmlNone
    application/xenc+xmlNone
    application/xfdfNone
    application/xhtml+xmlNone
    application/xliff+xmlNone
    application/xmlNone
    application/xml-dtdNone
    application/xml-external-parsed-entityNone
    application/xml-patch+xmlNone
    application/xmpp+xmlNone
    application/xop+xmlNone
    application/x-pki-messageNone
    application/xslt+xmlNone
    application/xv+xmlNone
    application/x-www-form-urlencodedNone
    application/x-x509-ca-certNone
    application/x-x509-ca-ra-certNone
    application/x-x509-next-ca-certNone
    application/yamlNone
    application/yangNone
    application/yang-data+cborNone
    application/yang-data+jsonNone
    application/yang-data+xmlNone
    application/yang-patch+jsonNone
    application/yang-patch+xmlNone
    application/yang-sid+jsonNone
    application/yin+xmlNone
    application/zipNone
    application/zlibNone
    application/zstdNone
    audio/1d-interleaved-parityfecNone
    audio/32kadpcmNone
    audio/3gppNone
    audio/3gpp2None
    audio/aacNone
    audio/ac3None
    audio/AMRNone
    audio/AMR-WBNone
    audio/amr-wb+None
    audio/aptxNone
    audio/ascNone
    audio/ATRAC3None
    audio/ATRAC-ADVANCED-LOSSLESSNone
    audio/ATRAC-XNone
    audio/basicNone
    audio/BV16None
    audio/BV32None
    audio/clearmodeNone
    audio/CNNone
    audio/DAT12None
    audio/dlsNone
    audio/dsr-es201108None
    audio/dsr-es202050None
    audio/dsr-es202211None
    audio/dsr-es202212None
    audio/DVNone
    audio/DVI4None
    audio/eac3None
    audio/encaprtpNone
    audio/EVRCNone
    audio/EVRC0None
    audio/EVRC1None
    audio/EVRCBNone
    audio/EVRCB0None
    audio/EVRCB1None
    audio/EVRCNWNone
    audio/EVRCNW0None
    audio/EVRCNW1None
    audio/EVRC-QCPNone
    audio/EVRCWBNone
    audio/EVRCWB0None
    audio/EVRCWB1None
    audio/EVSNone
    audio/exampleNone
    audio/flacNone
    audio/flexfecNone
    audio/fwdredNone
    audio/G711-0None
    audio/G719None
    audio/G722None
    audio/G7221None
    audio/G723None
    audio/G726-16None
    audio/G726-24None
    audio/G726-32None
    audio/G726-40None
    audio/G728None
    audio/G729None
    audio/G7291None
    audio/G729DNone
    audio/G729ENone
    audio/GSMNone
    audio/GSM-EFRNone
    audio/GSM-HR-08None
    audio/iLBCNone
    audio/ip-mr_v2.5None
    audio/L16None
    audio/L20None
    audio/L24None
    audio/L8None
    audio/LPCNone
    audio/matroskaNone
    audio/MELPNone
    audio/MELP1200None
    audio/MELP2400None
    audio/MELP600None
    audio/mhasNone
    audio/midi-clipNone
    audio/mobile-xmfNone
    audio/mp4None
    audio/MP4A-LATMNone
    audio/MPANone
    audio/mpa-robustNone
    audio/mpegNone
    audio/mpeg4-genericNone
    audio/oggNone
    audio/opusNone
    audio/parityfecNone
    audio/PCMANone
    audio/PCMA-WBNone
    audio/PCMUNone
    audio/PCMU-WBNone
    audio/prs.sidNone
    audio/QCELPNone
    audio/raptorfecNone
    audio/REDNone
    audio/rtp-enc-aescm128None
    audio/rtploopbackNone
    audio/rtp-midiNone
    audio/rtxNone
    audio/scipNone
    audio/SMVNone
    audio/SMV0None
    audio/SMV-QCPNone
    audio/sofaNone
    audio/speexNone
    audio/sp-midiNone
    audio/t140cNone
    audio/t38None
    audio/telephone-eventNone
    audio/TETRA_ACELPNone
    audio/TETRA_ACELP_BBNone
    audio/toneNone
    audio/TSVCISNone
    audio/UEMCLIPNone
    audio/ulpfecNone
    audio/usacNone
    audio/VDVINone
    audio/VMR-WBNone
    audio/vnd.3gpp.iufpNone
    audio/vnd.4SBNone
    audio/vnd.audiokozNone
    audio/vnd.CELPNone
    audio/vnd.cisco.nseNone
    audio/vnd.cmles.radio-eventsNone
    audio/vnd.cns.anp1None
    audio/vnd.cns.inf1None
    audio/vnd.dece.audioNone
    audio/vnd.digital-windsNone
    audio/vnd.dlna.adtsNone
    audio/vnd.dolby.heaac.1None
    audio/vnd.dolby.heaac.2None
    audio/vnd.dolby.mlpNone
    audio/vnd.dolby.mpsNone
    audio/vnd.dolby.pl2None
    audio/vnd.dolby.pl2xNone
    audio/vnd.dolby.pl2zNone
    audio/vnd.dolby.pulse.1None
    audio/vnd.draNone
    audio/vnd.dtsNone
    audio/vnd.dts.hdNone
    audio/vnd.dts.uhdNone
    audio/vnd.dvb.fileNone
    audio/vnd.everad.pljNone
    audio/vnd.hns.audioNone
    audio/vnd.lucent.voiceNone
    audio/vnd.ms-playready.media.pyaNone
    audio/vnd.nokia.mobile-xmfNone
    audio/vnd.nortel.vbkNone
    audio/vnd.nuera.ecelp4800None
    audio/vnd.nuera.ecelp7470None
    audio/vnd.nuera.ecelp9600None
    audio/vnd.octel.sbcNone
    audio/vnd.presonus.multitrackNone
    audio/vnd.qcelpNone
    audio/vnd.rhetorex.32kadpcmNone
    audio/vnd.ripNone
    audio/vnd.sealedmedia.softseal.mpegNone
    audio/vnd.vmx.cvsdNone
    audio/vorbisNone
    audio/vorbis-configNone
    font/collectionNone
    font/otfNone
    font/sfntNone
    font/ttfNone
    font/woffNone
    font/woff2None
    haptics/hjifNone
    haptics/hmpgNone
    haptics/ivsNone
    image/acesNone
    image/apngNone
    image/avciNone
    image/avcsNone
    image/avifNone
    image/bmpNone
    image/cgmNone
    image/dicom-rleNone
    image/dpxNone
    image/emfNone
    image/exampleNone
    image/fitsNone
    image/g3faxNone
    image/gifNone
    image/heicNone
    image/heic-sequenceNone
    image/heifNone
    image/heif-sequenceNone
    image/hej2kNone
    image/hsj2None
    image/iefNone
    image/j2cNone
    image/jaiiNone
    image/jaisNone
    image/jlsNone
    image/jp2None
    image/jpegNone
    image/jphNone
    image/jphcNone
    image/jpmNone
    image/jpxNone
    image/jxlNone
    image/jxrNone
    image/jxrANone
    image/jxrSNone
    image/jxsNone
    image/jxscNone
    image/jxsiNone
    image/jxssNone
    image/ktxNone
    image/ktx2None
    image/naplpsNone
    image/pngNone
    image/prs.btifNone
    image/prs.ptiNone
    image/pwg-rasterNone
    image/svg+xmlNone
    image/t38None
    image/tiffNone
    image/tiff-fxNone
    image/vnd.adobe.photoshopNone
    image/vnd.airzip.accelerator.azvNone
    image/vnd.cns.inf2None
    image/vnd.dece.graphicNone
    image/vnd.djvuNone
    image/vnd.dvb.subtitleNone
    image/vnd.dwgNone
    image/vnd.dxfNone
    image/vnd.fastbidsheetNone
    image/vnd.fpxNone
    image/vnd.fstNone
    image/vnd.fujixerox.edmics-mmrNone
    image/vnd.fujixerox.edmics-rlcNone
    image/vnd.globalgraphics.pgbNone
    image/vnd.microsoft.iconNone
    image/vnd.mixNone
    image/vnd.mozilla.apngNone
    image/vnd.ms-modiNone
    image/vnd.net-fpxNone
    image/vnd.pco.b16None
    image/vnd.radianceNone
    image/vnd.sealed.pngNone
    image/vnd.sealedmedia.softseal.gifNone
    image/vnd.sealedmedia.softseal.jpgNone
    image/vnd.svfNone
    image/vnd.tencent.tapNone
    image/vnd.valve.source.textureNone
    image/vnd.wap.wbmpNone
    image/vnd.xiffNone
    image/vnd.zbrush.pcxNone
    image/webpNone
    image/wmfNone
    image/x-emfNone
    image/x-wmfNone
    message/bhttpNone
    message/CPIMNone
    message/delivery-statusNone
    message/disposition-notificationNone
    message/exampleNone
    message/external-bodyNone
    message/feedback-reportNone
    message/globalNone
    message/global-delivery-statusNone
    message/global-disposition-notificationNone
    message/global-headersNone
    message/httpNone
    message/imdn+xmlNone
    message/mlsNone
    message/newsNone
    message/ohttp-reqNone
    message/ohttp-resNone
    message/partialNone
    message/rfc822None
    message/s-httpNone
    message/sipNone
    message/sipfragNone
    message/tracking-statusNone
    message/vnd.si.simpNone
    message/vnd.wfa.wscNone
    model/3mfNone
    model/e57None
    model/exampleNone
    model/gltf+jsonNone
    model/gltf-binaryNone
    model/igesNone
    model/JTNone
    model/meshNone
    model/mtlNone
    model/objNone
    model/prcNone
    model/stepNone
    model/step+xmlNone
    model/step+zipNone
    model/step-xml+zipNone
    model/stlNone
    model/u3dNone
    model/vnd.baryNone
    model/vnd.cldNone
    model/vnd.collada+xmlNone
    model/vnd.dwfNone
    model/vnd.flatland.3dmlNone
    model/vnd.gdlNone
    model/vnd.gs-gdlNone
    model/vnd.gtwNone
    model/vnd.moml+xmlNone
    model/vnd.mtsNone
    model/vnd.opengexNone
    model/vnd.parasolid.transmit.binaryNone
    model/vnd.parasolid.transmit.textNone
    model/vnd.pytha.pyoxNone
    model/vnd.rosette.annotated-data-modelNone
    model/vnd.sap.vdsNone
    model/vnd.usdaNone
    model/vnd.usdz+zipNone
    model/vnd.valve.source.compiled-mapNone
    model/vnd.vtuNone
    model/vrmlNone
    model/x3d+fastinfosetNone
    model/x3d+xmlNone
    model/x3d-vrmlNone
    multipart/alternativeNone
    multipart/appledoubleNone
    multipart/byterangesNone
    multipart/digestNone
    multipart/encryptedNone
    multipart/exampleNone
    multipart/form-dataNone
    multipart/header-setNone
    multipart/mixedNone
    multipart/multilingualNone
    multipart/parallelNone
    multipart/relatedNone
    multipart/reportNone
    multipart/signedNone
    multipart/vnd.bint.med-plusNone
    multipart/voice-messageNone
    multipart/x-mixed-replaceNone
    text/1d-interleaved-parityfecNone
    text/cache-manifestNone
    text/calendarNone
    text/cqlNone
    text/cql-expressionNone
    text/cql-identifierNone
    text/cssNone
    text/csvNone
    text/csv-schemaNone
    text/directoryNone
    text/dnsNone
    text/ecmascriptNone
    text/encaprtpNone
    text/enrichedNone
    text/exampleNone
    text/fhirpathNone
    text/flexfecNone
    text/fwdredNone
    text/gff3None
    text/grammar-ref-listNone
    text/hl7v2None
    text/htmlNone
    text/javascriptNone
    text/jcr-cndNone
    text/markdownNone
    text/mizarNone
    text/n3None
    text/parametersNone
    text/parityfecNone
    text/plainNone
    text/provenance-notationNone
    text/prs.fallenstein.rstNone
    text/prs.lines.tagNone
    text/prs.prop.logicNone
    text/prs.texiNone
    text/raptorfecNone
    text/REDNone
    text/rfc822-headersNone
    text/richtextNone
    text/rtfNone
    text/rtp-enc-aescm128None
    text/rtploopbackNone
    text/rtxNone
    text/SGMLNone
    text/shaclcNone
    text/shexNone
    text/spdxNone
    text/stringsNone
    text/t140None
    text/tab-separated-valuesNone
    text/troffNone
    text/turtleNone
    text/ulpfecNone
    text/uri-listNone
    text/vcardNone
    text/vnd.aNone
    text/vnd.abcNone
    text/vnd.ascii-artNone
    text/vnd.curlNone
    text/vnd.debian.copyrightNone
    text/vnd.DMClientScriptNone
    text/vnd.dvb.subtitleNone
    text/vnd.esmertec.theme-descriptorNone
    text/vnd.exchangeableNone
    text/vnd.familysearch.gedcomNone
    text/vnd.ficlab.fltNone
    text/vnd.flyNone
    text/vnd.fmi.flexstorNone
    text/vnd.gmlNone
    text/vnd.graphvizNone
    text/vnd.hansNone
    text/vnd.hglNone
    text/vnd.in3d.3dmlNone
    text/vnd.in3d.spotNone
    text/vnd.IPTC.NewsMLNone
    text/vnd.IPTC.NITFNone
    text/vnd.latex-zNone
    text/vnd.motorola.reflexNone
    text/vnd.ms-mediapackageNone
    text/vnd.net2phone.commcenter.commandNone
    text/vnd.radisys.msml-basic-layoutNone
    text/vnd.senx.warpscriptNone
    text/vnd.si.uricatalogueNone
    text/vnd.sosiNone
    text/vnd.sun.j2me.app-descriptorNone
    text/vnd.trolltech.linguistNone
    text/vnd.vcfNone
    text/vnd.wap.siNone
    text/vnd.wap.slNone
    text/vnd.wap.wmlNone
    text/vnd.wap.wmlscriptNone
    text/vnd.zoo.kclNone
    text/vttNone
    text/wgslNone
    text/xmlNone
    text/xml-external-parsed-entityNone
    video/1d-interleaved-parityfecNone
    video/3gppNone
    video/3gpp2None
    video/3gpp-ttNone
    video/AV1None
    video/BMPEGNone
    video/BT656None
    video/CelBNone
    video/DVNone
    video/encaprtpNone
    video/evcNone
    video/exampleNone
    video/FFV1None
    video/flexfecNone
    video/H261None
    video/H263None
    video/H263-1998None
    video/H263-2000None
    video/H264None
    video/H264-RCDONone
    video/H264-SVCNone
    video/H265None
    video/H266None
    video/iso.segmentNone
    video/JPEGNone
    video/jpeg2000None
    video/jxsvNone
    video/matroskaNone
    video/matroska-3dNone
    video/mj2None
    video/MP1SNone
    video/MP2PNone
    video/MP2TNone
    video/mp4None
    video/MP4V-ESNone
    video/mpegNone
    video/mpeg4-genericNone
    video/MPVNone
    video/nvNone
    video/oggNone
    video/parityfecNone
    video/pointerNone
    video/quicktimeNone
    video/raptorfecNone
    video/rawNone
    video/rtp-enc-aescm128None
    video/rtploopbackNone
    video/rtxNone
    video/scipNone
    video/smpte291None
    video/SMPTE292MNone
    video/ulpfecNone
    video/vc1None
    video/vc2None
    video/vnd.CCTVNone
    video/vnd.dece.hdNone
    video/vnd.dece.mobileNone
    video/vnd.dece.mp4None
    video/vnd.dece.pdNone
    video/vnd.dece.sdNone
    video/vnd.dece.videoNone
    video/vnd.directv.mpegNone
    video/vnd.directv.mpeg-ttsNone
    video/vnd.dlna.mpeg-ttsNone
    video/vnd.dvb.fileNone
    video/vnd.fvtNone
    video/vnd.hns.videoNone
    video/vnd.iptvforum.1dparityfec-1010None
    video/vnd.iptvforum.1dparityfec-2005None
    video/vnd.iptvforum.2dparityfec-1010None
    video/vnd.iptvforum.2dparityfec-2005None
    video/vnd.iptvforum.ttsavcNone
    video/vnd.iptvforum.ttsmpeg2None
    video/vnd.motorola.videoNone
    video/vnd.motorola.videopNone
    video/vnd.mpegurlNone
    video/vnd.ms-playready.media.pyvNone
    video/vnd.nokia.interleaved-multimediaNone
    video/vnd.nokia.mp4vrNone
    video/vnd.nokia.videovoipNone
    video/vnd.objectvideoNone
    video/vnd.radgamettools.binkNone
    video/vnd.radgamettools.smackerNone
    video/vnd.sealed.mpeg1None
    video/vnd.sealed.mpeg4None
    video/vnd.sealed.swfNone
    video/vnd.sealedmedia.softseal.movNone
    video/vnd.uvvu.mp4None
    video/vnd.vivoNone
    video/vnd.youtube.ytNone
    video/VP8None
    video/VP9None
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    media_typeThe media type of the representation as defined by [IANA](https://www
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    +
    name: MEDIA_Types
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  application/1d-interleaved-parityfec:
    +    text: application/1d-interleaved-parityfec
    +  application/3gpdash-qoe-report+xml:
    +    text: application/3gpdash-qoe-report+xml
    +  application/3gppHal+json:
    +    text: application/3gppHal+json
    +  application/3gppHalForms+json:
    +    text: application/3gppHalForms+json
    +  application/3gpp-ims+xml:
    +    text: application/3gpp-ims+xml
    +  application/A2L:
    +    text: application/A2L
    +  application/ace+cbor:
    +    text: application/ace+cbor
    +  application/ace+json:
    +    text: application/ace+json
    +  application/ace-groupcomm+cbor:
    +    text: application/ace-groupcomm+cbor
    +  application/ace-trl+cbor:
    +    text: application/ace-trl+cbor
    +  application/activemessage:
    +    text: application/activemessage
    +  application/activity+json:
    +    text: application/activity+json
    +  application/aif+cbor:
    +    text: application/aif+cbor
    +  application/aif+json:
    +    text: application/aif+json
    +  application/alto-cdni+json:
    +    text: application/alto-cdni+json
    +  application/alto-cdnifilter+json:
    +    text: application/alto-cdnifilter+json
    +  application/alto-costmap+json:
    +    text: application/alto-costmap+json
    +  application/alto-costmapfilter+json:
    +    text: application/alto-costmapfilter+json
    +  application/alto-directory+json:
    +    text: application/alto-directory+json
    +  application/alto-endpointcost+json:
    +    text: application/alto-endpointcost+json
    +  application/alto-endpointcostparams+json:
    +    text: application/alto-endpointcostparams+json
    +  application/alto-endpointprop+json:
    +    text: application/alto-endpointprop+json
    +  application/alto-endpointpropparams+json:
    +    text: application/alto-endpointpropparams+json
    +  application/alto-error+json:
    +    text: application/alto-error+json
    +  application/alto-networkmap+json:
    +    text: application/alto-networkmap+json
    +  application/alto-networkmapfilter+json:
    +    text: application/alto-networkmapfilter+json
    +  application/alto-propmap+json:
    +    text: application/alto-propmap+json
    +  application/alto-propmapparams+json:
    +    text: application/alto-propmapparams+json
    +  application/alto-tips+json:
    +    text: application/alto-tips+json
    +  application/alto-tipsparams+json:
    +    text: application/alto-tipsparams+json
    +  application/alto-updatestreamcontrol+json:
    +    text: application/alto-updatestreamcontrol+json
    +  application/alto-updatestreamparams+json:
    +    text: application/alto-updatestreamparams+json
    +  application/AML:
    +    text: application/AML
    +  application/andrew-inset:
    +    text: application/andrew-inset
    +  application/applefile:
    +    text: application/applefile
    +  application/at+jwt:
    +    text: application/at+jwt
    +  application/ATF:
    +    text: application/ATF
    +  application/ATFX:
    +    text: application/ATFX
    +  application/atom+xml:
    +    text: application/atom+xml
    +  application/atomcat+xml:
    +    text: application/atomcat+xml
    +  application/atomdeleted+xml:
    +    text: application/atomdeleted+xml
    +  application/atomicmail:
    +    text: application/atomicmail
    +  application/atomsvc+xml:
    +    text: application/atomsvc+xml
    +  application/atsc-dwd+xml:
    +    text: application/atsc-dwd+xml
    +  application/atsc-dynamic-event-message:
    +    text: application/atsc-dynamic-event-message
    +  application/atsc-held+xml:
    +    text: application/atsc-held+xml
    +  application/atsc-rdt+json:
    +    text: application/atsc-rdt+json
    +  application/atsc-rsat+xml:
    +    text: application/atsc-rsat+xml
    +  application/ATXML:
    +    text: application/ATXML
    +  application/auth-policy+xml:
    +    text: application/auth-policy+xml
    +  application/automationml-aml+xml:
    +    text: application/automationml-aml+xml
    +  application/automationml-amlx+zip:
    +    text: application/automationml-amlx+zip
    +  application/bacnet-xdd+zip:
    +    text: application/bacnet-xdd+zip
    +  application/batch-SMTP:
    +    text: application/batch-SMTP
    +  application/beep+xml:
    +    text: application/beep+xml
    +  application/bufr:
    +    text: application/bufr
    +  application/c2pa:
    +    text: application/c2pa
    +  application/calendar+json:
    +    text: application/calendar+json
    +  application/calendar+xml:
    +    text: application/calendar+xml
    +  application/call-completion:
    +    text: application/call-completion
    +  application/CALS-1840:
    +    text: application/CALS-1840
    +  application/captive+json:
    +    text: application/captive+json
    +  application/cbor:
    +    text: application/cbor
    +  application/cbor-seq:
    +    text: application/cbor-seq
    +  application/cccex:
    +    text: application/cccex
    +  application/ccmp+xml:
    +    text: application/ccmp+xml
    +  application/ccxml+xml:
    +    text: application/ccxml+xml
    +  application/cda+xml:
    +    text: application/cda+xml
    +  application/CDFX+XML:
    +    text: application/CDFX+XML
    +  application/cdmi-capability:
    +    text: application/cdmi-capability
    +  application/cdmi-container:
    +    text: application/cdmi-container
    +  application/cdmi-domain:
    +    text: application/cdmi-domain
    +  application/cdmi-object:
    +    text: application/cdmi-object
    +  application/cdmi-queue:
    +    text: application/cdmi-queue
    +  application/cdni:
    +    text: application/cdni
    +  application/ce+cbor:
    +    text: application/ce+cbor
    +  application/CEA:
    +    text: application/CEA
    +  application/cea-2018+xml:
    +    text: application/cea-2018+xml
    +  application/cellml+xml:
    +    text: application/cellml+xml
    +  application/cfw:
    +    text: application/cfw
    +  application/cid-edhoc+cbor-seq:
    +    text: application/cid-edhoc+cbor-seq
    +  application/city+json:
    +    text: application/city+json
    +  application/city+json-seq:
    +    text: application/city+json-seq
    +  application/clr:
    +    text: application/clr
    +  application/clue_info+xml:
    +    text: application/clue_info+xml
    +  application/clue+xml:
    +    text: application/clue+xml
    +  application/cms:
    +    text: application/cms
    +  application/cnrp+xml:
    +    text: application/cnrp+xml
    +  application/coap-group+json:
    +    text: application/coap-group+json
    +  application/coap-payload:
    +    text: application/coap-payload
    +  application/commonground:
    +    text: application/commonground
    +  application/concise-problem-details+cbor:
    +    text: application/concise-problem-details+cbor
    +  application/conference-info+xml:
    +    text: application/conference-info+xml
    +  application/cose:
    +    text: application/cose
    +  application/cose-key:
    +    text: application/cose-key
    +  application/cose-key-set:
    +    text: application/cose-key-set
    +  application/cose-x509:
    +    text: application/cose-x509
    +  application/cpl+xml:
    +    text: application/cpl+xml
    +  application/csrattrs:
    +    text: application/csrattrs
    +  application/csta+xml:
    +    text: application/csta+xml
    +  application/CSTAdata+xml:
    +    text: application/CSTAdata+xml
    +  application/csvm+json:
    +    text: application/csvm+json
    +  application/cwl:
    +    text: application/cwl
    +  application/cwl+json:
    +    text: application/cwl+json
    +  application/cwl+yaml:
    +    text: application/cwl+yaml
    +  application/cwt:
    +    text: application/cwt
    +  application/cybercash:
    +    text: application/cybercash
    +  application/dash+xml:
    +    text: application/dash+xml
    +  application/dashdelta:
    +    text: application/dashdelta
    +  application/dash-patch+xml:
    +    text: application/dash-patch+xml
    +  application/davmount+xml:
    +    text: application/davmount+xml
    +  application/dca-rft:
    +    text: application/dca-rft
    +  application/DCD:
    +    text: application/DCD
    +  application/dec-dx:
    +    text: application/dec-dx
    +  application/dialog-info+xml:
    +    text: application/dialog-info+xml
    +  application/dicom:
    +    text: application/dicom
    +  application/dicom+json:
    +    text: application/dicom+json
    +  application/dicom+xml:
    +    text: application/dicom+xml
    +  application/DII:
    +    text: application/DII
    +  application/DIT:
    +    text: application/DIT
    +  application/dns:
    +    text: application/dns
    +  application/dns+json:
    +    text: application/dns+json
    +  application/dns-message:
    +    text: application/dns-message
    +  application/dots+cbor:
    +    text: application/dots+cbor
    +  application/dpop+jwt:
    +    text: application/dpop+jwt
    +  application/dskpp+xml:
    +    text: application/dskpp+xml
    +  application/dssc+der:
    +    text: application/dssc+der
    +  application/dssc+xml:
    +    text: application/dssc+xml
    +  application/dvcs:
    +    text: application/dvcs
    +  application/eat+cwt:
    +    text: application/eat+cwt
    +  application/eat+jwt:
    +    text: application/eat+jwt
    +  application/eat-bun+cbor:
    +    text: application/eat-bun+cbor
    +  application/eat-bun+json:
    +    text: application/eat-bun+json
    +  application/eat-ucs+cbor:
    +    text: application/eat-ucs+cbor
    +  application/eat-ucs+json:
    +    text: application/eat-ucs+json
    +  application/ecmascript:
    +    text: application/ecmascript
    +  application/edhoc+cbor-seq:
    +    text: application/edhoc+cbor-seq
    +  application/EDI-consent:
    +    text: application/EDI-consent
    +  application/EDIFACT:
    +    text: application/EDIFACT
    +  application/EDI-X12:
    +    text: application/EDI-X12
    +  application/efi:
    +    text: application/efi
    +  application/elm+json:
    +    text: application/elm+json
    +  application/elm+xml:
    +    text: application/elm+xml
    +  application/EmergencyCallData.cap+xml:
    +    text: application/EmergencyCallData.cap+xml
    +  application/EmergencyCallData.Comment+xml:
    +    text: application/EmergencyCallData.Comment+xml
    +  application/EmergencyCallData.Control+xml:
    +    text: application/EmergencyCallData.Control+xml
    +  application/EmergencyCallData.DeviceInfo+xml:
    +    text: application/EmergencyCallData.DeviceInfo+xml
    +  application/EmergencyCallData.eCall.MSD:
    +    text: application/EmergencyCallData.eCall.MSD
    +  application/EmergencyCallData.LegacyESN+json:
    +    text: application/EmergencyCallData.LegacyESN+json
    +  application/EmergencyCallData.ProviderInfo+xml:
    +    text: application/EmergencyCallData.ProviderInfo+xml
    +  application/EmergencyCallData.ServiceInfo+xml:
    +    text: application/EmergencyCallData.ServiceInfo+xml
    +  application/EmergencyCallData.SubscriberInfo+xml:
    +    text: application/EmergencyCallData.SubscriberInfo+xml
    +  application/EmergencyCallData.VEDS+xml:
    +    text: application/EmergencyCallData.VEDS+xml
    +  application/emma+xml:
    +    text: application/emma+xml
    +  application/emotionml+xml:
    +    text: application/emotionml+xml
    +  application/encaprtp:
    +    text: application/encaprtp
    +  application/entity-statement+jwt:
    +    text: application/entity-statement+jwt
    +  application/epp+xml:
    +    text: application/epp+xml
    +  application/epub+zip:
    +    text: application/epub+zip
    +  application/eshop:
    +    text: application/eshop
    +  application/example:
    +    text: application/example
    +  application/exi:
    +    text: application/exi
    +  application/expect-ct-report+json:
    +    text: application/expect-ct-report+json
    +  application/express:
    +    text: application/express
    +  application/fastinfoset:
    +    text: application/fastinfoset
    +  application/fastsoap:
    +    text: application/fastsoap
    +  application/fdf:
    +    text: application/fdf
    +  application/fdt+xml:
    +    text: application/fdt+xml
    +  application/fhir+json:
    +    text: application/fhir+json
    +  application/fhir+xml:
    +    text: application/fhir+xml
    +  application/fits:
    +    text: application/fits
    +  application/flexfec:
    +    text: application/flexfec
    +  application/font-sfnt:
    +    text: application/font-sfnt
    +  application/font-tdpfr:
    +    text: application/font-tdpfr
    +  application/font-woff:
    +    text: application/font-woff
    +  application/framework-attributes+xml:
    +    text: application/framework-attributes+xml
    +  application/geo+json:
    +    text: application/geo+json
    +  application/geo+json-seq:
    +    text: application/geo+json-seq
    +  application/geopackage+sqlite3:
    +    text: application/geopackage+sqlite3
    +  application/geopose+json:
    +    text: application/geopose+json
    +  application/geoxacml+json:
    +    text: application/geoxacml+json
    +  application/geoxacml+xml:
    +    text: application/geoxacml+xml
    +  application/gltf-buffer:
    +    text: application/gltf-buffer
    +  application/gml+xml:
    +    text: application/gml+xml
    +  application/gnap-binding-jws:
    +    text: application/gnap-binding-jws
    +  application/gnap-binding-jwsd:
    +    text: application/gnap-binding-jwsd
    +  application/gnap-binding-rotation-jws:
    +    text: application/gnap-binding-rotation-jws
    +  application/gnap-binding-rotation-jwsd:
    +    text: application/gnap-binding-rotation-jwsd
    +  application/grib:
    +    text: application/grib
    +  application/gzip:
    +    text: application/gzip
    +  application/H224:
    +    text: application/H224
    +  application/held+xml:
    +    text: application/held+xml
    +  application/hl7v2+xml:
    +    text: application/hl7v2+xml
    +  application/http:
    +    text: application/http
    +  application/hyperstudio:
    +    text: application/hyperstudio
    +  application/ibe-key-request+xml:
    +    text: application/ibe-key-request+xml
    +  application/ibe-pkg-reply+xml:
    +    text: application/ibe-pkg-reply+xml
    +  application/ibe-pp-data:
    +    text: application/ibe-pp-data
    +  application/iges:
    +    text: application/iges
    +  application/im-iscomposing+xml:
    +    text: application/im-iscomposing+xml
    +  application/index:
    +    text: application/index
    +  application/index.cmd:
    +    text: application/index.cmd
    +  application/index.obj:
    +    text: application/index.obj
    +  application/index.response:
    +    text: application/index.response
    +  application/index.vnd:
    +    text: application/index.vnd
    +  application/inkml+xml:
    +    text: application/inkml+xml
    +  application/IOTP:
    +    text: application/IOTP
    +  application/ipfix:
    +    text: application/ipfix
    +  application/ipp:
    +    text: application/ipp
    +  application/ISUP:
    +    text: application/ISUP
    +  application/its+xml:
    +    text: application/its+xml
    +  application/java-archive:
    +    text: application/java-archive
    +  application/javascript:
    +    text: application/javascript
    +  application/jf2feed+json:
    +    text: application/jf2feed+json
    +  application/jose:
    +    text: application/jose
    +  application/jose+json:
    +    text: application/jose+json
    +  application/jrd+json:
    +    text: application/jrd+json
    +  application/jscalendar+json:
    +    text: application/jscalendar+json
    +  application/jscontact+json:
    +    text: application/jscontact+json
    +  application/json:
    +    text: application/json
    +  application/json-patch+json:
    +    text: application/json-patch+json
    +  application/jsonpath:
    +    text: application/jsonpath
    +  application/json-seq:
    +    text: application/json-seq
    +  application/jwk+json:
    +    text: application/jwk+json
    +  application/jwk-set+json:
    +    text: application/jwk-set+json
    +  application/jwk-set+jwt:
    +    text: application/jwk-set+jwt
    +  application/jwt:
    +    text: application/jwt
    +  application/kpml-request+xml:
    +    text: application/kpml-request+xml
    +  application/kpml-response+xml:
    +    text: application/kpml-response+xml
    +  application/ld+json:
    +    text: application/ld+json
    +  application/lgr+xml:
    +    text: application/lgr+xml
    +  application/link-format:
    +    text: application/link-format
    +  application/linkset:
    +    text: application/linkset
    +  application/linkset+json:
    +    text: application/linkset+json
    +  application/load-control+xml:
    +    text: application/load-control+xml
    +  application/logout+jwt:
    +    text: application/logout+jwt
    +  application/lost+xml:
    +    text: application/lost+xml
    +  application/lostsync+xml:
    +    text: application/lostsync+xml
    +  application/lpf+zip:
    +    text: application/lpf+zip
    +  application/LXF:
    +    text: application/LXF
    +  application/mac-binhex40:
    +    text: application/mac-binhex40
    +  application/macwriteii:
    +    text: application/macwriteii
    +  application/mads+xml:
    +    text: application/mads+xml
    +  application/manifest+json:
    +    text: application/manifest+json
    +  application/marc:
    +    text: application/marc
    +  application/marcxml+xml:
    +    text: application/marcxml+xml
    +  application/mathematica:
    +    text: application/mathematica
    +  application/mathml+xml:
    +    text: application/mathml+xml
    +  application/mathml-content+xml:
    +    text: application/mathml-content+xml
    +  application/mathml-presentation+xml:
    +    text: application/mathml-presentation+xml
    +  application/mbms-associated-procedure-description+xml:
    +    text: application/mbms-associated-procedure-description+xml
    +  application/mbms-deregister+xml:
    +    text: application/mbms-deregister+xml
    +  application/mbms-envelope+xml:
    +    text: application/mbms-envelope+xml
    +  application/mbms-msk+xml:
    +    text: application/mbms-msk+xml
    +  application/mbms-msk-response+xml:
    +    text: application/mbms-msk-response+xml
    +  application/mbms-protection-description+xml:
    +    text: application/mbms-protection-description+xml
    +  application/mbms-reception-report+xml:
    +    text: application/mbms-reception-report+xml
    +  application/mbms-register+xml:
    +    text: application/mbms-register+xml
    +  application/mbms-register-response+xml:
    +    text: application/mbms-register-response+xml
    +  application/mbms-schedule+xml:
    +    text: application/mbms-schedule+xml
    +  application/mbms-user-service-description+xml:
    +    text: application/mbms-user-service-description+xml
    +  application/mbox:
    +    text: application/mbox
    +  application/media_control+xml:
    +    text: application/media_control+xml
    +  application/media-policy-dataset+xml:
    +    text: application/media-policy-dataset+xml
    +  application/mediaservercontrol+xml:
    +    text: application/mediaservercontrol+xml
    +  application/merge-patch+json:
    +    text: application/merge-patch+json
    +  application/metalink4+xml:
    +    text: application/metalink4+xml
    +  application/mets+xml:
    +    text: application/mets+xml
    +  application/MF4:
    +    text: application/MF4
    +  application/mikey:
    +    text: application/mikey
    +  application/mipc:
    +    text: application/mipc
    +  application/missing-blocks+cbor-seq:
    +    text: application/missing-blocks+cbor-seq
    +  application/mmt-aei+xml:
    +    text: application/mmt-aei+xml
    +  application/mmt-usd+xml:
    +    text: application/mmt-usd+xml
    +  application/mods+xml:
    +    text: application/mods+xml
    +  application/mosskey-data:
    +    text: application/mosskey-data
    +  application/mosskey-request:
    +    text: application/mosskey-request
    +  application/moss-keys:
    +    text: application/moss-keys
    +  application/moss-signature:
    +    text: application/moss-signature
    +  application/mp21:
    +    text: application/mp21
    +  application/mp4:
    +    text: application/mp4
    +  application/mpeg4-generic:
    +    text: application/mpeg4-generic
    +  application/mpeg4-iod:
    +    text: application/mpeg4-iod
    +  application/mpeg4-iod-xmt:
    +    text: application/mpeg4-iod-xmt
    +  application/mrb-consumer+xml:
    +    text: application/mrb-consumer+xml
    +  application/mrb-publish+xml:
    +    text: application/mrb-publish+xml
    +  application/msc-ivr+xml:
    +    text: application/msc-ivr+xml
    +  application/msc-mixer+xml:
    +    text: application/msc-mixer+xml
    +  application/msword:
    +    text: application/msword
    +  application/mud+json:
    +    text: application/mud+json
    +  application/multipart-core:
    +    text: application/multipart-core
    +  application/mxf:
    +    text: application/mxf
    +  application/nasdata:
    +    text: application/nasdata
    +  application/news-checkgroups:
    +    text: application/news-checkgroups
    +  application/news-groupinfo:
    +    text: application/news-groupinfo
    +  application/news-transmission:
    +    text: application/news-transmission
    +  application/nlsml+xml:
    +    text: application/nlsml+xml
    +  application/node:
    +    text: application/node
    +  application/n-quads:
    +    text: application/n-quads
    +  application/nss:
    +    text: application/nss
    +  application/n-triples:
    +    text: application/n-triples
    +  application/oauth-authz-req+jwt:
    +    text: application/oauth-authz-req+jwt
    +  application/oblivious-dns-message:
    +    text: application/oblivious-dns-message
    +  application/ocsp-request:
    +    text: application/ocsp-request
    +  application/ocsp-response:
    +    text: application/ocsp-response
    +  application/octet-stream:
    +    text: application/octet-stream
    +  application/ODA:
    +    text: application/ODA
    +  application/odm+xml:
    +    text: application/odm+xml
    +  application/ODX:
    +    text: application/ODX
    +  application/oebps-package+xml:
    +    text: application/oebps-package+xml
    +  application/ogg:
    +    text: application/ogg
    +  application/ohttp-keys:
    +    text: application/ohttp-keys
    +  application/opc-nodeset+xml:
    +    text: application/opc-nodeset+xml
    +  application/oscore:
    +    text: application/oscore
    +  application/oxps:
    +    text: application/oxps
    +  application/p21:
    +    text: application/p21
    +  application/p21+zip:
    +    text: application/p21+zip
    +  application/p2p-overlay+xml:
    +    text: application/p2p-overlay+xml
    +  application/parityfec:
    +    text: application/parityfec
    +  application/passport:
    +    text: application/passport
    +  application/patch-ops-error+xml:
    +    text: application/patch-ops-error+xml
    +  application/pdf:
    +    text: application/pdf
    +  application/PDX:
    +    text: application/PDX
    +  application/pem-certificate-chain:
    +    text: application/pem-certificate-chain
    +  application/pgp-encrypted:
    +    text: application/pgp-encrypted
    +  application/pgp-keys:
    +    text: application/pgp-keys
    +  application/pgp-signature:
    +    text: application/pgp-signature
    +  application/pidf+xml:
    +    text: application/pidf+xml
    +  application/pidf-diff+xml:
    +    text: application/pidf-diff+xml
    +  application/pkcs10:
    +    text: application/pkcs10
    +  application/pkcs12:
    +    text: application/pkcs12
    +  application/pkcs7-mime:
    +    text: application/pkcs7-mime
    +  application/pkcs7-signature:
    +    text: application/pkcs7-signature
    +  application/pkcs8:
    +    text: application/pkcs8
    +  application/pkcs8-encrypted:
    +    text: application/pkcs8-encrypted
    +  application/pkix-attr-cert:
    +    text: application/pkix-attr-cert
    +  application/pkix-cert:
    +    text: application/pkix-cert
    +  application/pkixcmp:
    +    text: application/pkixcmp
    +  application/pkix-crl:
    +    text: application/pkix-crl
    +  application/pkix-pkipath:
    +    text: application/pkix-pkipath
    +  application/pls+xml:
    +    text: application/pls+xml
    +  application/poc-settings+xml:
    +    text: application/poc-settings+xml
    +  application/postscript:
    +    text: application/postscript
    +  application/ppsp-tracker+json:
    +    text: application/ppsp-tracker+json
    +  application/private-token-issuer-directory:
    +    text: application/private-token-issuer-directory
    +  application/private-token-request:
    +    text: application/private-token-request
    +  application/private-token-response:
    +    text: application/private-token-response
    +  application/problem+json:
    +    text: application/problem+json
    +  application/problem+xml:
    +    text: application/problem+xml
    +  application/provenance+xml:
    +    text: application/provenance+xml
    +  application/provided-claims+jwt:
    +    text: application/provided-claims+jwt
    +  application/prs.alvestrand.titrax-sheet:
    +    text: application/prs.alvestrand.titrax-sheet
    +  application/prs.cww:
    +    text: application/prs.cww
    +  application/prs.cyn:
    +    text: application/prs.cyn
    +  application/prs.hpub+zip:
    +    text: application/prs.hpub+zip
    +  application/prs.implied-document+xml:
    +    text: application/prs.implied-document+xml
    +  application/prs.implied-executable:
    +    text: application/prs.implied-executable
    +  application/prs.implied-object+json:
    +    text: application/prs.implied-object+json
    +  application/prs.implied-object+json-seq:
    +    text: application/prs.implied-object+json-seq
    +  application/prs.implied-object+yaml:
    +    text: application/prs.implied-object+yaml
    +  application/prs.implied-structure:
    +    text: application/prs.implied-structure
    +  application/prs.mayfile:
    +    text: application/prs.mayfile
    +  application/prs.nprend:
    +    text: application/prs.nprend
    +  application/prs.plucker:
    +    text: application/prs.plucker
    +  application/prs.rdf-xml-crypt:
    +    text: application/prs.rdf-xml-crypt
    +  application/prs.vcfbzip2:
    +    text: application/prs.vcfbzip2
    +  application/prs.xsf+xml:
    +    text: application/prs.xsf+xml
    +  application/pskc+xml:
    +    text: application/pskc+xml
    +  application/pvd+json:
    +    text: application/pvd+json
    +  application/QSIG:
    +    text: application/QSIG
    +  application/raptorfec:
    +    text: application/raptorfec
    +  application/rdap+json:
    +    text: application/rdap+json
    +  application/rdf+xml:
    +    text: application/rdf+xml
    +  application/reginfo+xml:
    +    text: application/reginfo+xml
    +  application/relax-ng-compact-syntax:
    +    text: application/relax-ng-compact-syntax
    +  application/remote-printing:
    +    text: application/remote-printing
    +  application/reputon+json:
    +    text: application/reputon+json
    +  application/resolve-response+jwt:
    +    text: application/resolve-response+jwt
    +  application/resource-lists+xml:
    +    text: application/resource-lists+xml
    +  application/resource-lists-diff+xml:
    +    text: application/resource-lists-diff+xml
    +  application/rfc+xml:
    +    text: application/rfc+xml
    +  application/riscos:
    +    text: application/riscos
    +  application/rlmi+xml:
    +    text: application/rlmi+xml
    +  application/rls-services+xml:
    +    text: application/rls-services+xml
    +  application/route-apd+xml:
    +    text: application/route-apd+xml
    +  application/route-s-tsid+xml:
    +    text: application/route-s-tsid+xml
    +  application/route-usd+xml:
    +    text: application/route-usd+xml
    +  application/rpki-checklist:
    +    text: application/rpki-checklist
    +  application/rpki-ghostbusters:
    +    text: application/rpki-ghostbusters
    +  application/rpki-manifest:
    +    text: application/rpki-manifest
    +  application/rpki-publication:
    +    text: application/rpki-publication
    +  application/rpki-roa:
    +    text: application/rpki-roa
    +  application/rpki-signed-tal:
    +    text: application/rpki-signed-tal
    +  application/rpki-updown:
    +    text: application/rpki-updown
    +  application/rtf:
    +    text: application/rtf
    +  application/rtploopback:
    +    text: application/rtploopback
    +  application/rtx:
    +    text: application/rtx
    +  application/samlassertion+xml:
    +    text: application/samlassertion+xml
    +  application/samlmetadata+xml:
    +    text: application/samlmetadata+xml
    +  application/sarif+json:
    +    text: application/sarif+json
    +  application/sarif-external-properties+json:
    +    text: application/sarif-external-properties+json
    +  application/sbe:
    +    text: application/sbe
    +  application/sbml+xml:
    +    text: application/sbml+xml
    +  application/scaip+xml:
    +    text: application/scaip+xml
    +  application/scim+json:
    +    text: application/scim+json
    +  application/scvp-cv-request:
    +    text: application/scvp-cv-request
    +  application/scvp-cv-response:
    +    text: application/scvp-cv-response
    +  application/scvp-vp-request:
    +    text: application/scvp-vp-request
    +  application/scvp-vp-response:
    +    text: application/scvp-vp-response
    +  application/sdp:
    +    text: application/sdp
    +  application/secevent+jwt:
    +    text: application/secevent+jwt
    +  application/senml+cbor:
    +    text: application/senml+cbor
    +  application/senml+json:
    +    text: application/senml+json
    +  application/senml+xml:
    +    text: application/senml+xml
    +  application/senml-etch+cbor:
    +    text: application/senml-etch+cbor
    +  application/senml-etch+json:
    +    text: application/senml-etch+json
    +  application/senml-exi:
    +    text: application/senml-exi
    +  application/sensml+cbor:
    +    text: application/sensml+cbor
    +  application/sensml+json:
    +    text: application/sensml+json
    +  application/sensml+xml:
    +    text: application/sensml+xml
    +  application/sensml-exi:
    +    text: application/sensml-exi
    +  application/sep+xml:
    +    text: application/sep+xml
    +  application/sep-exi:
    +    text: application/sep-exi
    +  application/session-info:
    +    text: application/session-info
    +  application/set-payment:
    +    text: application/set-payment
    +  application/set-payment-initiation:
    +    text: application/set-payment-initiation
    +  application/set-registration:
    +    text: application/set-registration
    +  application/set-registration-initiation:
    +    text: application/set-registration-initiation
    +  application/SGML:
    +    text: application/SGML
    +  application/sgml-open-catalog:
    +    text: application/sgml-open-catalog
    +  application/shf+xml:
    +    text: application/shf+xml
    +  application/sieve:
    +    text: application/sieve
    +  application/simple-filter+xml:
    +    text: application/simple-filter+xml
    +  application/simple-message-summary:
    +    text: application/simple-message-summary
    +  application/simpleSymbolContainer:
    +    text: application/simpleSymbolContainer
    +  application/sipc:
    +    text: application/sipc
    +  application/slate:
    +    text: application/slate
    +  application/smil:
    +    text: application/smil
    +  application/smil+xml:
    +    text: application/smil+xml
    +  application/smpte336m:
    +    text: application/smpte336m
    +  application/soap+fastinfoset:
    +    text: application/soap+fastinfoset
    +  application/soap+xml:
    +    text: application/soap+xml
    +  application/sparql-query:
    +    text: application/sparql-query
    +  application/sparql-results+xml:
    +    text: application/sparql-results+xml
    +  application/spdx+json:
    +    text: application/spdx+json
    +  application/spirits-event+xml:
    +    text: application/spirits-event+xml
    +  application/sql:
    +    text: application/sql
    +  application/srgs:
    +    text: application/srgs
    +  application/srgs+xml:
    +    text: application/srgs+xml
    +  application/sru+xml:
    +    text: application/sru+xml
    +  application/sslkeylogfile:
    +    text: application/sslkeylogfile
    +  application/ssml+xml:
    +    text: application/ssml+xml
    +  application/ST2110-41:
    +    text: application/ST2110-41
    +  application/stix+json:
    +    text: application/stix+json
    +  application/stratum:
    +    text: application/stratum
    +  application/swid+cbor:
    +    text: application/swid+cbor
    +  application/swid+xml:
    +    text: application/swid+xml
    +  application/tamp-apex-update:
    +    text: application/tamp-apex-update
    +  application/tamp-apex-update-confirm:
    +    text: application/tamp-apex-update-confirm
    +  application/tamp-community-update:
    +    text: application/tamp-community-update
    +  application/tamp-community-update-confirm:
    +    text: application/tamp-community-update-confirm
    +  application/tamp-error:
    +    text: application/tamp-error
    +  application/tamp-sequence-adjust:
    +    text: application/tamp-sequence-adjust
    +  application/tamp-sequence-adjust-confirm:
    +    text: application/tamp-sequence-adjust-confirm
    +  application/tamp-status-query:
    +    text: application/tamp-status-query
    +  application/tamp-status-response:
    +    text: application/tamp-status-response
    +  application/tamp-update:
    +    text: application/tamp-update
    +  application/tamp-update-confirm:
    +    text: application/tamp-update-confirm
    +  application/taxii+json:
    +    text: application/taxii+json
    +  application/td+json:
    +    text: application/td+json
    +  application/tei+xml:
    +    text: application/tei+xml
    +  application/TETRA_ISI:
    +    text: application/TETRA_ISI
    +  application/thraud+xml:
    +    text: application/thraud+xml
    +  application/timestamped-data:
    +    text: application/timestamped-data
    +  application/timestamp-query:
    +    text: application/timestamp-query
    +  application/timestamp-reply:
    +    text: application/timestamp-reply
    +  application/tlsrpt+gzip:
    +    text: application/tlsrpt+gzip
    +  application/tlsrpt+json:
    +    text: application/tlsrpt+json
    +  application/tm+json:
    +    text: application/tm+json
    +  application/tnauthlist:
    +    text: application/tnauthlist
    +  application/toc+cbor:
    +    text: application/toc+cbor
    +  application/token-introspection+jwt:
    +    text: application/token-introspection+jwt
    +  application/toml:
    +    text: application/toml
    +  application/trickle-ice-sdpfrag:
    +    text: application/trickle-ice-sdpfrag
    +  application/trig:
    +    text: application/trig
    +  application/trust-chain+json:
    +    text: application/trust-chain+json
    +  application/trust-mark+jwt:
    +    text: application/trust-mark+jwt
    +  application/trust-mark-delegation+jwt:
    +    text: application/trust-mark-delegation+jwt
    +  application/ttml+xml:
    +    text: application/ttml+xml
    +  application/tve-trigger:
    +    text: application/tve-trigger
    +  application/tzif:
    +    text: application/tzif
    +  application/tzif-leap:
    +    text: application/tzif-leap
    +  application/uccs+cbor:
    +    text: application/uccs+cbor
    +  application/ujcs+json:
    +    text: application/ujcs+json
    +  application/ulpfec:
    +    text: application/ulpfec
    +  application/urc-grpsheet+xml:
    +    text: application/urc-grpsheet+xml
    +  application/urc-ressheet+xml:
    +    text: application/urc-ressheet+xml
    +  application/urc-targetdesc+xml:
    +    text: application/urc-targetdesc+xml
    +  application/urc-uisocketdesc+xml:
    +    text: application/urc-uisocketdesc+xml
    +  application/vc:
    +    text: application/vc
    +  application/vc+cose:
    +    text: application/vc+cose
    +  application/vc+jwt:
    +    text: application/vc+jwt
    +  application/vcard+json:
    +    text: application/vcard+json
    +  application/vcard+xml:
    +    text: application/vcard+xml
    +  application/vemmi:
    +    text: application/vemmi
    +  application/vnd.1000minds.decision-model+xml:
    +    text: application/vnd.1000minds.decision-model+xml
    +  application/vnd.1ob:
    +    text: application/vnd.1ob
    +  application/vnd.3gpp.5gnas:
    +    text: application/vnd.3gpp.5gnas
    +  application/vnd.3gpp.5gsa2x:
    +    text: application/vnd.3gpp.5gsa2x
    +  application/vnd.3gpp.5gsa2x-local-service-information:
    +    text: application/vnd.3gpp.5gsa2x-local-service-information
    +  application/vnd.3gpp.5gsv2x:
    +    text: application/vnd.3gpp.5gsv2x
    +  application/vnd.3gpp.5gsv2x-local-service-information:
    +    text: application/vnd.3gpp.5gsv2x-local-service-information
    +  application/vnd.3gpp.access-transfer-events+xml:
    +    text: application/vnd.3gpp.access-transfer-events+xml
    +  application/vnd.3gpp.bsf+xml:
    +    text: application/vnd.3gpp.bsf+xml
    +  application/vnd.3gpp.crs+xml:
    +    text: application/vnd.3gpp.crs+xml
    +  application/vnd.3gpp.current-location-discovery+xml:
    +    text: application/vnd.3gpp.current-location-discovery+xml
    +  application/vnd.3gpp.GMOP+xml:
    +    text: application/vnd.3gpp.GMOP+xml
    +  application/vnd.3gpp.gtpc:
    +    text: application/vnd.3gpp.gtpc
    +  application/vnd.3gpp.interworking-data:
    +    text: application/vnd.3gpp.interworking-data
    +  application/vnd.3gpp.lpp:
    +    text: application/vnd.3gpp.lpp
    +  application/vnd.3gpp.mcdata-affiliation-command+xml:
    +    text: application/vnd.3gpp.mcdata-affiliation-command+xml
    +  application/vnd.3gpp.mcdata-info+xml:
    +    text: application/vnd.3gpp.mcdata-info+xml
    +  application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml:
    +    text: application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
    +  application/vnd.3gpp.mcdata-payload:
    +    text: application/vnd.3gpp.mcdata-payload
    +  application/vnd.3gpp.mcdata-regroup+xml:
    +    text: application/vnd.3gpp.mcdata-regroup+xml
    +  application/vnd.3gpp.mcdata-service-config+xml:
    +    text: application/vnd.3gpp.mcdata-service-config+xml
    +  application/vnd.3gpp.mcdata-signalling:
    +    text: application/vnd.3gpp.mcdata-signalling
    +  application/vnd.3gpp.mcdata-ue-config+xml:
    +    text: application/vnd.3gpp.mcdata-ue-config+xml
    +  application/vnd.3gpp.mcdata-user-profile+xml:
    +    text: application/vnd.3gpp.mcdata-user-profile+xml
    +  application/vnd.3gpp.mcptt-affiliation-command+xml:
    +    text: application/vnd.3gpp.mcptt-affiliation-command+xml
    +  application/vnd.3gpp.mcptt-floor-request+xml:
    +    text: application/vnd.3gpp.mcptt-floor-request+xml
    +  application/vnd.3gpp.mcptt-info+xml:
    +    text: application/vnd.3gpp.mcptt-info+xml
    +  application/vnd.3gpp.mcptt-location-info+xml:
    +    text: application/vnd.3gpp.mcptt-location-info+xml
    +  application/vnd.3gpp.mcptt-mbms-usage-info+xml:
    +    text: application/vnd.3gpp.mcptt-mbms-usage-info+xml
    +  application/vnd.3gpp.mcptt-regroup+xml:
    +    text: application/vnd.3gpp.mcptt-regroup+xml
    +  application/vnd.3gpp.mcptt-service-config+xml:
    +    text: application/vnd.3gpp.mcptt-service-config+xml
    +  application/vnd.3gpp.mcptt-signed+xml:
    +    text: application/vnd.3gpp.mcptt-signed+xml
    +  application/vnd.3gpp.mcptt-ue-config+xml:
    +    text: application/vnd.3gpp.mcptt-ue-config+xml
    +  application/vnd.3gpp.mcptt-ue-init-config+xml:
    +    text: application/vnd.3gpp.mcptt-ue-init-config+xml
    +  application/vnd.3gpp.mcptt-user-profile+xml:
    +    text: application/vnd.3gpp.mcptt-user-profile+xml
    +  application/vnd.3gpp.mc-signalling-ear:
    +    text: application/vnd.3gpp.mc-signalling-ear
    +  application/vnd.3gpp.mcvideo-affiliation-command+xml:
    +    text: application/vnd.3gpp.mcvideo-affiliation-command+xml
    +  application/vnd.3gpp.mcvideo-affiliation-info+xml:
    +    text: application/vnd.3gpp.mcvideo-affiliation-info+xml
    +  application/vnd.3gpp.mcvideo-info+xml:
    +    text: application/vnd.3gpp.mcvideo-info+xml
    +  application/vnd.3gpp.mcvideo-location-info+xml:
    +    text: application/vnd.3gpp.mcvideo-location-info+xml
    +  application/vnd.3gpp.mcvideo-mbms-usage-info+xml:
    +    text: application/vnd.3gpp.mcvideo-mbms-usage-info+xml
    +  application/vnd.3gpp.mcvideo-regroup+xml:
    +    text: application/vnd.3gpp.mcvideo-regroup+xml
    +  application/vnd.3gpp.mcvideo-service-config+xml:
    +    text: application/vnd.3gpp.mcvideo-service-config+xml
    +  application/vnd.3gpp.mcvideo-transmission-request+xml:
    +    text: application/vnd.3gpp.mcvideo-transmission-request+xml
    +  application/vnd.3gpp.mcvideo-ue-config+xml:
    +    text: application/vnd.3gpp.mcvideo-ue-config+xml
    +  application/vnd.3gpp.mcvideo-user-profile+xml:
    +    text: application/vnd.3gpp.mcvideo-user-profile+xml
    +  application/vnd.3gpp.mid-call+xml:
    +    text: application/vnd.3gpp.mid-call+xml
    +  application/vnd.3gpp.ngap:
    +    text: application/vnd.3gpp.ngap
    +  application/vnd.3gpp.pfcp:
    +    text: application/vnd.3gpp.pfcp
    +  application/vnd.3gpp.pic-bw-large:
    +    text: application/vnd.3gpp.pic-bw-large
    +  application/vnd.3gpp.pic-bw-small:
    +    text: application/vnd.3gpp.pic-bw-small
    +  application/vnd.3gpp.pic-bw-var:
    +    text: application/vnd.3gpp.pic-bw-var
    +  application/vnd.3gpp.pinapp-info+xml:
    +    text: application/vnd.3gpp.pinapp-info+xml
    +  application/vnd.3gpp.s1ap:
    +    text: application/vnd.3gpp.s1ap
    +  application/vnd.3gpp.seal-group-doc+xml:
    +    text: application/vnd.3gpp.seal-group-doc+xml
    +  application/vnd.3gpp.seal-info+xml:
    +    text: application/vnd.3gpp.seal-info+xml
    +  application/vnd.3gpp.seal-location-info+xml:
    +    text: application/vnd.3gpp.seal-location-info+xml
    +  application/vnd.3gpp.seal-mbms-usage-info+xml:
    +    text: application/vnd.3gpp.seal-mbms-usage-info+xml
    +  application/vnd.3gpp.seal-network-QoS-management-info+xml:
    +    text: application/vnd.3gpp.seal-network-QoS-management-info+xml
    +  application/vnd.3gpp.seal-ue-config-info+xml:
    +    text: application/vnd.3gpp.seal-ue-config-info+xml
    +  application/vnd.3gpp.seal-unicast-info+xml:
    +    text: application/vnd.3gpp.seal-unicast-info+xml
    +  application/vnd.3gpp.seal-user-profile-info+xml:
    +    text: application/vnd.3gpp.seal-user-profile-info+xml
    +  application/vnd.3gpp.sms:
    +    text: application/vnd.3gpp.sms
    +  application/vnd.3gpp.sms+xml:
    +    text: application/vnd.3gpp.sms+xml
    +  application/vnd.3gpp.srvcc-ext+xml:
    +    text: application/vnd.3gpp.srvcc-ext+xml
    +  application/vnd.3gpp.SRVCC-info+xml:
    +    text: application/vnd.3gpp.SRVCC-info+xml
    +  application/vnd.3gpp.state-and-event-info+xml:
    +    text: application/vnd.3gpp.state-and-event-info+xml
    +  application/vnd.3gpp.ussd+xml:
    +    text: application/vnd.3gpp.ussd+xml
    +  application/vnd.3gpp.v2x:
    +    text: application/vnd.3gpp.v2x
    +  application/vnd.3gpp.vae-info+xml:
    +    text: application/vnd.3gpp.vae-info+xml
    +  application/vnd.3gpp2.bcmcsinfo+xml:
    +    text: application/vnd.3gpp2.bcmcsinfo+xml
    +  application/vnd.3gpp2.sms:
    +    text: application/vnd.3gpp2.sms
    +  application/vnd.3gpp2.tcap:
    +    text: application/vnd.3gpp2.tcap
    +  application/vnd.3gpp-prose+xml:
    +    text: application/vnd.3gpp-prose+xml
    +  application/vnd.3gpp-prose-pc3a+xml:
    +    text: application/vnd.3gpp-prose-pc3a+xml
    +  application/vnd.3gpp-prose-pc3ach+xml:
    +    text: application/vnd.3gpp-prose-pc3ach+xml
    +  application/vnd.3gpp-prose-pc3ch+xml:
    +    text: application/vnd.3gpp-prose-pc3ch+xml
    +  application/vnd.3gpp-prose-pc8+xml:
    +    text: application/vnd.3gpp-prose-pc8+xml
    +  application/vnd.3gpp-v2x-local-service-information:
    +    text: application/vnd.3gpp-v2x-local-service-information
    +  application/vnd.3lightssoftware.imagescal:
    +    text: application/vnd.3lightssoftware.imagescal
    +  application/vnd.3M.Post-it-Notes:
    +    text: application/vnd.3M.Post-it-Notes
    +  application/vnd.accpac.simply.aso:
    +    text: application/vnd.accpac.simply.aso
    +  application/vnd.accpac.simply.imp:
    +    text: application/vnd.accpac.simply.imp
    +  application/vnd.acm.addressxfer+json:
    +    text: application/vnd.acm.addressxfer+json
    +  application/vnd.acm.chatbot+json:
    +    text: application/vnd.acm.chatbot+json
    +  application/vnd.acucobol:
    +    text: application/vnd.acucobol
    +  application/vnd.acucorp:
    +    text: application/vnd.acucorp
    +  application/vnd.adobe.flash.movie:
    +    text: application/vnd.adobe.flash.movie
    +  application/vnd.adobe.formscentral.fcdt:
    +    text: application/vnd.adobe.formscentral.fcdt
    +  application/vnd.adobe.fxp:
    +    text: application/vnd.adobe.fxp
    +  application/vnd.adobe.partial-upload:
    +    text: application/vnd.adobe.partial-upload
    +  application/vnd.adobe.xdp+xml:
    +    text: application/vnd.adobe.xdp+xml
    +  application/vnd.aether.imp:
    +    text: application/vnd.aether.imp
    +  application/vnd.afpc.afplinedata:
    +    text: application/vnd.afpc.afplinedata
    +  application/vnd.afpc.afplinedata-pagedef:
    +    text: application/vnd.afpc.afplinedata-pagedef
    +  application/vnd.afpc.cmoca-cmresource:
    +    text: application/vnd.afpc.cmoca-cmresource
    +  application/vnd.afpc.foca-charset:
    +    text: application/vnd.afpc.foca-charset
    +  application/vnd.afpc.foca-codedfont:
    +    text: application/vnd.afpc.foca-codedfont
    +  application/vnd.afpc.foca-codepage:
    +    text: application/vnd.afpc.foca-codepage
    +  application/vnd.afpc.modca:
    +    text: application/vnd.afpc.modca
    +  application/vnd.afpc.modca-cmtable:
    +    text: application/vnd.afpc.modca-cmtable
    +  application/vnd.afpc.modca-formdef:
    +    text: application/vnd.afpc.modca-formdef
    +  application/vnd.afpc.modca-mediummap:
    +    text: application/vnd.afpc.modca-mediummap
    +  application/vnd.afpc.modca-objectcontainer:
    +    text: application/vnd.afpc.modca-objectcontainer
    +  application/vnd.afpc.modca-overlay:
    +    text: application/vnd.afpc.modca-overlay
    +  application/vnd.afpc.modca-pagesegment:
    +    text: application/vnd.afpc.modca-pagesegment
    +  application/vnd.age:
    +    text: application/vnd.age
    +  application/vnd.ah-barcode:
    +    text: application/vnd.ah-barcode
    +  application/vnd.ahead.space:
    +    text: application/vnd.ahead.space
    +  application/vnd.airzip.filesecure.azf:
    +    text: application/vnd.airzip.filesecure.azf
    +  application/vnd.airzip.filesecure.azs:
    +    text: application/vnd.airzip.filesecure.azs
    +  application/vnd.amadeus+json:
    +    text: application/vnd.amadeus+json
    +  application/vnd.amazon.mobi8-ebook:
    +    text: application/vnd.amazon.mobi8-ebook
    +  application/vnd.americandynamics.acc:
    +    text: application/vnd.americandynamics.acc
    +  application/vnd.amiga.ami:
    +    text: application/vnd.amiga.ami
    +  application/vnd.amundsen.maze+xml:
    +    text: application/vnd.amundsen.maze+xml
    +  application/vnd.android.ota:
    +    text: application/vnd.android.ota
    +  application/vnd.anki:
    +    text: application/vnd.anki
    +  application/vnd.anser-web-certificate-issue-initiation:
    +    text: application/vnd.anser-web-certificate-issue-initiation
    +  application/vnd.antix.game-component:
    +    text: application/vnd.antix.game-component
    +  application/vnd.apache.arrow.file:
    +    text: application/vnd.apache.arrow.file
    +  application/vnd.apache.arrow.stream:
    +    text: application/vnd.apache.arrow.stream
    +  application/vnd.apache.parquet:
    +    text: application/vnd.apache.parquet
    +  application/vnd.apache.thrift.binary:
    +    text: application/vnd.apache.thrift.binary
    +  application/vnd.apache.thrift.compact:
    +    text: application/vnd.apache.thrift.compact
    +  application/vnd.apache.thrift.json:
    +    text: application/vnd.apache.thrift.json
    +  application/vnd.apexlang:
    +    text: application/vnd.apexlang
    +  application/vnd.api+json:
    +    text: application/vnd.api+json
    +  application/vnd.aplextor.warrp+json:
    +    text: application/vnd.aplextor.warrp+json
    +  application/vnd.apothekende.reservation+json:
    +    text: application/vnd.apothekende.reservation+json
    +  application/vnd.apple.installer+xml:
    +    text: application/vnd.apple.installer+xml
    +  application/vnd.apple.keynote:
    +    text: application/vnd.apple.keynote
    +  application/vnd.apple.mpegurl:
    +    text: application/vnd.apple.mpegurl
    +  application/vnd.apple.numbers:
    +    text: application/vnd.apple.numbers
    +  application/vnd.apple.pages:
    +    text: application/vnd.apple.pages
    +  application/vnd.arastra.swi:
    +    text: application/vnd.arastra.swi
    +  application/vnd.aristanetworks.swi:
    +    text: application/vnd.aristanetworks.swi
    +  application/vnd.artisan+json:
    +    text: application/vnd.artisan+json
    +  application/vnd.artsquare:
    +    text: application/vnd.artsquare
    +  application/vnd.astraea-software.iota:
    +    text: application/vnd.astraea-software.iota
    +  application/vnd.audiograph:
    +    text: application/vnd.audiograph
    +  application/vnd.autopackage:
    +    text: application/vnd.autopackage
    +  application/vnd.avalon+json:
    +    text: application/vnd.avalon+json
    +  application/vnd.avistar+xml:
    +    text: application/vnd.avistar+xml
    +  application/vnd.balsamiq.bmml+xml:
    +    text: application/vnd.balsamiq.bmml+xml
    +  application/vnd.balsamiq.bmpr:
    +    text: application/vnd.balsamiq.bmpr
    +  application/vnd.banana-accounting:
    +    text: application/vnd.banana-accounting
    +  application/vnd.bbf.usp.error:
    +    text: application/vnd.bbf.usp.error
    +  application/vnd.bbf.usp.msg:
    +    text: application/vnd.bbf.usp.msg
    +  application/vnd.bbf.usp.msg+json:
    +    text: application/vnd.bbf.usp.msg+json
    +  application/vnd.bekitzur-stech+json:
    +    text: application/vnd.bekitzur-stech+json
    +  application/vnd.belightsoft.lhzd+zip:
    +    text: application/vnd.belightsoft.lhzd+zip
    +  application/vnd.belightsoft.lhzl+zip:
    +    text: application/vnd.belightsoft.lhzl+zip
    +  application/vnd.bint.med-content:
    +    text: application/vnd.bint.med-content
    +  application/vnd.biopax.rdf+xml:
    +    text: application/vnd.biopax.rdf+xml
    +  application/vnd.blink-idb-value-wrapper:
    +    text: application/vnd.blink-idb-value-wrapper
    +  application/vnd.blueice.multipass:
    +    text: application/vnd.blueice.multipass
    +  application/vnd.bluetooth.ep.oob:
    +    text: application/vnd.bluetooth.ep.oob
    +  application/vnd.bluetooth.le.oob:
    +    text: application/vnd.bluetooth.le.oob
    +  application/vnd.bmi:
    +    text: application/vnd.bmi
    +  application/vnd.bpf:
    +    text: application/vnd.bpf
    +  application/vnd.bpf3:
    +    text: application/vnd.bpf3
    +  application/vnd.businessobjects:
    +    text: application/vnd.businessobjects
    +  application/vnd.byu.uapi+json:
    +    text: application/vnd.byu.uapi+json
    +  application/vnd.bzip3:
    +    text: application/vnd.bzip3
    +  application/vnd.c3voc.schedule+xml:
    +    text: application/vnd.c3voc.schedule+xml
    +  application/vnd.cab-jscript:
    +    text: application/vnd.cab-jscript
    +  application/vnd.canon-cpdl:
    +    text: application/vnd.canon-cpdl
    +  application/vnd.canon-lips:
    +    text: application/vnd.canon-lips
    +  application/vnd.capasystems-pg+json:
    +    text: application/vnd.capasystems-pg+json
    +  application/vnd.cendio.thinlinc.clientconf:
    +    text: application/vnd.cendio.thinlinc.clientconf
    +  application/vnd.century-systems.tcp_stream:
    +    text: application/vnd.century-systems.tcp_stream
    +  application/vnd.chemdraw+xml:
    +    text: application/vnd.chemdraw+xml
    +  application/vnd.chess-pgn:
    +    text: application/vnd.chess-pgn
    +  application/vnd.chipnuts.karaoke-mmd:
    +    text: application/vnd.chipnuts.karaoke-mmd
    +  application/vnd.ciedi:
    +    text: application/vnd.ciedi
    +  application/vnd.cinderella:
    +    text: application/vnd.cinderella
    +  application/vnd.cirpack.isdn-ext:
    +    text: application/vnd.cirpack.isdn-ext
    +  application/vnd.citationstyles.style+xml:
    +    text: application/vnd.citationstyles.style+xml
    +  application/vnd.claymore:
    +    text: application/vnd.claymore
    +  application/vnd.cloanto.rp9:
    +    text: application/vnd.cloanto.rp9
    +  application/vnd.clonk.c4group:
    +    text: application/vnd.clonk.c4group
    +  application/vnd.cluetrust.cartomobile-config:
    +    text: application/vnd.cluetrust.cartomobile-config
    +  application/vnd.cluetrust.cartomobile-config-pkg:
    +    text: application/vnd.cluetrust.cartomobile-config-pkg
    +  application/vnd.cncf.helm.chart.content.v1.tar+gzip:
    +    text: application/vnd.cncf.helm.chart.content.v1.tar+gzip
    +  application/vnd.cncf.helm.chart.provenance.v1.prov:
    +    text: application/vnd.cncf.helm.chart.provenance.v1.prov
    +  application/vnd.cncf.helm.config.v1+json:
    +    text: application/vnd.cncf.helm.config.v1+json
    +  application/vnd.coffeescript:
    +    text: application/vnd.coffeescript
    +  application/vnd.collabio.xodocuments.document:
    +    text: application/vnd.collabio.xodocuments.document
    +  application/vnd.collabio.xodocuments.document-template:
    +    text: application/vnd.collabio.xodocuments.document-template
    +  application/vnd.collabio.xodocuments.presentation:
    +    text: application/vnd.collabio.xodocuments.presentation
    +  application/vnd.collabio.xodocuments.presentation-template:
    +    text: application/vnd.collabio.xodocuments.presentation-template
    +  application/vnd.collabio.xodocuments.spreadsheet:
    +    text: application/vnd.collabio.xodocuments.spreadsheet
    +  application/vnd.collabio.xodocuments.spreadsheet-template:
    +    text: application/vnd.collabio.xodocuments.spreadsheet-template
    +  application/vnd.collection.doc+json:
    +    text: application/vnd.collection.doc+json
    +  application/vnd.collection.next+json:
    +    text: application/vnd.collection.next+json
    +  application/vnd.collection+json:
    +    text: application/vnd.collection+json
    +  application/vnd.comicbook+zip:
    +    text: application/vnd.comicbook+zip
    +  application/vnd.comicbook-rar:
    +    text: application/vnd.comicbook-rar
    +  application/vnd.commerce-battelle:
    +    text: application/vnd.commerce-battelle
    +  application/vnd.commonspace:
    +    text: application/vnd.commonspace
    +  application/vnd.contact.cmsg:
    +    text: application/vnd.contact.cmsg
    +  application/vnd.coreos.ignition+json:
    +    text: application/vnd.coreos.ignition+json
    +  application/vnd.cosmocaller:
    +    text: application/vnd.cosmocaller
    +  application/vnd.crick.clicker:
    +    text: application/vnd.crick.clicker
    +  application/vnd.crick.clicker.keyboard:
    +    text: application/vnd.crick.clicker.keyboard
    +  application/vnd.crick.clicker.palette:
    +    text: application/vnd.crick.clicker.palette
    +  application/vnd.crick.clicker.template:
    +    text: application/vnd.crick.clicker.template
    +  application/vnd.crick.clicker.wordbank:
    +    text: application/vnd.crick.clicker.wordbank
    +  application/vnd.criticaltools.wbs+xml:
    +    text: application/vnd.criticaltools.wbs+xml
    +  application/vnd.cryptii.pipe+json:
    +    text: application/vnd.cryptii.pipe+json
    +  application/vnd.cryptomator.encrypted:
    +    text: application/vnd.cryptomator.encrypted
    +  application/vnd.cryptomator.vault:
    +    text: application/vnd.cryptomator.vault
    +  application/vnd.crypto-shade-file:
    +    text: application/vnd.crypto-shade-file
    +  application/vnd.ctc-posml:
    +    text: application/vnd.ctc-posml
    +  application/vnd.ctct.ws+xml:
    +    text: application/vnd.ctct.ws+xml
    +  application/vnd.cups-pdf:
    +    text: application/vnd.cups-pdf
    +  application/vnd.cups-postscript:
    +    text: application/vnd.cups-postscript
    +  application/vnd.cups-ppd:
    +    text: application/vnd.cups-ppd
    +  application/vnd.cups-raster:
    +    text: application/vnd.cups-raster
    +  application/vnd.cups-raw:
    +    text: application/vnd.cups-raw
    +  application/vnd.curl:
    +    text: application/vnd.curl
    +  application/vnd.cyan.dean.root+xml:
    +    text: application/vnd.cyan.dean.root+xml
    +  application/vnd.cybank:
    +    text: application/vnd.cybank
    +  application/vnd.cyclonedx+json:
    +    text: application/vnd.cyclonedx+json
    +  application/vnd.cyclonedx+xml:
    +    text: application/vnd.cyclonedx+xml
    +  application/vnd.d2l.coursepackage1p0+zip:
    +    text: application/vnd.d2l.coursepackage1p0+zip
    +  application/vnd.d3m-dataset:
    +    text: application/vnd.d3m-dataset
    +  application/vnd.d3m-problem:
    +    text: application/vnd.d3m-problem
    +  application/vnd.dart:
    +    text: application/vnd.dart
    +  application/vnd.datalog:
    +    text: application/vnd.datalog
    +  application/vnd.datapackage+json:
    +    text: application/vnd.datapackage+json
    +  application/vnd.dataresource+json:
    +    text: application/vnd.dataresource+json
    +  application/vnd.data-vision.rdz:
    +    text: application/vnd.data-vision.rdz
    +  application/vnd.dbf:
    +    text: application/vnd.dbf
    +  application/vnd.dcmp+xml:
    +    text: application/vnd.dcmp+xml
    +  application/vnd.debian.binary-package:
    +    text: application/vnd.debian.binary-package
    +  application/vnd.dece.data:
    +    text: application/vnd.dece.data
    +  application/vnd.dece.ttml+xml:
    +    text: application/vnd.dece.ttml+xml
    +  application/vnd.dece.unspecified:
    +    text: application/vnd.dece.unspecified
    +  application/vnd.dece.zip:
    +    text: application/vnd.dece.zip
    +  application/vnd.denovo.fcselayout-link:
    +    text: application/vnd.denovo.fcselayout-link
    +  application/vnd.desmume.movie:
    +    text: application/vnd.desmume.movie
    +  application/vnd.dir-bi.plate-dl-nosuffix:
    +    text: application/vnd.dir-bi.plate-dl-nosuffix
    +  application/vnd.dm.delegation+xml:
    +    text: application/vnd.dm.delegation+xml
    +  application/vnd.dna:
    +    text: application/vnd.dna
    +  application/vnd.document+json:
    +    text: application/vnd.document+json
    +  application/vnd.dolby.mobile.1:
    +    text: application/vnd.dolby.mobile.1
    +  application/vnd.dolby.mobile.2:
    +    text: application/vnd.dolby.mobile.2
    +  application/vnd.doremir.scorecloud-binary-document:
    +    text: application/vnd.doremir.scorecloud-binary-document
    +  application/vnd.dpgraph:
    +    text: application/vnd.dpgraph
    +  application/vnd.dreamfactory:
    +    text: application/vnd.dreamfactory
    +  application/vnd.drive+json:
    +    text: application/vnd.drive+json
    +  application/vnd.dtg.local:
    +    text: application/vnd.dtg.local
    +  application/vnd.dtg.local.flash:
    +    text: application/vnd.dtg.local.flash
    +  application/vnd.dtg.local.html:
    +    text: application/vnd.dtg.local.html
    +  application/vnd.dvb.ait:
    +    text: application/vnd.dvb.ait
    +  application/vnd.dvb.dvbisl+xml:
    +    text: application/vnd.dvb.dvbisl+xml
    +  application/vnd.dvb.dvbj:
    +    text: application/vnd.dvb.dvbj
    +  application/vnd.dvb.esgcontainer:
    +    text: application/vnd.dvb.esgcontainer
    +  application/vnd.dvb.ipdcdftnotifaccess:
    +    text: application/vnd.dvb.ipdcdftnotifaccess
    +  application/vnd.dvb.ipdcesgaccess:
    +    text: application/vnd.dvb.ipdcesgaccess
    +  application/vnd.dvb.ipdcesgaccess2:
    +    text: application/vnd.dvb.ipdcesgaccess2
    +  application/vnd.dvb.ipdcesgpdd:
    +    text: application/vnd.dvb.ipdcesgpdd
    +  application/vnd.dvb.ipdcroaming:
    +    text: application/vnd.dvb.ipdcroaming
    +  application/vnd.dvb.iptv.alfec-base:
    +    text: application/vnd.dvb.iptv.alfec-base
    +  application/vnd.dvb.iptv.alfec-enhancement:
    +    text: application/vnd.dvb.iptv.alfec-enhancement
    +  application/vnd.dvb.notif-aggregate-root+xml:
    +    text: application/vnd.dvb.notif-aggregate-root+xml
    +  application/vnd.dvb.notif-container+xml:
    +    text: application/vnd.dvb.notif-container+xml
    +  application/vnd.dvb.notif-generic+xml:
    +    text: application/vnd.dvb.notif-generic+xml
    +  application/vnd.dvb.notif-ia-msglist+xml:
    +    text: application/vnd.dvb.notif-ia-msglist+xml
    +  application/vnd.dvb.notif-ia-registration-request+xml:
    +    text: application/vnd.dvb.notif-ia-registration-request+xml
    +  application/vnd.dvb.notif-ia-registration-response+xml:
    +    text: application/vnd.dvb.notif-ia-registration-response+xml
    +  application/vnd.dvb.notif-init+xml:
    +    text: application/vnd.dvb.notif-init+xml
    +  application/vnd.dvb.pfr:
    +    text: application/vnd.dvb.pfr
    +  application/vnd.dvb.service:
    +    text: application/vnd.dvb.service
    +  application/vnd.dxr:
    +    text: application/vnd.dxr
    +  application/vnd.dynageo:
    +    text: application/vnd.dynageo
    +  application/vnd.dzr:
    +    text: application/vnd.dzr
    +  application/vnd.easykaraoke.cdgdownload:
    +    text: application/vnd.easykaraoke.cdgdownload
    +  application/vnd.ecdis-update:
    +    text: application/vnd.ecdis-update
    +  application/vnd.ecip.rlp:
    +    text: application/vnd.ecip.rlp
    +  application/vnd.eclipse.ditto+json:
    +    text: application/vnd.eclipse.ditto+json
    +  application/vnd.ecowin.chart:
    +    text: application/vnd.ecowin.chart
    +  application/vnd.ecowin.filerequest:
    +    text: application/vnd.ecowin.filerequest
    +  application/vnd.ecowin.fileupdate:
    +    text: application/vnd.ecowin.fileupdate
    +  application/vnd.ecowin.series:
    +    text: application/vnd.ecowin.series
    +  application/vnd.ecowin.seriesrequest:
    +    text: application/vnd.ecowin.seriesrequest
    +  application/vnd.ecowin.seriesupdate:
    +    text: application/vnd.ecowin.seriesupdate
    +  application/vnd.efi.img:
    +    text: application/vnd.efi.img
    +  application/vnd.efi.iso:
    +    text: application/vnd.efi.iso
    +  application/vnd.eln+zip:
    +    text: application/vnd.eln+zip
    +  application/vnd.emclient.accessrequest+xml:
    +    text: application/vnd.emclient.accessrequest+xml
    +  application/vnd.enliven:
    +    text: application/vnd.enliven
    +  application/vnd.enphase.envoy:
    +    text: application/vnd.enphase.envoy
    +  application/vnd.eprints.data+xml:
    +    text: application/vnd.eprints.data+xml
    +  application/vnd.epson.esf:
    +    text: application/vnd.epson.esf
    +  application/vnd.epson.msf:
    +    text: application/vnd.epson.msf
    +  application/vnd.epson.quickanime:
    +    text: application/vnd.epson.quickanime
    +  application/vnd.epson.salt:
    +    text: application/vnd.epson.salt
    +  application/vnd.epson.ssf:
    +    text: application/vnd.epson.ssf
    +  application/vnd.ericsson.quickcall:
    +    text: application/vnd.ericsson.quickcall
    +  application/vnd.erofs:
    +    text: application/vnd.erofs
    +  application/vnd.espass-espass+zip:
    +    text: application/vnd.espass-espass+zip
    +  application/vnd.eszigno3+xml:
    +    text: application/vnd.eszigno3+xml
    +  application/vnd.etsi.aoc+xml:
    +    text: application/vnd.etsi.aoc+xml
    +  application/vnd.etsi.asic-e+zip:
    +    text: application/vnd.etsi.asic-e+zip
    +  application/vnd.etsi.asic-s+zip:
    +    text: application/vnd.etsi.asic-s+zip
    +  application/vnd.etsi.cug+xml:
    +    text: application/vnd.etsi.cug+xml
    +  application/vnd.etsi.iptvcommand+xml:
    +    text: application/vnd.etsi.iptvcommand+xml
    +  application/vnd.etsi.iptvdiscovery+xml:
    +    text: application/vnd.etsi.iptvdiscovery+xml
    +  application/vnd.etsi.iptvprofile+xml:
    +    text: application/vnd.etsi.iptvprofile+xml
    +  application/vnd.etsi.iptvsad-bc+xml:
    +    text: application/vnd.etsi.iptvsad-bc+xml
    +  application/vnd.etsi.iptvsad-cod+xml:
    +    text: application/vnd.etsi.iptvsad-cod+xml
    +  application/vnd.etsi.iptvsad-npvr+xml:
    +    text: application/vnd.etsi.iptvsad-npvr+xml
    +  application/vnd.etsi.iptvservice+xml:
    +    text: application/vnd.etsi.iptvservice+xml
    +  application/vnd.etsi.iptvsync+xml:
    +    text: application/vnd.etsi.iptvsync+xml
    +  application/vnd.etsi.iptvueprofile+xml:
    +    text: application/vnd.etsi.iptvueprofile+xml
    +  application/vnd.etsi.mcid+xml:
    +    text: application/vnd.etsi.mcid+xml
    +  application/vnd.etsi.mheg5:
    +    text: application/vnd.etsi.mheg5
    +  application/vnd.etsi.overload-control-policy-dataset+xml:
    +    text: application/vnd.etsi.overload-control-policy-dataset+xml
    +  application/vnd.etsi.pstn+xml:
    +    text: application/vnd.etsi.pstn+xml
    +  application/vnd.etsi.sci+xml:
    +    text: application/vnd.etsi.sci+xml
    +  application/vnd.etsi.simservs+xml:
    +    text: application/vnd.etsi.simservs+xml
    +  application/vnd.etsi.timestamp-token:
    +    text: application/vnd.etsi.timestamp-token
    +  application/vnd.etsi.tsl.der:
    +    text: application/vnd.etsi.tsl.der
    +  application/vnd.etsi.tsl+xml:
    +    text: application/vnd.etsi.tsl+xml
    +  application/vnd.eu.kasparian.car+json:
    +    text: application/vnd.eu.kasparian.car+json
    +  application/vnd.eudora.data:
    +    text: application/vnd.eudora.data
    +  application/vnd.evolv.ecig.profile:
    +    text: application/vnd.evolv.ecig.profile
    +  application/vnd.evolv.ecig.settings:
    +    text: application/vnd.evolv.ecig.settings
    +  application/vnd.evolv.ecig.theme:
    +    text: application/vnd.evolv.ecig.theme
    +  application/vnd.exstream-empower+zip:
    +    text: application/vnd.exstream-empower+zip
    +  application/vnd.exstream-package:
    +    text: application/vnd.exstream-package
    +  application/vnd.ezpix-album:
    +    text: application/vnd.ezpix-album
    +  application/vnd.ezpix-package:
    +    text: application/vnd.ezpix-package
    +  application/vnd.familysearch.gedcom+zip:
    +    text: application/vnd.familysearch.gedcom+zip
    +  application/vnd.fastcopy-disk-image:
    +    text: application/vnd.fastcopy-disk-image
    +  application/vnd.fdsn.mseed:
    +    text: application/vnd.fdsn.mseed
    +  application/vnd.fdsn.seed:
    +    text: application/vnd.fdsn.seed
    +  application/vnd.fdsn.stationxml+xml:
    +    text: application/vnd.fdsn.stationxml+xml
    +  application/vnd.ffsns:
    +    text: application/vnd.ffsns
    +  application/vnd.ficlab.flb+zip:
    +    text: application/vnd.ficlab.flb+zip
    +  application/vnd.filmit.zfc:
    +    text: application/vnd.filmit.zfc
    +  application/vnd.fints:
    +    text: application/vnd.fints
    +  application/vnd.firemonkeys.cloudcell:
    +    text: application/vnd.firemonkeys.cloudcell
    +  application/vnd.FloGraphIt:
    +    text: application/vnd.FloGraphIt
    +  application/vnd.fluxtime.clip:
    +    text: application/vnd.fluxtime.clip
    +  application/vnd.font-fontforge-sfd:
    +    text: application/vnd.font-fontforge-sfd
    +  application/vnd.framemaker:
    +    text: application/vnd.framemaker
    +  application/vnd.freelog.comic:
    +    text: application/vnd.freelog.comic
    +  application/vnd.frogans.fnc:
    +    text: application/vnd.frogans.fnc
    +  application/vnd.frogans.ltf:
    +    text: application/vnd.frogans.ltf
    +  application/vnd.fsc.weblaunch:
    +    text: application/vnd.fsc.weblaunch
    +  application/vnd.f-secure.mobile:
    +    text: application/vnd.f-secure.mobile
    +  application/vnd.fujifilm.fb.docuworks:
    +    text: application/vnd.fujifilm.fb.docuworks
    +  application/vnd.fujifilm.fb.docuworks.binder:
    +    text: application/vnd.fujifilm.fb.docuworks.binder
    +  application/vnd.fujifilm.fb.docuworks.container:
    +    text: application/vnd.fujifilm.fb.docuworks.container
    +  application/vnd.fujifilm.fb.jfi+xml:
    +    text: application/vnd.fujifilm.fb.jfi+xml
    +  application/vnd.fujitsu.oasys:
    +    text: application/vnd.fujitsu.oasys
    +  application/vnd.fujitsu.oasys2:
    +    text: application/vnd.fujitsu.oasys2
    +  application/vnd.fujitsu.oasys3:
    +    text: application/vnd.fujitsu.oasys3
    +  application/vnd.fujitsu.oasysgp:
    +    text: application/vnd.fujitsu.oasysgp
    +  application/vnd.fujitsu.oasysprs:
    +    text: application/vnd.fujitsu.oasysprs
    +  application/vnd.fujixerox.ART4:
    +    text: application/vnd.fujixerox.ART4
    +  application/vnd.fujixerox.ART-EX:
    +    text: application/vnd.fujixerox.ART-EX
    +  application/vnd.fujixerox.ddd:
    +    text: application/vnd.fujixerox.ddd
    +  application/vnd.fujixerox.docuworks:
    +    text: application/vnd.fujixerox.docuworks
    +  application/vnd.fujixerox.docuworks.binder:
    +    text: application/vnd.fujixerox.docuworks.binder
    +  application/vnd.fujixerox.docuworks.container:
    +    text: application/vnd.fujixerox.docuworks.container
    +  application/vnd.fujixerox.HBPL:
    +    text: application/vnd.fujixerox.HBPL
    +  application/vnd.fut-misnet:
    +    text: application/vnd.fut-misnet
    +  application/vnd.futoin+cbor:
    +    text: application/vnd.futoin+cbor
    +  application/vnd.futoin+json:
    +    text: application/vnd.futoin+json
    +  application/vnd.fuzzysheet:
    +    text: application/vnd.fuzzysheet
    +  application/vnd.ga4gh.passport+jwt:
    +    text: application/vnd.ga4gh.passport+jwt
    +  application/vnd.genomatix.tuxedo:
    +    text: application/vnd.genomatix.tuxedo
    +  application/vnd.genozip:
    +    text: application/vnd.genozip
    +  application/vnd.gentics.grd+json:
    +    text: application/vnd.gentics.grd+json
    +  application/vnd.gentoo.catmetadata+xml:
    +    text: application/vnd.gentoo.catmetadata+xml
    +  application/vnd.gentoo.ebuild:
    +    text: application/vnd.gentoo.ebuild
    +  application/vnd.gentoo.eclass:
    +    text: application/vnd.gentoo.eclass
    +  application/vnd.gentoo.gpkg:
    +    text: application/vnd.gentoo.gpkg
    +  application/vnd.gentoo.manifest:
    +    text: application/vnd.gentoo.manifest
    +  application/vnd.gentoo.pkgmetadata+xml:
    +    text: application/vnd.gentoo.pkgmetadata+xml
    +  application/vnd.gentoo.xpak:
    +    text: application/vnd.gentoo.xpak
    +  application/vnd.geo+json:
    +    text: application/vnd.geo+json
    +  application/vnd.geocube+xml:
    +    text: application/vnd.geocube+xml
    +  application/vnd.geogebra.file:
    +    text: application/vnd.geogebra.file
    +  application/vnd.geogebra.pinboard:
    +    text: application/vnd.geogebra.pinboard
    +  application/vnd.geogebra.slides:
    +    text: application/vnd.geogebra.slides
    +  application/vnd.geogebra.tool:
    +    text: application/vnd.geogebra.tool
    +  application/vnd.geometry-explorer:
    +    text: application/vnd.geometry-explorer
    +  application/vnd.geonext:
    +    text: application/vnd.geonext
    +  application/vnd.geoplan:
    +    text: application/vnd.geoplan
    +  application/vnd.geospace:
    +    text: application/vnd.geospace
    +  application/vnd.gerber:
    +    text: application/vnd.gerber
    +  application/vnd.globalplatform.card-content-mgt:
    +    text: application/vnd.globalplatform.card-content-mgt
    +  application/vnd.globalplatform.card-content-mgt-response:
    +    text: application/vnd.globalplatform.card-content-mgt-response
    +  application/vnd.gmx:
    +    text: application/vnd.gmx
    +  application/vnd.gnu.taler.exchange+json:
    +    text: application/vnd.gnu.taler.exchange+json
    +  application/vnd.gnu.taler.merchant+json:
    +    text: application/vnd.gnu.taler.merchant+json
    +  application/vnd.google-earth.kml+xml:
    +    text: application/vnd.google-earth.kml+xml
    +  application/vnd.google-earth.kmz:
    +    text: application/vnd.google-earth.kmz
    +  application/vnd.gov.sk.e-form+xml:
    +    text: application/vnd.gov.sk.e-form+xml
    +  application/vnd.gov.sk.e-form+zip:
    +    text: application/vnd.gov.sk.e-form+zip
    +  application/vnd.gov.sk.xmldatacontainer+xml:
    +    text: application/vnd.gov.sk.xmldatacontainer+xml
    +  application/vnd.gpxsee.map+xml:
    +    text: application/vnd.gpxsee.map+xml
    +  application/vnd.grafeq:
    +    text: application/vnd.grafeq
    +  application/vnd.gridmp:
    +    text: application/vnd.gridmp
    +  application/vnd.groove-account:
    +    text: application/vnd.groove-account
    +  application/vnd.groove-help:
    +    text: application/vnd.groove-help
    +  application/vnd.groove-identity-message:
    +    text: application/vnd.groove-identity-message
    +  application/vnd.groove-injector:
    +    text: application/vnd.groove-injector
    +  application/vnd.groove-tool-message:
    +    text: application/vnd.groove-tool-message
    +  application/vnd.groove-tool-template:
    +    text: application/vnd.groove-tool-template
    +  application/vnd.groove-vcard:
    +    text: application/vnd.groove-vcard
    +  application/vnd.hal+json:
    +    text: application/vnd.hal+json
    +  application/vnd.hal+xml:
    +    text: application/vnd.hal+xml
    +  application/vnd.HandHeld-Entertainment+xml:
    +    text: application/vnd.HandHeld-Entertainment+xml
    +  application/vnd.hbci:
    +    text: application/vnd.hbci
    +  application/vnd.hc+json:
    +    text: application/vnd.hc+json
    +  application/vnd.hcl-bireports:
    +    text: application/vnd.hcl-bireports
    +  application/vnd.hdt:
    +    text: application/vnd.hdt
    +  application/vnd.heroku+json:
    +    text: application/vnd.heroku+json
    +  application/vnd.hhe.lesson-player:
    +    text: application/vnd.hhe.lesson-player
    +  application/vnd.hp-HPGL:
    +    text: application/vnd.hp-HPGL
    +  application/vnd.hp-hpid:
    +    text: application/vnd.hp-hpid
    +  application/vnd.hp-hps:
    +    text: application/vnd.hp-hps
    +  application/vnd.hp-jlyt:
    +    text: application/vnd.hp-jlyt
    +  application/vnd.hp-PCL:
    +    text: application/vnd.hp-PCL
    +  application/vnd.hp-PCLXL:
    +    text: application/vnd.hp-PCLXL
    +  application/vnd.hsl:
    +    text: application/vnd.hsl
    +  application/vnd.httphone:
    +    text: application/vnd.httphone
    +  application/vnd.hydrostatix.sof-data:
    +    text: application/vnd.hydrostatix.sof-data
    +  application/vnd.hyper+json:
    +    text: application/vnd.hyper+json
    +  application/vnd.hyperdrive+json:
    +    text: application/vnd.hyperdrive+json
    +  application/vnd.hyper-item+json:
    +    text: application/vnd.hyper-item+json
    +  application/vnd.hzn-3d-crossword:
    +    text: application/vnd.hzn-3d-crossword
    +  application/vnd.ibm.afplinedata:
    +    text: application/vnd.ibm.afplinedata
    +  application/vnd.ibm.electronic-media:
    +    text: application/vnd.ibm.electronic-media
    +  application/vnd.ibm.MiniPay:
    +    text: application/vnd.ibm.MiniPay
    +  application/vnd.ibm.modcap:
    +    text: application/vnd.ibm.modcap
    +  application/vnd.ibm.rights-management:
    +    text: application/vnd.ibm.rights-management
    +  application/vnd.ibm.secure-container:
    +    text: application/vnd.ibm.secure-container
    +  application/vnd.iccprofile:
    +    text: application/vnd.iccprofile
    +  application/vnd.ieee.1905:
    +    text: application/vnd.ieee.1905
    +  application/vnd.igloader:
    +    text: application/vnd.igloader
    +  application/vnd.imagemeter.folder+zip:
    +    text: application/vnd.imagemeter.folder+zip
    +  application/vnd.imagemeter.image+zip:
    +    text: application/vnd.imagemeter.image+zip
    +  application/vnd.immervision-ivp:
    +    text: application/vnd.immervision-ivp
    +  application/vnd.immervision-ivu:
    +    text: application/vnd.immervision-ivu
    +  application/vnd.ims.imsccv1p1:
    +    text: application/vnd.ims.imsccv1p1
    +  application/vnd.ims.imsccv1p2:
    +    text: application/vnd.ims.imsccv1p2
    +  application/vnd.ims.imsccv1p3:
    +    text: application/vnd.ims.imsccv1p3
    +  application/vnd.ims.lis.v2.result+json:
    +    text: application/vnd.ims.lis.v2.result+json
    +  application/vnd.ims.lti.v2.toolconsumerprofile+json:
    +    text: application/vnd.ims.lti.v2.toolconsumerprofile+json
    +  application/vnd.ims.lti.v2.toolproxy.id+json:
    +    text: application/vnd.ims.lti.v2.toolproxy.id+json
    +  application/vnd.ims.lti.v2.toolproxy+json:
    +    text: application/vnd.ims.lti.v2.toolproxy+json
    +  application/vnd.ims.lti.v2.toolsettings.simple+json:
    +    text: application/vnd.ims.lti.v2.toolsettings.simple+json
    +  application/vnd.ims.lti.v2.toolsettings+json:
    +    text: application/vnd.ims.lti.v2.toolsettings+json
    +  application/vnd.informedcontrol.rms+xml:
    +    text: application/vnd.informedcontrol.rms+xml
    +  application/vnd.informix-visionary:
    +    text: application/vnd.informix-visionary
    +  application/vnd.infotech.project:
    +    text: application/vnd.infotech.project
    +  application/vnd.infotech.project+xml:
    +    text: application/vnd.infotech.project+xml
    +  application/vnd.innopath.wamp.notification:
    +    text: application/vnd.innopath.wamp.notification
    +  application/vnd.insors.igm:
    +    text: application/vnd.insors.igm
    +  application/vnd.intercon.formnet:
    +    text: application/vnd.intercon.formnet
    +  application/vnd.intergeo:
    +    text: application/vnd.intergeo
    +  application/vnd.intertrust.digibox:
    +    text: application/vnd.intertrust.digibox
    +  application/vnd.intertrust.nncp:
    +    text: application/vnd.intertrust.nncp
    +  application/vnd.intu.qbo:
    +    text: application/vnd.intu.qbo
    +  application/vnd.intu.qfx:
    +    text: application/vnd.intu.qfx
    +  application/vnd.ipfs.ipns-record:
    +    text: application/vnd.ipfs.ipns-record
    +  application/vnd.ipld.car:
    +    text: application/vnd.ipld.car
    +  application/vnd.ipld.dag-cbor:
    +    text: application/vnd.ipld.dag-cbor
    +  application/vnd.ipld.dag-json:
    +    text: application/vnd.ipld.dag-json
    +  application/vnd.ipld.raw:
    +    text: application/vnd.ipld.raw
    +  application/vnd.iptc.g2.catalogitem+xml:
    +    text: application/vnd.iptc.g2.catalogitem+xml
    +  application/vnd.iptc.g2.conceptitem+xml:
    +    text: application/vnd.iptc.g2.conceptitem+xml
    +  application/vnd.iptc.g2.knowledgeitem+xml:
    +    text: application/vnd.iptc.g2.knowledgeitem+xml
    +  application/vnd.iptc.g2.newsitem+xml:
    +    text: application/vnd.iptc.g2.newsitem+xml
    +  application/vnd.iptc.g2.newsmessage+xml:
    +    text: application/vnd.iptc.g2.newsmessage+xml
    +  application/vnd.iptc.g2.packageitem+xml:
    +    text: application/vnd.iptc.g2.packageitem+xml
    +  application/vnd.iptc.g2.planningitem+xml:
    +    text: application/vnd.iptc.g2.planningitem+xml
    +  application/vnd.ipunplugged.rcprofile:
    +    text: application/vnd.ipunplugged.rcprofile
    +  application/vnd.irepository.package+xml:
    +    text: application/vnd.irepository.package+xml
    +  application/vnd.isac.fcs:
    +    text: application/vnd.isac.fcs
    +  application/vnd.iso11783-10+zip:
    +    text: application/vnd.iso11783-10+zip
    +  application/vnd.is-xpr:
    +    text: application/vnd.is-xpr
    +  application/vnd.jam:
    +    text: application/vnd.jam
    +  application/vnd.japannet-directory-service:
    +    text: application/vnd.japannet-directory-service
    +  application/vnd.japannet-jpnstore-wakeup:
    +    text: application/vnd.japannet-jpnstore-wakeup
    +  application/vnd.japannet-payment-wakeup:
    +    text: application/vnd.japannet-payment-wakeup
    +  application/vnd.japannet-registration:
    +    text: application/vnd.japannet-registration
    +  application/vnd.japannet-registration-wakeup:
    +    text: application/vnd.japannet-registration-wakeup
    +  application/vnd.japannet-setstore-wakeup:
    +    text: application/vnd.japannet-setstore-wakeup
    +  application/vnd.japannet-verification:
    +    text: application/vnd.japannet-verification
    +  application/vnd.japannet-verification-wakeup:
    +    text: application/vnd.japannet-verification-wakeup
    +  application/vnd.jcp.javame.midlet-rms:
    +    text: application/vnd.jcp.javame.midlet-rms
    +  application/vnd.jisp:
    +    text: application/vnd.jisp
    +  application/vnd.joost.joda-archive:
    +    text: application/vnd.joost.joda-archive
    +  application/vnd.jsk.isdn-ngn:
    +    text: application/vnd.jsk.isdn-ngn
    +  application/vnd.kahootz:
    +    text: application/vnd.kahootz
    +  application/vnd.kde.karbon:
    +    text: application/vnd.kde.karbon
    +  application/vnd.kde.kchart:
    +    text: application/vnd.kde.kchart
    +  application/vnd.kde.kformula:
    +    text: application/vnd.kde.kformula
    +  application/vnd.kde.kivio:
    +    text: application/vnd.kde.kivio
    +  application/vnd.kde.kontour:
    +    text: application/vnd.kde.kontour
    +  application/vnd.kde.kpresenter:
    +    text: application/vnd.kde.kpresenter
    +  application/vnd.kde.kspread:
    +    text: application/vnd.kde.kspread
    +  application/vnd.kde.kword:
    +    text: application/vnd.kde.kword
    +  application/vnd.kdl:
    +    text: application/vnd.kdl
    +  application/vnd.kenameaapp:
    +    text: application/vnd.kenameaapp
    +  application/vnd.keyman.kmp+zip:
    +    text: application/vnd.keyman.kmp+zip
    +  application/vnd.keyman.kmx:
    +    text: application/vnd.keyman.kmx
    +  application/vnd.kidspiration:
    +    text: application/vnd.kidspiration
    +  application/vnd.Kinar:
    +    text: application/vnd.Kinar
    +  application/vnd.koan:
    +    text: application/vnd.koan
    +  application/vnd.kodak-descriptor:
    +    text: application/vnd.kodak-descriptor
    +  application/vnd.las:
    +    text: application/vnd.las
    +  application/vnd.las.las+json:
    +    text: application/vnd.las.las+json
    +  application/vnd.las.las+xml:
    +    text: application/vnd.las.las+xml
    +  application/vnd.laszip:
    +    text: application/vnd.laszip
    +  application/vnd.ldev.productlicensing:
    +    text: application/vnd.ldev.productlicensing
    +  application/vnd.leap+json:
    +    text: application/vnd.leap+json
    +  application/vnd.liberty-request+xml:
    +    text: application/vnd.liberty-request+xml
    +  application/vnd.llamagraphics.life-balance.desktop:
    +    text: application/vnd.llamagraphics.life-balance.desktop
    +  application/vnd.llamagraphics.life-balance.exchange+xml:
    +    text: application/vnd.llamagraphics.life-balance.exchange+xml
    +  application/vnd.logipipe.circuit+zip:
    +    text: application/vnd.logipipe.circuit+zip
    +  application/vnd.loom:
    +    text: application/vnd.loom
    +  application/vnd.lotus-1-2-3:
    +    text: application/vnd.lotus-1-2-3
    +  application/vnd.lotus-approach:
    +    text: application/vnd.lotus-approach
    +  application/vnd.lotus-freelance:
    +    text: application/vnd.lotus-freelance
    +  application/vnd.lotus-notes:
    +    text: application/vnd.lotus-notes
    +  application/vnd.lotus-organizer:
    +    text: application/vnd.lotus-organizer
    +  application/vnd.lotus-screencam:
    +    text: application/vnd.lotus-screencam
    +  application/vnd.lotus-wordpro:
    +    text: application/vnd.lotus-wordpro
    +  application/vnd.macports.portpkg:
    +    text: application/vnd.macports.portpkg
    +  application/vnd.mapbox-vector-tile:
    +    text: application/vnd.mapbox-vector-tile
    +  application/vnd.marlin.drm.actiontoken+xml:
    +    text: application/vnd.marlin.drm.actiontoken+xml
    +  application/vnd.marlin.drm.conftoken+xml:
    +    text: application/vnd.marlin.drm.conftoken+xml
    +  application/vnd.marlin.drm.license+xml:
    +    text: application/vnd.marlin.drm.license+xml
    +  application/vnd.marlin.drm.mdcf:
    +    text: application/vnd.marlin.drm.mdcf
    +  application/vnd.mason+json:
    +    text: application/vnd.mason+json
    +  application/vnd.maxar.archive.3tz+zip:
    +    text: application/vnd.maxar.archive.3tz+zip
    +  application/vnd.maxmind.maxmind-db:
    +    text: application/vnd.maxmind.maxmind-db
    +  application/vnd.mcd:
    +    text: application/vnd.mcd
    +  application/vnd.mdl:
    +    text: application/vnd.mdl
    +  application/vnd.mdl-mbsdf:
    +    text: application/vnd.mdl-mbsdf
    +  application/vnd.medcalcdata:
    +    text: application/vnd.medcalcdata
    +  application/vnd.mediastation.cdkey:
    +    text: application/vnd.mediastation.cdkey
    +  application/vnd.medicalholodeck.recordxr:
    +    text: application/vnd.medicalholodeck.recordxr
    +  application/vnd.meridian-slingshot:
    +    text: application/vnd.meridian-slingshot
    +  application/vnd.mermaid:
    +    text: application/vnd.mermaid
    +  application/vnd.MFER:
    +    text: application/vnd.MFER
    +  application/vnd.mfmp:
    +    text: application/vnd.mfmp
    +  application/vnd.micro+json:
    +    text: application/vnd.micro+json
    +  application/vnd.micrografx.flo:
    +    text: application/vnd.micrografx.flo
    +  application/vnd.micrografx.igx:
    +    text: application/vnd.micrografx.igx
    +  application/vnd.microsoft.portable-executable:
    +    text: application/vnd.microsoft.portable-executable
    +  application/vnd.microsoft.windows.thumbnail-cache:
    +    text: application/vnd.microsoft.windows.thumbnail-cache
    +  application/vnd.miele+json:
    +    text: application/vnd.miele+json
    +  application/vnd.mif:
    +    text: application/vnd.mif
    +  application/vnd.minisoft-hp3000-save:
    +    text: application/vnd.minisoft-hp3000-save
    +  application/vnd.mitsubishi.misty-guard.trustweb:
    +    text: application/vnd.mitsubishi.misty-guard.trustweb
    +  application/vnd.Mobius.DAF:
    +    text: application/vnd.Mobius.DAF
    +  application/vnd.Mobius.DIS:
    +    text: application/vnd.Mobius.DIS
    +  application/vnd.Mobius.MBK:
    +    text: application/vnd.Mobius.MBK
    +  application/vnd.Mobius.MQY:
    +    text: application/vnd.Mobius.MQY
    +  application/vnd.Mobius.MSL:
    +    text: application/vnd.Mobius.MSL
    +  application/vnd.Mobius.PLC:
    +    text: application/vnd.Mobius.PLC
    +  application/vnd.Mobius.TXF:
    +    text: application/vnd.Mobius.TXF
    +  application/vnd.modl:
    +    text: application/vnd.modl
    +  application/vnd.mophun.application:
    +    text: application/vnd.mophun.application
    +  application/vnd.mophun.certificate:
    +    text: application/vnd.mophun.certificate
    +  application/vnd.motorola.flexsuite:
    +    text: application/vnd.motorola.flexsuite
    +  application/vnd.motorola.flexsuite.adsi:
    +    text: application/vnd.motorola.flexsuite.adsi
    +  application/vnd.motorola.flexsuite.fis:
    +    text: application/vnd.motorola.flexsuite.fis
    +  application/vnd.motorola.flexsuite.gotap:
    +    text: application/vnd.motorola.flexsuite.gotap
    +  application/vnd.motorola.flexsuite.kmr:
    +    text: application/vnd.motorola.flexsuite.kmr
    +  application/vnd.motorola.flexsuite.ttc:
    +    text: application/vnd.motorola.flexsuite.ttc
    +  application/vnd.motorola.flexsuite.wem:
    +    text: application/vnd.motorola.flexsuite.wem
    +  application/vnd.motorola.iprm:
    +    text: application/vnd.motorola.iprm
    +  application/vnd.mozilla.xul+xml:
    +    text: application/vnd.mozilla.xul+xml
    +  application/vnd.ms-3mfdocument:
    +    text: application/vnd.ms-3mfdocument
    +  application/vnd.msa-disk-image:
    +    text: application/vnd.msa-disk-image
    +  application/vnd.ms-artgalry:
    +    text: application/vnd.ms-artgalry
    +  application/vnd.ms-asf:
    +    text: application/vnd.ms-asf
    +  application/vnd.ms-cab-compressed:
    +    text: application/vnd.ms-cab-compressed
    +  application/vnd.mseq:
    +    text: application/vnd.mseq
    +  application/vnd.ms-excel:
    +    text: application/vnd.ms-excel
    +  application/vnd.ms-excel.addin.macroEnabled.12:
    +    text: application/vnd.ms-excel.addin.macroEnabled.12
    +  application/vnd.ms-excel.sheet.binary.macroEnabled.12:
    +    text: application/vnd.ms-excel.sheet.binary.macroEnabled.12
    +  application/vnd.ms-excel.sheet.macroEnabled.12:
    +    text: application/vnd.ms-excel.sheet.macroEnabled.12
    +  application/vnd.ms-excel.template.macroEnabled.12:
    +    text: application/vnd.ms-excel.template.macroEnabled.12
    +  application/vnd.ms-fontobject:
    +    text: application/vnd.ms-fontobject
    +  application/vnd.msgpack:
    +    text: application/vnd.msgpack
    +  application/vnd.ms-htmlhelp:
    +    text: application/vnd.ms-htmlhelp
    +  application/vnd.msign:
    +    text: application/vnd.msign
    +  application/vnd.ms-ims:
    +    text: application/vnd.ms-ims
    +  application/vnd.ms-lrm:
    +    text: application/vnd.ms-lrm
    +  application/vnd.ms-office.activeX+xml:
    +    text: application/vnd.ms-office.activeX+xml
    +  application/vnd.ms-officetheme:
    +    text: application/vnd.ms-officetheme
    +  application/vnd.ms-playready.initiator+xml:
    +    text: application/vnd.ms-playready.initiator+xml
    +  application/vnd.ms-powerpoint:
    +    text: application/vnd.ms-powerpoint
    +  application/vnd.ms-powerpoint.addin.macroEnabled.12:
    +    text: application/vnd.ms-powerpoint.addin.macroEnabled.12
    +  application/vnd.ms-powerpoint.presentation.macroEnabled.12:
    +    text: application/vnd.ms-powerpoint.presentation.macroEnabled.12
    +  application/vnd.ms-powerpoint.slide.macroEnabled.12:
    +    text: application/vnd.ms-powerpoint.slide.macroEnabled.12
    +  application/vnd.ms-powerpoint.slideshow.macroEnabled.12:
    +    text: application/vnd.ms-powerpoint.slideshow.macroEnabled.12
    +  application/vnd.ms-powerpoint.template.macroEnabled.12:
    +    text: application/vnd.ms-powerpoint.template.macroEnabled.12
    +  application/vnd.ms-PrintDeviceCapabilities+xml:
    +    text: application/vnd.ms-PrintDeviceCapabilities+xml
    +  application/vnd.ms-PrintSchemaTicket+xml:
    +    text: application/vnd.ms-PrintSchemaTicket+xml
    +  application/vnd.ms-project:
    +    text: application/vnd.ms-project
    +  application/vnd.ms-tnef:
    +    text: application/vnd.ms-tnef
    +  application/vnd.ms-windows.devicepairing:
    +    text: application/vnd.ms-windows.devicepairing
    +  application/vnd.ms-windows.nwprinting.oob:
    +    text: application/vnd.ms-windows.nwprinting.oob
    +  application/vnd.ms-windows.printerpairing:
    +    text: application/vnd.ms-windows.printerpairing
    +  application/vnd.ms-windows.wsd.oob:
    +    text: application/vnd.ms-windows.wsd.oob
    +  application/vnd.ms-wmdrm.lic-chlg-req:
    +    text: application/vnd.ms-wmdrm.lic-chlg-req
    +  application/vnd.ms-wmdrm.lic-resp:
    +    text: application/vnd.ms-wmdrm.lic-resp
    +  application/vnd.ms-wmdrm.meter-chlg-req:
    +    text: application/vnd.ms-wmdrm.meter-chlg-req
    +  application/vnd.ms-wmdrm.meter-resp:
    +    text: application/vnd.ms-wmdrm.meter-resp
    +  application/vnd.ms-word.document.macroEnabled.12:
    +    text: application/vnd.ms-word.document.macroEnabled.12
    +  application/vnd.ms-word.template.macroEnabled.12:
    +    text: application/vnd.ms-word.template.macroEnabled.12
    +  application/vnd.ms-works:
    +    text: application/vnd.ms-works
    +  application/vnd.ms-wpl:
    +    text: application/vnd.ms-wpl
    +  application/vnd.ms-xpsdocument:
    +    text: application/vnd.ms-xpsdocument
    +  application/vnd.multiad.creator:
    +    text: application/vnd.multiad.creator
    +  application/vnd.multiad.creator.cif:
    +    text: application/vnd.multiad.creator.cif
    +  application/vnd.musician:
    +    text: application/vnd.musician
    +  application/vnd.music-niff:
    +    text: application/vnd.music-niff
    +  application/vnd.muvee.style:
    +    text: application/vnd.muvee.style
    +  application/vnd.mynfc:
    +    text: application/vnd.mynfc
    +  application/vnd.nacamar.ybrid+json:
    +    text: application/vnd.nacamar.ybrid+json
    +  application/vnd.nato.bindingdataobject+cbor:
    +    text: application/vnd.nato.bindingdataobject+cbor
    +  application/vnd.nato.bindingdataobject+json:
    +    text: application/vnd.nato.bindingdataobject+json
    +  application/vnd.nato.bindingdataobject+xml:
    +    text: application/vnd.nato.bindingdataobject+xml
    +  application/vnd.nato.openxmlformats-package.iepd+zip:
    +    text: application/vnd.nato.openxmlformats-package.iepd+zip
    +  application/vnd.ncd.control:
    +    text: application/vnd.ncd.control
    +  application/vnd.ncd.reference:
    +    text: application/vnd.ncd.reference
    +  application/vnd.nearst.inv+json:
    +    text: application/vnd.nearst.inv+json
    +  application/vnd.nebumind.line:
    +    text: application/vnd.nebumind.line
    +  application/vnd.nervana:
    +    text: application/vnd.nervana
    +  application/vnd.netfpx:
    +    text: application/vnd.netfpx
    +  application/vnd.neurolanguage.nlu:
    +    text: application/vnd.neurolanguage.nlu
    +  application/vnd.nimn:
    +    text: application/vnd.nimn
    +  application/vnd.nintendo.nitro.rom:
    +    text: application/vnd.nintendo.nitro.rom
    +  application/vnd.nintendo.snes.rom:
    +    text: application/vnd.nintendo.snes.rom
    +  application/vnd.nitf:
    +    text: application/vnd.nitf
    +  application/vnd.noblenet-directory:
    +    text: application/vnd.noblenet-directory
    +  application/vnd.noblenet-sealer:
    +    text: application/vnd.noblenet-sealer
    +  application/vnd.noblenet-web:
    +    text: application/vnd.noblenet-web
    +  application/vnd.nokia.catalogs:
    +    text: application/vnd.nokia.catalogs
    +  application/vnd.nokia.conml+wbxml:
    +    text: application/vnd.nokia.conml+wbxml
    +  application/vnd.nokia.conml+xml:
    +    text: application/vnd.nokia.conml+xml
    +  application/vnd.nokia.iptv.config+xml:
    +    text: application/vnd.nokia.iptv.config+xml
    +  application/vnd.nokia.iSDS-radio-presets:
    +    text: application/vnd.nokia.iSDS-radio-presets
    +  application/vnd.nokia.landmark+wbxml:
    +    text: application/vnd.nokia.landmark+wbxml
    +  application/vnd.nokia.landmark+xml:
    +    text: application/vnd.nokia.landmark+xml
    +  application/vnd.nokia.landmarkcollection+xml:
    +    text: application/vnd.nokia.landmarkcollection+xml
    +  application/vnd.nokia.ncd:
    +    text: application/vnd.nokia.ncd
    +  application/vnd.nokia.n-gage.ac+xml:
    +    text: application/vnd.nokia.n-gage.ac+xml
    +  application/vnd.nokia.n-gage.data:
    +    text: application/vnd.nokia.n-gage.data
    +  application/vnd.nokia.n-gage.symbian.install:
    +    text: application/vnd.nokia.n-gage.symbian.install
    +  application/vnd.nokia.pcd+wbxml:
    +    text: application/vnd.nokia.pcd+wbxml
    +  application/vnd.nokia.pcd+xml:
    +    text: application/vnd.nokia.pcd+xml
    +  application/vnd.nokia.radio-preset:
    +    text: application/vnd.nokia.radio-preset
    +  application/vnd.nokia.radio-presets:
    +    text: application/vnd.nokia.radio-presets
    +  application/vnd.novadigm.EDM:
    +    text: application/vnd.novadigm.EDM
    +  application/vnd.novadigm.EDX:
    +    text: application/vnd.novadigm.EDX
    +  application/vnd.novadigm.EXT:
    +    text: application/vnd.novadigm.EXT
    +  application/vnd.ntt-local.content-share:
    +    text: application/vnd.ntt-local.content-share
    +  application/vnd.ntt-local.file-transfer:
    +    text: application/vnd.ntt-local.file-transfer
    +  application/vnd.ntt-local.ogw_remote-access:
    +    text: application/vnd.ntt-local.ogw_remote-access
    +  application/vnd.ntt-local.sip-ta_remote:
    +    text: application/vnd.ntt-local.sip-ta_remote
    +  application/vnd.ntt-local.sip-ta_tcp_stream:
    +    text: application/vnd.ntt-local.sip-ta_tcp_stream
    +  application/vnd.oai.workflows:
    +    text: application/vnd.oai.workflows
    +  application/vnd.oai.workflows+json:
    +    text: application/vnd.oai.workflows+json
    +  application/vnd.oai.workflows+yaml:
    +    text: application/vnd.oai.workflows+yaml
    +  application/vnd.oasis.opendocument.base:
    +    text: application/vnd.oasis.opendocument.base
    +  application/vnd.oasis.opendocument.chart:
    +    text: application/vnd.oasis.opendocument.chart
    +  application/vnd.oasis.opendocument.chart-template:
    +    text: application/vnd.oasis.opendocument.chart-template
    +  application/vnd.oasis.opendocument.database:
    +    text: application/vnd.oasis.opendocument.database
    +  application/vnd.oasis.opendocument.formula:
    +    text: application/vnd.oasis.opendocument.formula
    +  application/vnd.oasis.opendocument.formula-template:
    +    text: application/vnd.oasis.opendocument.formula-template
    +  application/vnd.oasis.opendocument.graphics:
    +    text: application/vnd.oasis.opendocument.graphics
    +  application/vnd.oasis.opendocument.graphics-template:
    +    text: application/vnd.oasis.opendocument.graphics-template
    +  application/vnd.oasis.opendocument.image:
    +    text: application/vnd.oasis.opendocument.image
    +  application/vnd.oasis.opendocument.image-template:
    +    text: application/vnd.oasis.opendocument.image-template
    +  application/vnd.oasis.opendocument.presentation:
    +    text: application/vnd.oasis.opendocument.presentation
    +  application/vnd.oasis.opendocument.presentation-template:
    +    text: application/vnd.oasis.opendocument.presentation-template
    +  application/vnd.oasis.opendocument.spreadsheet:
    +    text: application/vnd.oasis.opendocument.spreadsheet
    +  application/vnd.oasis.opendocument.spreadsheet-template:
    +    text: application/vnd.oasis.opendocument.spreadsheet-template
    +  application/vnd.oasis.opendocument.text:
    +    text: application/vnd.oasis.opendocument.text
    +  application/vnd.oasis.opendocument.text-master:
    +    text: application/vnd.oasis.opendocument.text-master
    +  application/vnd.oasis.opendocument.text-master-template:
    +    text: application/vnd.oasis.opendocument.text-master-template
    +  application/vnd.oasis.opendocument.text-template:
    +    text: application/vnd.oasis.opendocument.text-template
    +  application/vnd.oasis.opendocument.text-web:
    +    text: application/vnd.oasis.opendocument.text-web
    +  application/vnd.obn:
    +    text: application/vnd.obn
    +  application/vnd.ocf+cbor:
    +    text: application/vnd.ocf+cbor
    +  application/vnd.oci.image.manifest.v1+json:
    +    text: application/vnd.oci.image.manifest.v1+json
    +  application/vnd.oftn.l10n+json:
    +    text: application/vnd.oftn.l10n+json
    +  application/vnd.oipf.contentaccessdownload+xml:
    +    text: application/vnd.oipf.contentaccessdownload+xml
    +  application/vnd.oipf.contentaccessstreaming+xml:
    +    text: application/vnd.oipf.contentaccessstreaming+xml
    +  application/vnd.oipf.cspg-hexbinary:
    +    text: application/vnd.oipf.cspg-hexbinary
    +  application/vnd.oipf.dae.svg+xml:
    +    text: application/vnd.oipf.dae.svg+xml
    +  application/vnd.oipf.dae.xhtml+xml:
    +    text: application/vnd.oipf.dae.xhtml+xml
    +  application/vnd.oipf.mippvcontrolmessage+xml:
    +    text: application/vnd.oipf.mippvcontrolmessage+xml
    +  application/vnd.oipf.pae.gem:
    +    text: application/vnd.oipf.pae.gem
    +  application/vnd.oipf.spdiscovery+xml:
    +    text: application/vnd.oipf.spdiscovery+xml
    +  application/vnd.oipf.spdlist+xml:
    +    text: application/vnd.oipf.spdlist+xml
    +  application/vnd.oipf.ueprofile+xml:
    +    text: application/vnd.oipf.ueprofile+xml
    +  application/vnd.oipf.userprofile+xml:
    +    text: application/vnd.oipf.userprofile+xml
    +  application/vnd.olpc-sugar:
    +    text: application/vnd.olpc-sugar
    +  application/vnd.oma.bcast.associated-procedure-parameter+xml:
    +    text: application/vnd.oma.bcast.associated-procedure-parameter+xml
    +  application/vnd.oma.bcast.drm-trigger+xml:
    +    text: application/vnd.oma.bcast.drm-trigger+xml
    +  application/vnd.oma.bcast.imd+xml:
    +    text: application/vnd.oma.bcast.imd+xml
    +  application/vnd.oma.bcast.ltkm:
    +    text: application/vnd.oma.bcast.ltkm
    +  application/vnd.oma.bcast.notification+xml:
    +    text: application/vnd.oma.bcast.notification+xml
    +  application/vnd.oma.bcast.provisioningtrigger:
    +    text: application/vnd.oma.bcast.provisioningtrigger
    +  application/vnd.oma.bcast.sgboot:
    +    text: application/vnd.oma.bcast.sgboot
    +  application/vnd.oma.bcast.sgdd+xml:
    +    text: application/vnd.oma.bcast.sgdd+xml
    +  application/vnd.oma.bcast.sgdu:
    +    text: application/vnd.oma.bcast.sgdu
    +  application/vnd.oma.bcast.simple-symbol-container:
    +    text: application/vnd.oma.bcast.simple-symbol-container
    +  application/vnd.oma.bcast.smartcard-trigger+xml:
    +    text: application/vnd.oma.bcast.smartcard-trigger+xml
    +  application/vnd.oma.bcast.sprov+xml:
    +    text: application/vnd.oma.bcast.sprov+xml
    +  application/vnd.oma.bcast.stkm:
    +    text: application/vnd.oma.bcast.stkm
    +  application/vnd.oma.cab-address-book+xml:
    +    text: application/vnd.oma.cab-address-book+xml
    +  application/vnd.oma.cab-feature-handler+xml:
    +    text: application/vnd.oma.cab-feature-handler+xml
    +  application/vnd.oma.cab-pcc+xml:
    +    text: application/vnd.oma.cab-pcc+xml
    +  application/vnd.oma.cab-subs-invite+xml:
    +    text: application/vnd.oma.cab-subs-invite+xml
    +  application/vnd.oma.cab-user-prefs+xml:
    +    text: application/vnd.oma.cab-user-prefs+xml
    +  application/vnd.oma.dcd:
    +    text: application/vnd.oma.dcd
    +  application/vnd.oma.dcdc:
    +    text: application/vnd.oma.dcdc
    +  application/vnd.oma.dd2+xml:
    +    text: application/vnd.oma.dd2+xml
    +  application/vnd.oma.drm.risd+xml:
    +    text: application/vnd.oma.drm.risd+xml
    +  application/vnd.oma.group-usage-list+xml:
    +    text: application/vnd.oma.group-usage-list+xml
    +  application/vnd.oma.lwm2m+cbor:
    +    text: application/vnd.oma.lwm2m+cbor
    +  application/vnd.oma.lwm2m+json:
    +    text: application/vnd.oma.lwm2m+json
    +  application/vnd.oma.lwm2m+tlv:
    +    text: application/vnd.oma.lwm2m+tlv
    +  application/vnd.oma.pal+xml:
    +    text: application/vnd.oma.pal+xml
    +  application/vnd.oma.poc.detailed-progress-report+xml:
    +    text: application/vnd.oma.poc.detailed-progress-report+xml
    +  application/vnd.oma.poc.final-report+xml:
    +    text: application/vnd.oma.poc.final-report+xml
    +  application/vnd.oma.poc.groups+xml:
    +    text: application/vnd.oma.poc.groups+xml
    +  application/vnd.oma.poc.invocation-descriptor+xml:
    +    text: application/vnd.oma.poc.invocation-descriptor+xml
    +  application/vnd.oma.poc.optimized-progress-report+xml:
    +    text: application/vnd.oma.poc.optimized-progress-report+xml
    +  application/vnd.oma.push:
    +    text: application/vnd.oma.push
    +  application/vnd.oma.scidm.messages+xml:
    +    text: application/vnd.oma.scidm.messages+xml
    +  application/vnd.oma.xcap-directory+xml:
    +    text: application/vnd.oma.xcap-directory+xml
    +  application/vnd.omads-email+xml:
    +    text: application/vnd.omads-email+xml
    +  application/vnd.omads-file+xml:
    +    text: application/vnd.omads-file+xml
    +  application/vnd.omads-folder+xml:
    +    text: application/vnd.omads-folder+xml
    +  application/vnd.omaloc-supl-init:
    +    text: application/vnd.omaloc-supl-init
    +  application/vnd.oma-scws-config:
    +    text: application/vnd.oma-scws-config
    +  application/vnd.oma-scws-http-request:
    +    text: application/vnd.oma-scws-http-request
    +  application/vnd.oma-scws-http-response:
    +    text: application/vnd.oma-scws-http-response
    +  application/vnd.onepager:
    +    text: application/vnd.onepager
    +  application/vnd.onepagertamp:
    +    text: application/vnd.onepagertamp
    +  application/vnd.onepagertamx:
    +    text: application/vnd.onepagertamx
    +  application/vnd.onepagertat:
    +    text: application/vnd.onepagertat
    +  application/vnd.onepagertatp:
    +    text: application/vnd.onepagertatp
    +  application/vnd.onepagertatx:
    +    text: application/vnd.onepagertatx
    +  application/vnd.onvif.metadata:
    +    text: application/vnd.onvif.metadata
    +  application/vnd.openblox.game+xml:
    +    text: application/vnd.openblox.game+xml
    +  application/vnd.openblox.game-binary:
    +    text: application/vnd.openblox.game-binary
    +  application/vnd.openeye.oeb:
    +    text: application/vnd.openeye.oeb
    +  application/vnd.openstreetmap.data+xml:
    +    text: application/vnd.openstreetmap.data+xml
    +  application/vnd.opentimestamps.ots:
    +    text: application/vnd.opentimestamps.ots
    +  application/vnd.openvpi.dspx+json:
    +    text: application/vnd.openvpi.dspx+json
    +  application/vnd.openxmlformats-officedocument.custom-properties+xml:
    +    text: application/vnd.openxmlformats-officedocument.custom-properties+xml
    +  application/vnd.openxmlformats-officedocument.customXmlProperties+xml:
    +    text: application/vnd.openxmlformats-officedocument.customXmlProperties+xml
    +  application/vnd.openxmlformats-officedocument.drawing+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawing+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.chart+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.chart+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
    +  application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml:
    +    text: application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
    +  application/vnd.openxmlformats-officedocument.extended-properties+xml:
    +    text: application/vnd.openxmlformats-officedocument.extended-properties+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.comments+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.comments+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.presentation:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.presentation
    +  application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.presProps+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.slide:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slide
    +  application/vnd.openxmlformats-officedocument.presentationml.slide+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slide+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.slideshow:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slideshow
    +  application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.tags+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.tags+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.template:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.template
    +  application/vnd.openxmlformats-officedocument.presentationml.template.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
    +  application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml:
    +    text: application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.template:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.template
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
    +  application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml:
    +    text: application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
    +  application/vnd.openxmlformats-officedocument.theme+xml:
    +    text: application/vnd.openxmlformats-officedocument.theme+xml
    +  application/vnd.openxmlformats-officedocument.themeOverride+xml:
    +    text: application/vnd.openxmlformats-officedocument.themeOverride+xml
    +  application/vnd.openxmlformats-officedocument.vmlDrawing:
    +    text: application/vnd.openxmlformats-officedocument.vmlDrawing
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.document:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.document
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.template:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.template
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
    +  application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml:
    +    text: application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
    +  application/vnd.openxmlformats-package.core-properties+xml:
    +    text: application/vnd.openxmlformats-package.core-properties+xml
    +  application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml:
    +    text: application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
    +  application/vnd.openxmlformats-package.relationships+xml:
    +    text: application/vnd.openxmlformats-package.relationships+xml
    +  application/vnd.oracle.resource+json:
    +    text: application/vnd.oracle.resource+json
    +  application/vnd.orange.indata:
    +    text: application/vnd.orange.indata
    +  application/vnd.osa.netdeploy:
    +    text: application/vnd.osa.netdeploy
    +  application/vnd.osgeo.mapguide.package:
    +    text: application/vnd.osgeo.mapguide.package
    +  application/vnd.osgi.bundle:
    +    text: application/vnd.osgi.bundle
    +  application/vnd.osgi.dp:
    +    text: application/vnd.osgi.dp
    +  application/vnd.osgi.subsystem:
    +    text: application/vnd.osgi.subsystem
    +  application/vnd.otps.ct-kip+xml:
    +    text: application/vnd.otps.ct-kip+xml
    +  application/vnd.oxli.countgraph:
    +    text: application/vnd.oxli.countgraph
    +  application/vnd.pagerduty+json:
    +    text: application/vnd.pagerduty+json
    +  application/vnd.palm:
    +    text: application/vnd.palm
    +  application/vnd.panoply:
    +    text: application/vnd.panoply
    +  application/vnd.paos.xml:
    +    text: application/vnd.paos.xml
    +  application/vnd.patentdive:
    +    text: application/vnd.patentdive
    +  application/vnd.patientecommsdoc:
    +    text: application/vnd.patientecommsdoc
    +  application/vnd.pawaafile:
    +    text: application/vnd.pawaafile
    +  application/vnd.pcos:
    +    text: application/vnd.pcos
    +  application/vnd.pg.format:
    +    text: application/vnd.pg.format
    +  application/vnd.pg.osasli:
    +    text: application/vnd.pg.osasli
    +  application/vnd.piaccess.application-licence:
    +    text: application/vnd.piaccess.application-licence
    +  application/vnd.picsel:
    +    text: application/vnd.picsel
    +  application/vnd.pmi.widget:
    +    text: application/vnd.pmi.widget
    +  application/vnd.poc.group-advertisement+xml:
    +    text: application/vnd.poc.group-advertisement+xml
    +  application/vnd.pocketlearn:
    +    text: application/vnd.pocketlearn
    +  application/vnd.powerbuilder6:
    +    text: application/vnd.powerbuilder6
    +  application/vnd.powerbuilder6-s:
    +    text: application/vnd.powerbuilder6-s
    +  application/vnd.powerbuilder7:
    +    text: application/vnd.powerbuilder7
    +  application/vnd.powerbuilder75:
    +    text: application/vnd.powerbuilder75
    +  application/vnd.powerbuilder75-s:
    +    text: application/vnd.powerbuilder75-s
    +  application/vnd.powerbuilder7-s:
    +    text: application/vnd.powerbuilder7-s
    +  application/vnd.preminet:
    +    text: application/vnd.preminet
    +  application/vnd.previewsystems.box:
    +    text: application/vnd.previewsystems.box
    +  application/vnd.proteus.magazine:
    +    text: application/vnd.proteus.magazine
    +  application/vnd.psfs:
    +    text: application/vnd.psfs
    +  application/vnd.pt.mundusmundi:
    +    text: application/vnd.pt.mundusmundi
    +  application/vnd.publishare-delta-tree:
    +    text: application/vnd.publishare-delta-tree
    +  application/vnd.pvi.ptid1:
    +    text: application/vnd.pvi.ptid1
    +  application/vnd.pwg-multiplexed:
    +    text: application/vnd.pwg-multiplexed
    +  application/vnd.pwg-xhtml-print+xml:
    +    text: application/vnd.pwg-xhtml-print+xml
    +  application/vnd.qualcomm.brew-app-res:
    +    text: application/vnd.qualcomm.brew-app-res
    +  application/vnd.quarantainenet:
    +    text: application/vnd.quarantainenet
    +  application/vnd.Quark.QuarkXPress:
    +    text: application/vnd.Quark.QuarkXPress
    +  application/vnd.quobject-quoxdocument:
    +    text: application/vnd.quobject-quoxdocument
    +  application/vnd.radisys.moml+xml:
    +    text: application/vnd.radisys.moml+xml
    +  application/vnd.radisys.msml+xml:
    +    text: application/vnd.radisys.msml+xml
    +  application/vnd.radisys.msml-audit+xml:
    +    text: application/vnd.radisys.msml-audit+xml
    +  application/vnd.radisys.msml-audit-conf+xml:
    +    text: application/vnd.radisys.msml-audit-conf+xml
    +  application/vnd.radisys.msml-audit-conn+xml:
    +    text: application/vnd.radisys.msml-audit-conn+xml
    +  application/vnd.radisys.msml-audit-dialog+xml:
    +    text: application/vnd.radisys.msml-audit-dialog+xml
    +  application/vnd.radisys.msml-audit-stream+xml:
    +    text: application/vnd.radisys.msml-audit-stream+xml
    +  application/vnd.radisys.msml-conf+xml:
    +    text: application/vnd.radisys.msml-conf+xml
    +  application/vnd.radisys.msml-dialog+xml:
    +    text: application/vnd.radisys.msml-dialog+xml
    +  application/vnd.radisys.msml-dialog-base+xml:
    +    text: application/vnd.radisys.msml-dialog-base+xml
    +  application/vnd.radisys.msml-dialog-fax-detect+xml:
    +    text: application/vnd.radisys.msml-dialog-fax-detect+xml
    +  application/vnd.radisys.msml-dialog-fax-sendrecv+xml:
    +    text: application/vnd.radisys.msml-dialog-fax-sendrecv+xml
    +  application/vnd.radisys.msml-dialog-group+xml:
    +    text: application/vnd.radisys.msml-dialog-group+xml
    +  application/vnd.radisys.msml-dialog-speech+xml:
    +    text: application/vnd.radisys.msml-dialog-speech+xml
    +  application/vnd.radisys.msml-dialog-transform+xml:
    +    text: application/vnd.radisys.msml-dialog-transform+xml
    +  application/vnd.rainstor.data:
    +    text: application/vnd.rainstor.data
    +  application/vnd.rapid:
    +    text: application/vnd.rapid
    +  application/vnd.rar:
    +    text: application/vnd.rar
    +  application/vnd.realvnc.bed:
    +    text: application/vnd.realvnc.bed
    +  application/vnd.recordare.musicxml:
    +    text: application/vnd.recordare.musicxml
    +  application/vnd.recordare.musicxml+xml:
    +    text: application/vnd.recordare.musicxml+xml
    +  application/vnd.relpipe:
    +    text: application/vnd.relpipe
    +  application/vnd.RenLearn.rlprint:
    +    text: application/vnd.RenLearn.rlprint
    +  application/vnd.resilient.logic:
    +    text: application/vnd.resilient.logic
    +  application/vnd.restful+json:
    +    text: application/vnd.restful+json
    +  application/vnd.rig.cryptonote:
    +    text: application/vnd.rig.cryptonote
    +  application/vnd.route66.link66+xml:
    +    text: application/vnd.route66.link66+xml
    +  application/vnd.rs-274x:
    +    text: application/vnd.rs-274x
    +  application/vnd.ruckus.download:
    +    text: application/vnd.ruckus.download
    +  application/vnd.s3sms:
    +    text: application/vnd.s3sms
    +  application/vnd.sailingtracker.track:
    +    text: application/vnd.sailingtracker.track
    +  application/vnd.sar:
    +    text: application/vnd.sar
    +  application/vnd.sbm.cid:
    +    text: application/vnd.sbm.cid
    +  application/vnd.sbm.mid2:
    +    text: application/vnd.sbm.mid2
    +  application/vnd.scribus:
    +    text: application/vnd.scribus
    +  application/vnd.sealed.3df:
    +    text: application/vnd.sealed.3df
    +  application/vnd.sealed.csf:
    +    text: application/vnd.sealed.csf
    +  application/vnd.sealed.doc:
    +    text: application/vnd.sealed.doc
    +  application/vnd.sealed.eml:
    +    text: application/vnd.sealed.eml
    +  application/vnd.sealed.mht:
    +    text: application/vnd.sealed.mht
    +  application/vnd.sealed.net:
    +    text: application/vnd.sealed.net
    +  application/vnd.sealed.ppt:
    +    text: application/vnd.sealed.ppt
    +  application/vnd.sealed.tiff:
    +    text: application/vnd.sealed.tiff
    +  application/vnd.sealed.xls:
    +    text: application/vnd.sealed.xls
    +  application/vnd.sealedmedia.softseal.html:
    +    text: application/vnd.sealedmedia.softseal.html
    +  application/vnd.sealedmedia.softseal.pdf:
    +    text: application/vnd.sealedmedia.softseal.pdf
    +  application/vnd.seemail:
    +    text: application/vnd.seemail
    +  application/vnd.seis+json:
    +    text: application/vnd.seis+json
    +  application/vnd.sema:
    +    text: application/vnd.sema
    +  application/vnd.semd:
    +    text: application/vnd.semd
    +  application/vnd.semf:
    +    text: application/vnd.semf
    +  application/vnd.shade-save-file:
    +    text: application/vnd.shade-save-file
    +  application/vnd.shana.informed.formdata:
    +    text: application/vnd.shana.informed.formdata
    +  application/vnd.shana.informed.formtemplate:
    +    text: application/vnd.shana.informed.formtemplate
    +  application/vnd.shana.informed.interchange:
    +    text: application/vnd.shana.informed.interchange
    +  application/vnd.shana.informed.package:
    +    text: application/vnd.shana.informed.package
    +  application/vnd.shootproof+json:
    +    text: application/vnd.shootproof+json
    +  application/vnd.shopkick+json:
    +    text: application/vnd.shopkick+json
    +  application/vnd.shp:
    +    text: application/vnd.shp
    +  application/vnd.shx:
    +    text: application/vnd.shx
    +  application/vnd.sigrok.session:
    +    text: application/vnd.sigrok.session
    +  application/vnd.SimTech-MindMapper:
    +    text: application/vnd.SimTech-MindMapper
    +  application/vnd.siren+json:
    +    text: application/vnd.siren+json
    +  application/vnd.sketchometry:
    +    text: application/vnd.sketchometry
    +  application/vnd.smaf:
    +    text: application/vnd.smaf
    +  application/vnd.smart.notebook:
    +    text: application/vnd.smart.notebook
    +  application/vnd.smart.teacher:
    +    text: application/vnd.smart.teacher
    +  application/vnd.smintio.portals.archive:
    +    text: application/vnd.smintio.portals.archive
    +  application/vnd.snesdev-page-table:
    +    text: application/vnd.snesdev-page-table
    +  application/vnd.software602.filler.form+xml:
    +    text: application/vnd.software602.filler.form+xml
    +  application/vnd.software602.filler.form-xml-zip:
    +    text: application/vnd.software602.filler.form-xml-zip
    +  application/vnd.solent.sdkm+xml:
    +    text: application/vnd.solent.sdkm+xml
    +  application/vnd.spotfire.dxp:
    +    text: application/vnd.spotfire.dxp
    +  application/vnd.spotfire.sfs:
    +    text: application/vnd.spotfire.sfs
    +  application/vnd.sqlite3:
    +    text: application/vnd.sqlite3
    +  application/vnd.sss-cod:
    +    text: application/vnd.sss-cod
    +  application/vnd.sss-dtf:
    +    text: application/vnd.sss-dtf
    +  application/vnd.sss-ntf:
    +    text: application/vnd.sss-ntf
    +  application/vnd.stepmania.package:
    +    text: application/vnd.stepmania.package
    +  application/vnd.stepmania.stepchart:
    +    text: application/vnd.stepmania.stepchart
    +  application/vnd.street-stream:
    +    text: application/vnd.street-stream
    +  application/vnd.sun.wadl+xml:
    +    text: application/vnd.sun.wadl+xml
    +  application/vnd.sus-calendar:
    +    text: application/vnd.sus-calendar
    +  application/vnd.svd:
    +    text: application/vnd.svd
    +  application/vnd.swiftview-ics:
    +    text: application/vnd.swiftview-ics
    +  application/vnd.sybyl.mol2:
    +    text: application/vnd.sybyl.mol2
    +  application/vnd.sycle+xml:
    +    text: application/vnd.sycle+xml
    +  application/vnd.syft+json:
    +    text: application/vnd.syft+json
    +  application/vnd.syncml.dm.notification:
    +    text: application/vnd.syncml.dm.notification
    +  application/vnd.syncml.dm+wbxml:
    +    text: application/vnd.syncml.dm+wbxml
    +  application/vnd.syncml.dm+xml:
    +    text: application/vnd.syncml.dm+xml
    +  application/vnd.syncml.dmddf+wbxml:
    +    text: application/vnd.syncml.dmddf+wbxml
    +  application/vnd.syncml.dmddf+xml:
    +    text: application/vnd.syncml.dmddf+xml
    +  application/vnd.syncml.dmtnds+wbxml:
    +    text: application/vnd.syncml.dmtnds+wbxml
    +  application/vnd.syncml.dmtnds+xml:
    +    text: application/vnd.syncml.dmtnds+xml
    +  application/vnd.syncml.ds.notification:
    +    text: application/vnd.syncml.ds.notification
    +  application/vnd.syncml+xml:
    +    text: application/vnd.syncml+xml
    +  application/vnd.tableschema+json:
    +    text: application/vnd.tableschema+json
    +  application/vnd.tao.intent-module-archive:
    +    text: application/vnd.tao.intent-module-archive
    +  application/vnd.tcpdump.pcap:
    +    text: application/vnd.tcpdump.pcap
    +  application/vnd.think-cell.ppttc+json:
    +    text: application/vnd.think-cell.ppttc+json
    +  application/vnd.tmd.mediaflex.api+xml:
    +    text: application/vnd.tmd.mediaflex.api+xml
    +  application/vnd.tml:
    +    text: application/vnd.tml
    +  application/vnd.tmobile-livetv:
    +    text: application/vnd.tmobile-livetv
    +  application/vnd.tri.onesource:
    +    text: application/vnd.tri.onesource
    +  application/vnd.trid.tpt:
    +    text: application/vnd.trid.tpt
    +  application/vnd.triscape.mxs:
    +    text: application/vnd.triscape.mxs
    +  application/vnd.trueapp:
    +    text: application/vnd.trueapp
    +  application/vnd.truedoc:
    +    text: application/vnd.truedoc
    +  application/vnd.ubisoft.webplayer:
    +    text: application/vnd.ubisoft.webplayer
    +  application/vnd.ufdl:
    +    text: application/vnd.ufdl
    +  application/vnd.uic.osdm+json:
    +    text: application/vnd.uic.osdm+json
    +  application/vnd.uiq.theme:
    +    text: application/vnd.uiq.theme
    +  application/vnd.umajin:
    +    text: application/vnd.umajin
    +  application/vnd.unity:
    +    text: application/vnd.unity
    +  application/vnd.uoml+xml:
    +    text: application/vnd.uoml+xml
    +  application/vnd.uplanet.alert:
    +    text: application/vnd.uplanet.alert
    +  application/vnd.uplanet.alert-wbxml:
    +    text: application/vnd.uplanet.alert-wbxml
    +  application/vnd.uplanet.bearer-choice:
    +    text: application/vnd.uplanet.bearer-choice
    +  application/vnd.uplanet.bearer-choice-wbxml:
    +    text: application/vnd.uplanet.bearer-choice-wbxml
    +  application/vnd.uplanet.cacheop:
    +    text: application/vnd.uplanet.cacheop
    +  application/vnd.uplanet.cacheop-wbxml:
    +    text: application/vnd.uplanet.cacheop-wbxml
    +  application/vnd.uplanet.channel:
    +    text: application/vnd.uplanet.channel
    +  application/vnd.uplanet.channel-wbxml:
    +    text: application/vnd.uplanet.channel-wbxml
    +  application/vnd.uplanet.list:
    +    text: application/vnd.uplanet.list
    +  application/vnd.uplanet.listcmd:
    +    text: application/vnd.uplanet.listcmd
    +  application/vnd.uplanet.listcmd-wbxml:
    +    text: application/vnd.uplanet.listcmd-wbxml
    +  application/vnd.uplanet.list-wbxml:
    +    text: application/vnd.uplanet.list-wbxml
    +  application/vnd.uplanet.signal:
    +    text: application/vnd.uplanet.signal
    +  application/vnd.uri-map:
    +    text: application/vnd.uri-map
    +  application/vnd.valve.source.material:
    +    text: application/vnd.valve.source.material
    +  application/vnd.vcx:
    +    text: application/vnd.vcx
    +  application/vnd.vd-study:
    +    text: application/vnd.vd-study
    +  application/vnd.vectorworks:
    +    text: application/vnd.vectorworks
    +  application/vnd.vel+json:
    +    text: application/vnd.vel+json
    +  application/vnd.veraison.tsm-report+cbor:
    +    text: application/vnd.veraison.tsm-report+cbor
    +  application/vnd.veraison.tsm-report+json:
    +    text: application/vnd.veraison.tsm-report+json
    +  application/vnd.verimatrix.vcas:
    +    text: application/vnd.verimatrix.vcas
    +  application/vnd.veritone.aion+json:
    +    text: application/vnd.veritone.aion+json
    +  application/vnd.veryant.thin:
    +    text: application/vnd.veryant.thin
    +  application/vnd.ves.encrypted:
    +    text: application/vnd.ves.encrypted
    +  application/vnd.vidsoft.vidconference:
    +    text: application/vnd.vidsoft.vidconference
    +  application/vnd.visio:
    +    text: application/vnd.visio
    +  application/vnd.visionary:
    +    text: application/vnd.visionary
    +  application/vnd.vividence.scriptfile:
    +    text: application/vnd.vividence.scriptfile
    +  application/vnd.vocalshaper.vsp4:
    +    text: application/vnd.vocalshaper.vsp4
    +  application/vnd.vsf:
    +    text: application/vnd.vsf
    +  application/vnd.wap.sic:
    +    text: application/vnd.wap.sic
    +  application/vnd.wap.slc:
    +    text: application/vnd.wap.slc
    +  application/vnd.wap.wbxml:
    +    text: application/vnd.wap.wbxml
    +  application/vnd.wap.wmlc:
    +    text: application/vnd.wap.wmlc
    +  application/vnd.wap.wmlscriptc:
    +    text: application/vnd.wap.wmlscriptc
    +  application/vnd.wasmflow.wafl:
    +    text: application/vnd.wasmflow.wafl
    +  application/vnd.webturbo:
    +    text: application/vnd.webturbo
    +  application/vnd.wfa.dpp:
    +    text: application/vnd.wfa.dpp
    +  application/vnd.wfa.p2p:
    +    text: application/vnd.wfa.p2p
    +  application/vnd.wfa.wsc:
    +    text: application/vnd.wfa.wsc
    +  application/vnd.windows.devicepairing:
    +    text: application/vnd.windows.devicepairing
    +  application/vnd.wmc:
    +    text: application/vnd.wmc
    +  application/vnd.wmf.bootstrap:
    +    text: application/vnd.wmf.bootstrap
    +  application/vnd.wolfram.mathematica:
    +    text: application/vnd.wolfram.mathematica
    +  application/vnd.wolfram.mathematica.package:
    +    text: application/vnd.wolfram.mathematica.package
    +  application/vnd.wolfram.player:
    +    text: application/vnd.wolfram.player
    +  application/vnd.wordlift:
    +    text: application/vnd.wordlift
    +  application/vnd.wordperfect:
    +    text: application/vnd.wordperfect
    +  application/vnd.wqd:
    +    text: application/vnd.wqd
    +  application/vnd.wrq-hp3000-labelled:
    +    text: application/vnd.wrq-hp3000-labelled
    +  application/vnd.wt.stf:
    +    text: application/vnd.wt.stf
    +  application/vnd.wv.csp+wbxml:
    +    text: application/vnd.wv.csp+wbxml
    +  application/vnd.wv.csp+xml:
    +    text: application/vnd.wv.csp+xml
    +  application/vnd.wv.ssp+xml:
    +    text: application/vnd.wv.ssp+xml
    +  application/vnd.xacml+json:
    +    text: application/vnd.xacml+json
    +  application/vnd.xara:
    +    text: application/vnd.xara
    +  application/vnd.xarin.cpj:
    +    text: application/vnd.xarin.cpj
    +  application/vnd.xecrets-encrypted:
    +    text: application/vnd.xecrets-encrypted
    +  application/vnd.xfdl:
    +    text: application/vnd.xfdl
    +  application/vnd.xfdl.webform:
    +    text: application/vnd.xfdl.webform
    +  application/vnd.xmi+xml:
    +    text: application/vnd.xmi+xml
    +  application/vnd.xmpie.cpkg:
    +    text: application/vnd.xmpie.cpkg
    +  application/vnd.xmpie.dpkg:
    +    text: application/vnd.xmpie.dpkg
    +  application/vnd.xmpie.plan:
    +    text: application/vnd.xmpie.plan
    +  application/vnd.xmpie.ppkg:
    +    text: application/vnd.xmpie.ppkg
    +  application/vnd.xmpie.xlim:
    +    text: application/vnd.xmpie.xlim
    +  application/vnd.yamaha.hv-dic:
    +    text: application/vnd.yamaha.hv-dic
    +  application/vnd.yamaha.hv-script:
    +    text: application/vnd.yamaha.hv-script
    +  application/vnd.yamaha.hv-voice:
    +    text: application/vnd.yamaha.hv-voice
    +  application/vnd.yamaha.openscoreformat:
    +    text: application/vnd.yamaha.openscoreformat
    +  application/vnd.yamaha.openscoreformat.osfpvg+xml:
    +    text: application/vnd.yamaha.openscoreformat.osfpvg+xml
    +  application/vnd.yamaha.remote-setup:
    +    text: application/vnd.yamaha.remote-setup
    +  application/vnd.yamaha.smaf-audio:
    +    text: application/vnd.yamaha.smaf-audio
    +  application/vnd.yamaha.smaf-phrase:
    +    text: application/vnd.yamaha.smaf-phrase
    +  application/vnd.yamaha.through-ngn:
    +    text: application/vnd.yamaha.through-ngn
    +  application/vnd.yamaha.tunnel-udpencap:
    +    text: application/vnd.yamaha.tunnel-udpencap
    +  application/vnd.yaoweme:
    +    text: application/vnd.yaoweme
    +  application/vnd.yellowriver-custom-menu:
    +    text: application/vnd.yellowriver-custom-menu
    +  application/vnd.youtube.yt:
    +    text: application/vnd.youtube.yt
    +  application/vnd.zul:
    +    text: application/vnd.zul
    +  application/vnd.zzazz.deck+xml:
    +    text: application/vnd.zzazz.deck+xml
    +  application/voicexml+xml:
    +    text: application/voicexml+xml
    +  application/voucher-cms+json:
    +    text: application/voucher-cms+json
    +  application/voucher-jws+json:
    +    text: application/voucher-jws+json
    +  application/vp:
    +    text: application/vp
    +  application/vp+cose:
    +    text: application/vp+cose
    +  application/vp+jwt:
    +    text: application/vp+jwt
    +  application/vq-rtcpxr:
    +    text: application/vq-rtcpxr
    +  application/wasm:
    +    text: application/wasm
    +  application/watcherinfo+xml:
    +    text: application/watcherinfo+xml
    +  application/webpush-options+json:
    +    text: application/webpush-options+json
    +  application/whoispp-query:
    +    text: application/whoispp-query
    +  application/whoispp-response:
    +    text: application/whoispp-response
    +  application/widget:
    +    text: application/widget
    +  application/wita:
    +    text: application/wita
    +  application/wordperfect5.1:
    +    text: application/wordperfect5.1
    +  application/wsdl+xml:
    +    text: application/wsdl+xml
    +  application/wspolicy+xml:
    +    text: application/wspolicy+xml
    +  application/x400-bp:
    +    text: application/x400-bp
    +  application/xacml+xml:
    +    text: application/xacml+xml
    +  application/xcap-att+xml:
    +    text: application/xcap-att+xml
    +  application/xcap-caps+xml:
    +    text: application/xcap-caps+xml
    +  application/xcap-diff+xml:
    +    text: application/xcap-diff+xml
    +  application/xcap-el+xml:
    +    text: application/xcap-el+xml
    +  application/xcap-error+xml:
    +    text: application/xcap-error+xml
    +  application/xcap-ns+xml:
    +    text: application/xcap-ns+xml
    +  application/xcon-conference-info+xml:
    +    text: application/xcon-conference-info+xml
    +  application/xcon-conference-info-diff+xml:
    +    text: application/xcon-conference-info-diff+xml
    +  application/xenc+xml:
    +    text: application/xenc+xml
    +  application/xfdf:
    +    text: application/xfdf
    +  application/xhtml+xml:
    +    text: application/xhtml+xml
    +  application/xliff+xml:
    +    text: application/xliff+xml
    +  application/xml:
    +    text: application/xml
    +  application/xml-dtd:
    +    text: application/xml-dtd
    +  application/xml-external-parsed-entity:
    +    text: application/xml-external-parsed-entity
    +  application/xml-patch+xml:
    +    text: application/xml-patch+xml
    +  application/xmpp+xml:
    +    text: application/xmpp+xml
    +  application/xop+xml:
    +    text: application/xop+xml
    +  application/x-pki-message:
    +    text: application/x-pki-message
    +  application/xslt+xml:
    +    text: application/xslt+xml
    +  application/xv+xml:
    +    text: application/xv+xml
    +  application/x-www-form-urlencoded:
    +    text: application/x-www-form-urlencoded
    +  application/x-x509-ca-cert:
    +    text: application/x-x509-ca-cert
    +  application/x-x509-ca-ra-cert:
    +    text: application/x-x509-ca-ra-cert
    +  application/x-x509-next-ca-cert:
    +    text: application/x-x509-next-ca-cert
    +  application/yaml:
    +    text: application/yaml
    +  application/yang:
    +    text: application/yang
    +  application/yang-data+cbor:
    +    text: application/yang-data+cbor
    +  application/yang-data+json:
    +    text: application/yang-data+json
    +  application/yang-data+xml:
    +    text: application/yang-data+xml
    +  application/yang-patch+json:
    +    text: application/yang-patch+json
    +  application/yang-patch+xml:
    +    text: application/yang-patch+xml
    +  application/yang-sid+json:
    +    text: application/yang-sid+json
    +  application/yin+xml:
    +    text: application/yin+xml
    +  application/zip:
    +    text: application/zip
    +  application/zlib:
    +    text: application/zlib
    +  application/zstd:
    +    text: application/zstd
    +  audio/1d-interleaved-parityfec:
    +    text: audio/1d-interleaved-parityfec
    +  audio/32kadpcm:
    +    text: audio/32kadpcm
    +  audio/3gpp:
    +    text: audio/3gpp
    +  audio/3gpp2:
    +    text: audio/3gpp2
    +  audio/aac:
    +    text: audio/aac
    +  audio/ac3:
    +    text: audio/ac3
    +  audio/AMR:
    +    text: audio/AMR
    +  audio/AMR-WB:
    +    text: audio/AMR-WB
    +  audio/amr-wb+:
    +    text: audio/amr-wb+
    +  audio/aptx:
    +    text: audio/aptx
    +  audio/asc:
    +    text: audio/asc
    +  audio/ATRAC3:
    +    text: audio/ATRAC3
    +  audio/ATRAC-ADVANCED-LOSSLESS:
    +    text: audio/ATRAC-ADVANCED-LOSSLESS
    +  audio/ATRAC-X:
    +    text: audio/ATRAC-X
    +  audio/basic:
    +    text: audio/basic
    +  audio/BV16:
    +    text: audio/BV16
    +  audio/BV32:
    +    text: audio/BV32
    +  audio/clearmode:
    +    text: audio/clearmode
    +  audio/CN:
    +    text: audio/CN
    +  audio/DAT12:
    +    text: audio/DAT12
    +  audio/dls:
    +    text: audio/dls
    +  audio/dsr-es201108:
    +    text: audio/dsr-es201108
    +  audio/dsr-es202050:
    +    text: audio/dsr-es202050
    +  audio/dsr-es202211:
    +    text: audio/dsr-es202211
    +  audio/dsr-es202212:
    +    text: audio/dsr-es202212
    +  audio/DV:
    +    text: audio/DV
    +  audio/DVI4:
    +    text: audio/DVI4
    +  audio/eac3:
    +    text: audio/eac3
    +  audio/encaprtp:
    +    text: audio/encaprtp
    +  audio/EVRC:
    +    text: audio/EVRC
    +  audio/EVRC0:
    +    text: audio/EVRC0
    +  audio/EVRC1:
    +    text: audio/EVRC1
    +  audio/EVRCB:
    +    text: audio/EVRCB
    +  audio/EVRCB0:
    +    text: audio/EVRCB0
    +  audio/EVRCB1:
    +    text: audio/EVRCB1
    +  audio/EVRCNW:
    +    text: audio/EVRCNW
    +  audio/EVRCNW0:
    +    text: audio/EVRCNW0
    +  audio/EVRCNW1:
    +    text: audio/EVRCNW1
    +  audio/EVRC-QCP:
    +    text: audio/EVRC-QCP
    +  audio/EVRCWB:
    +    text: audio/EVRCWB
    +  audio/EVRCWB0:
    +    text: audio/EVRCWB0
    +  audio/EVRCWB1:
    +    text: audio/EVRCWB1
    +  audio/EVS:
    +    text: audio/EVS
    +  audio/example:
    +    text: audio/example
    +  audio/flac:
    +    text: audio/flac
    +  audio/flexfec:
    +    text: audio/flexfec
    +  audio/fwdred:
    +    text: audio/fwdred
    +  audio/G711-0:
    +    text: audio/G711-0
    +  audio/G719:
    +    text: audio/G719
    +  audio/G722:
    +    text: audio/G722
    +  audio/G7221:
    +    text: audio/G7221
    +  audio/G723:
    +    text: audio/G723
    +  audio/G726-16:
    +    text: audio/G726-16
    +  audio/G726-24:
    +    text: audio/G726-24
    +  audio/G726-32:
    +    text: audio/G726-32
    +  audio/G726-40:
    +    text: audio/G726-40
    +  audio/G728:
    +    text: audio/G728
    +  audio/G729:
    +    text: audio/G729
    +  audio/G7291:
    +    text: audio/G7291
    +  audio/G729D:
    +    text: audio/G729D
    +  audio/G729E:
    +    text: audio/G729E
    +  audio/GSM:
    +    text: audio/GSM
    +  audio/GSM-EFR:
    +    text: audio/GSM-EFR
    +  audio/GSM-HR-08:
    +    text: audio/GSM-HR-08
    +  audio/iLBC:
    +    text: audio/iLBC
    +  audio/ip-mr_v2.5:
    +    text: audio/ip-mr_v2.5
    +  audio/L16:
    +    text: audio/L16
    +  audio/L20:
    +    text: audio/L20
    +  audio/L24:
    +    text: audio/L24
    +  audio/L8:
    +    text: audio/L8
    +  audio/LPC:
    +    text: audio/LPC
    +  audio/matroska:
    +    text: audio/matroska
    +  audio/MELP:
    +    text: audio/MELP
    +  audio/MELP1200:
    +    text: audio/MELP1200
    +  audio/MELP2400:
    +    text: audio/MELP2400
    +  audio/MELP600:
    +    text: audio/MELP600
    +  audio/mhas:
    +    text: audio/mhas
    +  audio/midi-clip:
    +    text: audio/midi-clip
    +  audio/mobile-xmf:
    +    text: audio/mobile-xmf
    +  audio/mp4:
    +    text: audio/mp4
    +  audio/MP4A-LATM:
    +    text: audio/MP4A-LATM
    +  audio/MPA:
    +    text: audio/MPA
    +  audio/mpa-robust:
    +    text: audio/mpa-robust
    +  audio/mpeg:
    +    text: audio/mpeg
    +  audio/mpeg4-generic:
    +    text: audio/mpeg4-generic
    +  audio/ogg:
    +    text: audio/ogg
    +  audio/opus:
    +    text: audio/opus
    +  audio/parityfec:
    +    text: audio/parityfec
    +  audio/PCMA:
    +    text: audio/PCMA
    +  audio/PCMA-WB:
    +    text: audio/PCMA-WB
    +  audio/PCMU:
    +    text: audio/PCMU
    +  audio/PCMU-WB:
    +    text: audio/PCMU-WB
    +  audio/prs.sid:
    +    text: audio/prs.sid
    +  audio/QCELP:
    +    text: audio/QCELP
    +  audio/raptorfec:
    +    text: audio/raptorfec
    +  audio/RED:
    +    text: audio/RED
    +  audio/rtp-enc-aescm128:
    +    text: audio/rtp-enc-aescm128
    +  audio/rtploopback:
    +    text: audio/rtploopback
    +  audio/rtp-midi:
    +    text: audio/rtp-midi
    +  audio/rtx:
    +    text: audio/rtx
    +  audio/scip:
    +    text: audio/scip
    +  audio/SMV:
    +    text: audio/SMV
    +  audio/SMV0:
    +    text: audio/SMV0
    +  audio/SMV-QCP:
    +    text: audio/SMV-QCP
    +  audio/sofa:
    +    text: audio/sofa
    +  audio/speex:
    +    text: audio/speex
    +  audio/sp-midi:
    +    text: audio/sp-midi
    +  audio/t140c:
    +    text: audio/t140c
    +  audio/t38:
    +    text: audio/t38
    +  audio/telephone-event:
    +    text: audio/telephone-event
    +  audio/TETRA_ACELP:
    +    text: audio/TETRA_ACELP
    +  audio/TETRA_ACELP_BB:
    +    text: audio/TETRA_ACELP_BB
    +  audio/tone:
    +    text: audio/tone
    +  audio/TSVCIS:
    +    text: audio/TSVCIS
    +  audio/UEMCLIP:
    +    text: audio/UEMCLIP
    +  audio/ulpfec:
    +    text: audio/ulpfec
    +  audio/usac:
    +    text: audio/usac
    +  audio/VDVI:
    +    text: audio/VDVI
    +  audio/VMR-WB:
    +    text: audio/VMR-WB
    +  audio/vnd.3gpp.iufp:
    +    text: audio/vnd.3gpp.iufp
    +  audio/vnd.4SB:
    +    text: audio/vnd.4SB
    +  audio/vnd.audiokoz:
    +    text: audio/vnd.audiokoz
    +  audio/vnd.CELP:
    +    text: audio/vnd.CELP
    +  audio/vnd.cisco.nse:
    +    text: audio/vnd.cisco.nse
    +  audio/vnd.cmles.radio-events:
    +    text: audio/vnd.cmles.radio-events
    +  audio/vnd.cns.anp1:
    +    text: audio/vnd.cns.anp1
    +  audio/vnd.cns.inf1:
    +    text: audio/vnd.cns.inf1
    +  audio/vnd.dece.audio:
    +    text: audio/vnd.dece.audio
    +  audio/vnd.digital-winds:
    +    text: audio/vnd.digital-winds
    +  audio/vnd.dlna.adts:
    +    text: audio/vnd.dlna.adts
    +  audio/vnd.dolby.heaac.1:
    +    text: audio/vnd.dolby.heaac.1
    +  audio/vnd.dolby.heaac.2:
    +    text: audio/vnd.dolby.heaac.2
    +  audio/vnd.dolby.mlp:
    +    text: audio/vnd.dolby.mlp
    +  audio/vnd.dolby.mps:
    +    text: audio/vnd.dolby.mps
    +  audio/vnd.dolby.pl2:
    +    text: audio/vnd.dolby.pl2
    +  audio/vnd.dolby.pl2x:
    +    text: audio/vnd.dolby.pl2x
    +  audio/vnd.dolby.pl2z:
    +    text: audio/vnd.dolby.pl2z
    +  audio/vnd.dolby.pulse.1:
    +    text: audio/vnd.dolby.pulse.1
    +  audio/vnd.dra:
    +    text: audio/vnd.dra
    +  audio/vnd.dts:
    +    text: audio/vnd.dts
    +  audio/vnd.dts.hd:
    +    text: audio/vnd.dts.hd
    +  audio/vnd.dts.uhd:
    +    text: audio/vnd.dts.uhd
    +  audio/vnd.dvb.file:
    +    text: audio/vnd.dvb.file
    +  audio/vnd.everad.plj:
    +    text: audio/vnd.everad.plj
    +  audio/vnd.hns.audio:
    +    text: audio/vnd.hns.audio
    +  audio/vnd.lucent.voice:
    +    text: audio/vnd.lucent.voice
    +  audio/vnd.ms-playready.media.pya:
    +    text: audio/vnd.ms-playready.media.pya
    +  audio/vnd.nokia.mobile-xmf:
    +    text: audio/vnd.nokia.mobile-xmf
    +  audio/vnd.nortel.vbk:
    +    text: audio/vnd.nortel.vbk
    +  audio/vnd.nuera.ecelp4800:
    +    text: audio/vnd.nuera.ecelp4800
    +  audio/vnd.nuera.ecelp7470:
    +    text: audio/vnd.nuera.ecelp7470
    +  audio/vnd.nuera.ecelp9600:
    +    text: audio/vnd.nuera.ecelp9600
    +  audio/vnd.octel.sbc:
    +    text: audio/vnd.octel.sbc
    +  audio/vnd.presonus.multitrack:
    +    text: audio/vnd.presonus.multitrack
    +  audio/vnd.qcelp:
    +    text: audio/vnd.qcelp
    +  audio/vnd.rhetorex.32kadpcm:
    +    text: audio/vnd.rhetorex.32kadpcm
    +  audio/vnd.rip:
    +    text: audio/vnd.rip
    +  audio/vnd.sealedmedia.softseal.mpeg:
    +    text: audio/vnd.sealedmedia.softseal.mpeg
    +  audio/vnd.vmx.cvsd:
    +    text: audio/vnd.vmx.cvsd
    +  audio/vorbis:
    +    text: audio/vorbis
    +  audio/vorbis-config:
    +    text: audio/vorbis-config
    +  font/collection:
    +    text: font/collection
    +  font/otf:
    +    text: font/otf
    +  font/sfnt:
    +    text: font/sfnt
    +  font/ttf:
    +    text: font/ttf
    +  font/woff:
    +    text: font/woff
    +  font/woff2:
    +    text: font/woff2
    +  haptics/hjif:
    +    text: haptics/hjif
    +  haptics/hmpg:
    +    text: haptics/hmpg
    +  haptics/ivs:
    +    text: haptics/ivs
    +  image/aces:
    +    text: image/aces
    +  image/apng:
    +    text: image/apng
    +  image/avci:
    +    text: image/avci
    +  image/avcs:
    +    text: image/avcs
    +  image/avif:
    +    text: image/avif
    +  image/bmp:
    +    text: image/bmp
    +  image/cgm:
    +    text: image/cgm
    +  image/dicom-rle:
    +    text: image/dicom-rle
    +  image/dpx:
    +    text: image/dpx
    +  image/emf:
    +    text: image/emf
    +  image/example:
    +    text: image/example
    +  image/fits:
    +    text: image/fits
    +  image/g3fax:
    +    text: image/g3fax
    +  image/gif:
    +    text: image/gif
    +  image/heic:
    +    text: image/heic
    +  image/heic-sequence:
    +    text: image/heic-sequence
    +  image/heif:
    +    text: image/heif
    +  image/heif-sequence:
    +    text: image/heif-sequence
    +  image/hej2k:
    +    text: image/hej2k
    +  image/hsj2:
    +    text: image/hsj2
    +  image/ief:
    +    text: image/ief
    +  image/j2c:
    +    text: image/j2c
    +  image/jaii:
    +    text: image/jaii
    +  image/jais:
    +    text: image/jais
    +  image/jls:
    +    text: image/jls
    +  image/jp2:
    +    text: image/jp2
    +  image/jpeg:
    +    text: image/jpeg
    +  image/jph:
    +    text: image/jph
    +  image/jphc:
    +    text: image/jphc
    +  image/jpm:
    +    text: image/jpm
    +  image/jpx:
    +    text: image/jpx
    +  image/jxl:
    +    text: image/jxl
    +  image/jxr:
    +    text: image/jxr
    +  image/jxrA:
    +    text: image/jxrA
    +  image/jxrS:
    +    text: image/jxrS
    +  image/jxs:
    +    text: image/jxs
    +  image/jxsc:
    +    text: image/jxsc
    +  image/jxsi:
    +    text: image/jxsi
    +  image/jxss:
    +    text: image/jxss
    +  image/ktx:
    +    text: image/ktx
    +  image/ktx2:
    +    text: image/ktx2
    +  image/naplps:
    +    text: image/naplps
    +  image/png:
    +    text: image/png
    +  image/prs.btif:
    +    text: image/prs.btif
    +  image/prs.pti:
    +    text: image/prs.pti
    +  image/pwg-raster:
    +    text: image/pwg-raster
    +  image/svg+xml:
    +    text: image/svg+xml
    +  image/t38:
    +    text: image/t38
    +  image/tiff:
    +    text: image/tiff
    +  image/tiff-fx:
    +    text: image/tiff-fx
    +  image/vnd.adobe.photoshop:
    +    text: image/vnd.adobe.photoshop
    +  image/vnd.airzip.accelerator.azv:
    +    text: image/vnd.airzip.accelerator.azv
    +  image/vnd.cns.inf2:
    +    text: image/vnd.cns.inf2
    +  image/vnd.dece.graphic:
    +    text: image/vnd.dece.graphic
    +  image/vnd.djvu:
    +    text: image/vnd.djvu
    +  image/vnd.dvb.subtitle:
    +    text: image/vnd.dvb.subtitle
    +  image/vnd.dwg:
    +    text: image/vnd.dwg
    +  image/vnd.dxf:
    +    text: image/vnd.dxf
    +  image/vnd.fastbidsheet:
    +    text: image/vnd.fastbidsheet
    +  image/vnd.fpx:
    +    text: image/vnd.fpx
    +  image/vnd.fst:
    +    text: image/vnd.fst
    +  image/vnd.fujixerox.edmics-mmr:
    +    text: image/vnd.fujixerox.edmics-mmr
    +  image/vnd.fujixerox.edmics-rlc:
    +    text: image/vnd.fujixerox.edmics-rlc
    +  image/vnd.globalgraphics.pgb:
    +    text: image/vnd.globalgraphics.pgb
    +  image/vnd.microsoft.icon:
    +    text: image/vnd.microsoft.icon
    +  image/vnd.mix:
    +    text: image/vnd.mix
    +  image/vnd.mozilla.apng:
    +    text: image/vnd.mozilla.apng
    +  image/vnd.ms-modi:
    +    text: image/vnd.ms-modi
    +  image/vnd.net-fpx:
    +    text: image/vnd.net-fpx
    +  image/vnd.pco.b16:
    +    text: image/vnd.pco.b16
    +  image/vnd.radiance:
    +    text: image/vnd.radiance
    +  image/vnd.sealed.png:
    +    text: image/vnd.sealed.png
    +  image/vnd.sealedmedia.softseal.gif:
    +    text: image/vnd.sealedmedia.softseal.gif
    +  image/vnd.sealedmedia.softseal.jpg:
    +    text: image/vnd.sealedmedia.softseal.jpg
    +  image/vnd.svf:
    +    text: image/vnd.svf
    +  image/vnd.tencent.tap:
    +    text: image/vnd.tencent.tap
    +  image/vnd.valve.source.texture:
    +    text: image/vnd.valve.source.texture
    +  image/vnd.wap.wbmp:
    +    text: image/vnd.wap.wbmp
    +  image/vnd.xiff:
    +    text: image/vnd.xiff
    +  image/vnd.zbrush.pcx:
    +    text: image/vnd.zbrush.pcx
    +  image/webp:
    +    text: image/webp
    +  image/wmf:
    +    text: image/wmf
    +  image/x-emf:
    +    text: image/x-emf
    +  image/x-wmf:
    +    text: image/x-wmf
    +  message/bhttp:
    +    text: message/bhttp
    +  message/CPIM:
    +    text: message/CPIM
    +  message/delivery-status:
    +    text: message/delivery-status
    +  message/disposition-notification:
    +    text: message/disposition-notification
    +  message/example:
    +    text: message/example
    +  message/external-body:
    +    text: message/external-body
    +  message/feedback-report:
    +    text: message/feedback-report
    +  message/global:
    +    text: message/global
    +  message/global-delivery-status:
    +    text: message/global-delivery-status
    +  message/global-disposition-notification:
    +    text: message/global-disposition-notification
    +  message/global-headers:
    +    text: message/global-headers
    +  message/http:
    +    text: message/http
    +  message/imdn+xml:
    +    text: message/imdn+xml
    +  message/mls:
    +    text: message/mls
    +  message/news:
    +    text: message/news
    +  message/ohttp-req:
    +    text: message/ohttp-req
    +  message/ohttp-res:
    +    text: message/ohttp-res
    +  message/partial:
    +    text: message/partial
    +  message/rfc822:
    +    text: message/rfc822
    +  message/s-http:
    +    text: message/s-http
    +  message/sip:
    +    text: message/sip
    +  message/sipfrag:
    +    text: message/sipfrag
    +  message/tracking-status:
    +    text: message/tracking-status
    +  message/vnd.si.simp:
    +    text: message/vnd.si.simp
    +  message/vnd.wfa.wsc:
    +    text: message/vnd.wfa.wsc
    +  model/3mf:
    +    text: model/3mf
    +  model/e57:
    +    text: model/e57
    +  model/example:
    +    text: model/example
    +  model/gltf+json:
    +    text: model/gltf+json
    +  model/gltf-binary:
    +    text: model/gltf-binary
    +  model/iges:
    +    text: model/iges
    +  model/JT:
    +    text: model/JT
    +  model/mesh:
    +    text: model/mesh
    +  model/mtl:
    +    text: model/mtl
    +  model/obj:
    +    text: model/obj
    +  model/prc:
    +    text: model/prc
    +  model/step:
    +    text: model/step
    +  model/step+xml:
    +    text: model/step+xml
    +  model/step+zip:
    +    text: model/step+zip
    +  model/step-xml+zip:
    +    text: model/step-xml+zip
    +  model/stl:
    +    text: model/stl
    +  model/u3d:
    +    text: model/u3d
    +  model/vnd.bary:
    +    text: model/vnd.bary
    +  model/vnd.cld:
    +    text: model/vnd.cld
    +  model/vnd.collada+xml:
    +    text: model/vnd.collada+xml
    +  model/vnd.dwf:
    +    text: model/vnd.dwf
    +  model/vnd.flatland.3dml:
    +    text: model/vnd.flatland.3dml
    +  model/vnd.gdl:
    +    text: model/vnd.gdl
    +  model/vnd.gs-gdl:
    +    text: model/vnd.gs-gdl
    +  model/vnd.gtw:
    +    text: model/vnd.gtw
    +  model/vnd.moml+xml:
    +    text: model/vnd.moml+xml
    +  model/vnd.mts:
    +    text: model/vnd.mts
    +  model/vnd.opengex:
    +    text: model/vnd.opengex
    +  model/vnd.parasolid.transmit.binary:
    +    text: model/vnd.parasolid.transmit.binary
    +  model/vnd.parasolid.transmit.text:
    +    text: model/vnd.parasolid.transmit.text
    +  model/vnd.pytha.pyox:
    +    text: model/vnd.pytha.pyox
    +  model/vnd.rosette.annotated-data-model:
    +    text: model/vnd.rosette.annotated-data-model
    +  model/vnd.sap.vds:
    +    text: model/vnd.sap.vds
    +  model/vnd.usda:
    +    text: model/vnd.usda
    +  model/vnd.usdz+zip:
    +    text: model/vnd.usdz+zip
    +  model/vnd.valve.source.compiled-map:
    +    text: model/vnd.valve.source.compiled-map
    +  model/vnd.vtu:
    +    text: model/vnd.vtu
    +  model/vrml:
    +    text: model/vrml
    +  model/x3d+fastinfoset:
    +    text: model/x3d+fastinfoset
    +  model/x3d+xml:
    +    text: model/x3d+xml
    +  model/x3d-vrml:
    +    text: model/x3d-vrml
    +  multipart/alternative:
    +    text: multipart/alternative
    +  multipart/appledouble:
    +    text: multipart/appledouble
    +  multipart/byteranges:
    +    text: multipart/byteranges
    +  multipart/digest:
    +    text: multipart/digest
    +  multipart/encrypted:
    +    text: multipart/encrypted
    +  multipart/example:
    +    text: multipart/example
    +  multipart/form-data:
    +    text: multipart/form-data
    +  multipart/header-set:
    +    text: multipart/header-set
    +  multipart/mixed:
    +    text: multipart/mixed
    +  multipart/multilingual:
    +    text: multipart/multilingual
    +  multipart/parallel:
    +    text: multipart/parallel
    +  multipart/related:
    +    text: multipart/related
    +  multipart/report:
    +    text: multipart/report
    +  multipart/signed:
    +    text: multipart/signed
    +  multipart/vnd.bint.med-plus:
    +    text: multipart/vnd.bint.med-plus
    +  multipart/voice-message:
    +    text: multipart/voice-message
    +  multipart/x-mixed-replace:
    +    text: multipart/x-mixed-replace
    +  text/1d-interleaved-parityfec:
    +    text: text/1d-interleaved-parityfec
    +  text/cache-manifest:
    +    text: text/cache-manifest
    +  text/calendar:
    +    text: text/calendar
    +  text/cql:
    +    text: text/cql
    +  text/cql-expression:
    +    text: text/cql-expression
    +  text/cql-identifier:
    +    text: text/cql-identifier
    +  text/css:
    +    text: text/css
    +  text/csv:
    +    text: text/csv
    +  text/csv-schema:
    +    text: text/csv-schema
    +  text/directory:
    +    text: text/directory
    +  text/dns:
    +    text: text/dns
    +  text/ecmascript:
    +    text: text/ecmascript
    +  text/encaprtp:
    +    text: text/encaprtp
    +  text/enriched:
    +    text: text/enriched
    +  text/example:
    +    text: text/example
    +  text/fhirpath:
    +    text: text/fhirpath
    +  text/flexfec:
    +    text: text/flexfec
    +  text/fwdred:
    +    text: text/fwdred
    +  text/gff3:
    +    text: text/gff3
    +  text/grammar-ref-list:
    +    text: text/grammar-ref-list
    +  text/hl7v2:
    +    text: text/hl7v2
    +  text/html:
    +    text: text/html
    +  text/javascript:
    +    text: text/javascript
    +  text/jcr-cnd:
    +    text: text/jcr-cnd
    +  text/markdown:
    +    text: text/markdown
    +  text/mizar:
    +    text: text/mizar
    +  text/n3:
    +    text: text/n3
    +  text/parameters:
    +    text: text/parameters
    +  text/parityfec:
    +    text: text/parityfec
    +  text/plain:
    +    text: text/plain
    +  text/provenance-notation:
    +    text: text/provenance-notation
    +  text/prs.fallenstein.rst:
    +    text: text/prs.fallenstein.rst
    +  text/prs.lines.tag:
    +    text: text/prs.lines.tag
    +  text/prs.prop.logic:
    +    text: text/prs.prop.logic
    +  text/prs.texi:
    +    text: text/prs.texi
    +  text/raptorfec:
    +    text: text/raptorfec
    +  text/RED:
    +    text: text/RED
    +  text/rfc822-headers:
    +    text: text/rfc822-headers
    +  text/richtext:
    +    text: text/richtext
    +  text/rtf:
    +    text: text/rtf
    +  text/rtp-enc-aescm128:
    +    text: text/rtp-enc-aescm128
    +  text/rtploopback:
    +    text: text/rtploopback
    +  text/rtx:
    +    text: text/rtx
    +  text/SGML:
    +    text: text/SGML
    +  text/shaclc:
    +    text: text/shaclc
    +  text/shex:
    +    text: text/shex
    +  text/spdx:
    +    text: text/spdx
    +  text/strings:
    +    text: text/strings
    +  text/t140:
    +    text: text/t140
    +  text/tab-separated-values:
    +    text: text/tab-separated-values
    +  text/troff:
    +    text: text/troff
    +  text/turtle:
    +    text: text/turtle
    +  text/ulpfec:
    +    text: text/ulpfec
    +  text/uri-list:
    +    text: text/uri-list
    +  text/vcard:
    +    text: text/vcard
    +  text/vnd.a:
    +    text: text/vnd.a
    +  text/vnd.abc:
    +    text: text/vnd.abc
    +  text/vnd.ascii-art:
    +    text: text/vnd.ascii-art
    +  text/vnd.curl:
    +    text: text/vnd.curl
    +  text/vnd.debian.copyright:
    +    text: text/vnd.debian.copyright
    +  text/vnd.DMClientScript:
    +    text: text/vnd.DMClientScript
    +  text/vnd.dvb.subtitle:
    +    text: text/vnd.dvb.subtitle
    +  text/vnd.esmertec.theme-descriptor:
    +    text: text/vnd.esmertec.theme-descriptor
    +  text/vnd.exchangeable:
    +    text: text/vnd.exchangeable
    +  text/vnd.familysearch.gedcom:
    +    text: text/vnd.familysearch.gedcom
    +  text/vnd.ficlab.flt:
    +    text: text/vnd.ficlab.flt
    +  text/vnd.fly:
    +    text: text/vnd.fly
    +  text/vnd.fmi.flexstor:
    +    text: text/vnd.fmi.flexstor
    +  text/vnd.gml:
    +    text: text/vnd.gml
    +  text/vnd.graphviz:
    +    text: text/vnd.graphviz
    +  text/vnd.hans:
    +    text: text/vnd.hans
    +  text/vnd.hgl:
    +    text: text/vnd.hgl
    +  text/vnd.in3d.3dml:
    +    text: text/vnd.in3d.3dml
    +  text/vnd.in3d.spot:
    +    text: text/vnd.in3d.spot
    +  text/vnd.IPTC.NewsML:
    +    text: text/vnd.IPTC.NewsML
    +  text/vnd.IPTC.NITF:
    +    text: text/vnd.IPTC.NITF
    +  text/vnd.latex-z:
    +    text: text/vnd.latex-z
    +  text/vnd.motorola.reflex:
    +    text: text/vnd.motorola.reflex
    +  text/vnd.ms-mediapackage:
    +    text: text/vnd.ms-mediapackage
    +  text/vnd.net2phone.commcenter.command:
    +    text: text/vnd.net2phone.commcenter.command
    +  text/vnd.radisys.msml-basic-layout:
    +    text: text/vnd.radisys.msml-basic-layout
    +  text/vnd.senx.warpscript:
    +    text: text/vnd.senx.warpscript
    +  text/vnd.si.uricatalogue:
    +    text: text/vnd.si.uricatalogue
    +  text/vnd.sosi:
    +    text: text/vnd.sosi
    +  text/vnd.sun.j2me.app-descriptor:
    +    text: text/vnd.sun.j2me.app-descriptor
    +  text/vnd.trolltech.linguist:
    +    text: text/vnd.trolltech.linguist
    +  text/vnd.vcf:
    +    text: text/vnd.vcf
    +  text/vnd.wap.si:
    +    text: text/vnd.wap.si
    +  text/vnd.wap.sl:
    +    text: text/vnd.wap.sl
    +  text/vnd.wap.wml:
    +    text: text/vnd.wap.wml
    +  text/vnd.wap.wmlscript:
    +    text: text/vnd.wap.wmlscript
    +  text/vnd.zoo.kcl:
    +    text: text/vnd.zoo.kcl
    +  text/vtt:
    +    text: text/vtt
    +  text/wgsl:
    +    text: text/wgsl
    +  text/xml:
    +    text: text/xml
    +  text/xml-external-parsed-entity:
    +    text: text/xml-external-parsed-entity
    +  video/1d-interleaved-parityfec:
    +    text: video/1d-interleaved-parityfec
    +  video/3gpp:
    +    text: video/3gpp
    +  video/3gpp2:
    +    text: video/3gpp2
    +  video/3gpp-tt:
    +    text: video/3gpp-tt
    +  video/AV1:
    +    text: video/AV1
    +  video/BMPEG:
    +    text: video/BMPEG
    +  video/BT656:
    +    text: video/BT656
    +  video/CelB:
    +    text: video/CelB
    +  video/DV:
    +    text: video/DV
    +  video/encaprtp:
    +    text: video/encaprtp
    +  video/evc:
    +    text: video/evc
    +  video/example:
    +    text: video/example
    +  video/FFV1:
    +    text: video/FFV1
    +  video/flexfec:
    +    text: video/flexfec
    +  video/H261:
    +    text: video/H261
    +  video/H263:
    +    text: video/H263
    +  video/H263-1998:
    +    text: video/H263-1998
    +  video/H263-2000:
    +    text: video/H263-2000
    +  video/H264:
    +    text: video/H264
    +  video/H264-RCDO:
    +    text: video/H264-RCDO
    +  video/H264-SVC:
    +    text: video/H264-SVC
    +  video/H265:
    +    text: video/H265
    +  video/H266:
    +    text: video/H266
    +  video/iso.segment:
    +    text: video/iso.segment
    +  video/JPEG:
    +    text: video/JPEG
    +  video/jpeg2000:
    +    text: video/jpeg2000
    +  video/jxsv:
    +    text: video/jxsv
    +  video/matroska:
    +    text: video/matroska
    +  video/matroska-3d:
    +    text: video/matroska-3d
    +  video/mj2:
    +    text: video/mj2
    +  video/MP1S:
    +    text: video/MP1S
    +  video/MP2P:
    +    text: video/MP2P
    +  video/MP2T:
    +    text: video/MP2T
    +  video/mp4:
    +    text: video/mp4
    +  video/MP4V-ES:
    +    text: video/MP4V-ES
    +  video/mpeg:
    +    text: video/mpeg
    +  video/mpeg4-generic:
    +    text: video/mpeg4-generic
    +  video/MPV:
    +    text: video/MPV
    +  video/nv:
    +    text: video/nv
    +  video/ogg:
    +    text: video/ogg
    +  video/parityfec:
    +    text: video/parityfec
    +  video/pointer:
    +    text: video/pointer
    +  video/quicktime:
    +    text: video/quicktime
    +  video/raptorfec:
    +    text: video/raptorfec
    +  video/raw:
    +    text: video/raw
    +  video/rtp-enc-aescm128:
    +    text: video/rtp-enc-aescm128
    +  video/rtploopback:
    +    text: video/rtploopback
    +  video/rtx:
    +    text: video/rtx
    +  video/scip:
    +    text: video/scip
    +  video/smpte291:
    +    text: video/smpte291
    +  video/SMPTE292M:
    +    text: video/SMPTE292M
    +  video/ulpfec:
    +    text: video/ulpfec
    +  video/vc1:
    +    text: video/vc1
    +  video/vc2:
    +    text: video/vc2
    +  video/vnd.CCTV:
    +    text: video/vnd.CCTV
    +  video/vnd.dece.hd:
    +    text: video/vnd.dece.hd
    +  video/vnd.dece.mobile:
    +    text: video/vnd.dece.mobile
    +  video/vnd.dece.mp4:
    +    text: video/vnd.dece.mp4
    +  video/vnd.dece.pd:
    +    text: video/vnd.dece.pd
    +  video/vnd.dece.sd:
    +    text: video/vnd.dece.sd
    +  video/vnd.dece.video:
    +    text: video/vnd.dece.video
    +  video/vnd.directv.mpeg:
    +    text: video/vnd.directv.mpeg
    +  video/vnd.directv.mpeg-tts:
    +    text: video/vnd.directv.mpeg-tts
    +  video/vnd.dlna.mpeg-tts:
    +    text: video/vnd.dlna.mpeg-tts
    +  video/vnd.dvb.file:
    +    text: video/vnd.dvb.file
    +  video/vnd.fvt:
    +    text: video/vnd.fvt
    +  video/vnd.hns.video:
    +    text: video/vnd.hns.video
    +  video/vnd.iptvforum.1dparityfec-1010:
    +    text: video/vnd.iptvforum.1dparityfec-1010
    +  video/vnd.iptvforum.1dparityfec-2005:
    +    text: video/vnd.iptvforum.1dparityfec-2005
    +  video/vnd.iptvforum.2dparityfec-1010:
    +    text: video/vnd.iptvforum.2dparityfec-1010
    +  video/vnd.iptvforum.2dparityfec-2005:
    +    text: video/vnd.iptvforum.2dparityfec-2005
    +  video/vnd.iptvforum.ttsavc:
    +    text: video/vnd.iptvforum.ttsavc
    +  video/vnd.iptvforum.ttsmpeg2:
    +    text: video/vnd.iptvforum.ttsmpeg2
    +  video/vnd.motorola.video:
    +    text: video/vnd.motorola.video
    +  video/vnd.motorola.videop:
    +    text: video/vnd.motorola.videop
    +  video/vnd.mpegurl:
    +    text: video/vnd.mpegurl
    +  video/vnd.ms-playready.media.pyv:
    +    text: video/vnd.ms-playready.media.pyv
    +  video/vnd.nokia.interleaved-multimedia:
    +    text: video/vnd.nokia.interleaved-multimedia
    +  video/vnd.nokia.mp4vr:
    +    text: video/vnd.nokia.mp4vr
    +  video/vnd.nokia.videovoip:
    +    text: video/vnd.nokia.videovoip
    +  video/vnd.objectvideo:
    +    text: video/vnd.objectvideo
    +  video/vnd.radgamettools.bink:
    +    text: video/vnd.radgamettools.bink
    +  video/vnd.radgamettools.smacker:
    +    text: video/vnd.radgamettools.smacker
    +  video/vnd.sealed.mpeg1:
    +    text: video/vnd.sealed.mpeg1
    +  video/vnd.sealed.mpeg4:
    +    text: video/vnd.sealed.mpeg4
    +  video/vnd.sealed.swf:
    +    text: video/vnd.sealed.swf
    +  video/vnd.sealedmedia.softseal.mov:
    +    text: video/vnd.sealedmedia.softseal.mov
    +  video/vnd.uvvu.mp4:
    +    text: video/vnd.uvvu.mp4
    +  video/vnd.vivo:
    +    text: video/vnd.vivo
    +  video/vnd.youtube.yt:
    +    text: video/vnd.youtube.yt
    +  video/VP8:
    +    text: video/VP8
    +  video/VP9:
    +    text: video/VP9
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/Ncname/index.html b/elements/Ncname/index.html new file mode 100644 index 0000000..e09a1d6 --- /dev/null +++ b/elements/Ncname/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Ncname - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Ncname

    +

    Prefix part of CURIE

    +

    URI: xsd:string

    +
      +
    • +

      base: NCName

      +
    • +
    • +

      uri: xsd:string

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:ncname
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Nodeidentifier/index.html b/elements/Nodeidentifier/index.html new file mode 100644 index 0000000..f471cf4 --- /dev/null +++ b/elements/Nodeidentifier/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Nodeidentifier - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Nodeidentifier

    +

    A URI, CURIE or BNODE that represents a node in a model.

    +

    URI: shex:nonLiteral

    +
      +
    • +

      base: NodeIdentifier

      +
    • +
    • +

      uri: shex:nonLiteral

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfshex:nonLiteral
    nativepid4cat_model:nodeidentifier
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Objectidentifier/index.html b/elements/Objectidentifier/index.html new file mode 100644 index 0000000..8dd7511 --- /dev/null +++ b/elements/Objectidentifier/index.html @@ -0,0 +1,435 @@ + + + + + + + + + + + + + + + + + + Type: Objectidentifier - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Objectidentifier

    +

    A URI or CURIE that represents an object in the model.

    +

    URI: shex:iri

    +
      +
    • +

      base: ElementIdentifier

      +
    • +
    • +

      uri: shex:iri

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Comments

    +
      +
    • Used for inheritance and type checking
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfshex:iri
    nativepid4cat_model:objectidentifier
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Pid4CatAgentRole/index.html b/elements/Pid4CatAgentRole/index.html new file mode 100644 index 0000000..8805633 --- /dev/null +++ b/elements/Pid4CatAgentRole/index.html @@ -0,0 +1,463 @@ + + + + + + + + + + + + + + + + + + Enum: Pid4CatAgentRole - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: Pid4CatAgentRole

    +

    The role of an agent relative to the resource.

    +

    URI: Pid4CatAgentRole

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    TRUSTEENoneThe agent is the trustee of the resource
    OWNERNoneThe agent is the owner of the resource
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    roleThe role of the agent relative to the resource
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: Pid4CatAgentRole
    +description: The role of an agent relative to the resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  TRUSTEE:
    +    text: TRUSTEE
    +    description: The agent is the trustee of the resource.
    +  OWNER:
    +    text: OWNER
    +    description: The agent is the owner of the resource.
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Pid4CatRelation/index.html b/elements/Pid4CatRelation/index.html new file mode 100644 index 0000000..cee6986 --- /dev/null +++ b/elements/Pid4CatRelation/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + +Class: Pid4CatRelation - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: Pid4CatRelation

    +

    A relation between pid4cat handles or between a pid4cat handle and other resources identified by a PID.

    +

    URI: pid4cat_model:Pid4CatRelation

    +
    classDiagram + class Pid4CatRelation + click Pid4CatRelation href "../Pid4CatRelation" + Pid4CatRelation : datetime_log + + Pid4CatRelation : related_identifier + + Pid4CatRelation : relation_type + + + + + Pid4CatRelation --> "0..1" RelationType : relation_type + click RelationType href "../RelationType" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    relation_type0..1
    RelationType
    Relation type between the resourcesdirect
    related_identifier0..1
    Uri
    Related identifiers for the resourcedirect
    datetime_log0..1
    Datetime
    The date and time of a log recorddirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleDatavalueexactly_one_of[range]Pid4CatRelation
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:Pid4CatRelation
    nativepid4cat_model:Pid4CatRelation
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: Pid4CatRelation
    +description: A relation between pid4cat handles or between a pid4cat handle and other
    +  resources identified by a PID.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- relation_type
    +- related_identifier
    +- datetime_log
    +
    +
    +
    +

    Induced

    +
    +
    name: Pid4CatRelation
    +description: A relation between pid4cat handles or between a pid4cat handle and other
    +  resources identified by a PID.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  relation_type:
    +    name: relation_type
    +    description: Relation type between the resources.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: relation_type
    +    owner: Pid4CatRelation
    +    domain_of:
    +    - Pid4CatRelation
    +    range: RelationType
    +  related_identifier:
    +    name: related_identifier
    +    description: Related identifiers for the resource.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: related_identifier
    +    owner: Pid4CatRelation
    +    domain_of:
    +    - Pid4CatRelation
    +    range: uri
    +  datetime_log:
    +    name: datetime_log
    +    description: The date and time of a log record.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: datetime_log
    +    owner: Pid4CatRelation
    +    domain_of:
    +    - Pid4CatRelation
    +    - LogRecord
    +    range: datetime
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/Pid4CatStatus/index.html b/elements/Pid4CatStatus/index.html new file mode 100644 index 0000000..7e57fda --- /dev/null +++ b/elements/Pid4CatStatus/index.html @@ -0,0 +1,485 @@ + + + + + + + + + + + + + + + + + + Enum: Pid4CatStatus - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: Pid4CatStatus

    +

    The usage status of the pid4cat record.

    +

    URI: Pid4CatStatus

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    SUBMITTEDvoc4cat:0005052The pid4cat handle is reserved but the resource is not yet linked
    REGISTEREDvoc4cat:0005053The pid4cat handle is linked to a concrete resource
    OBSOLETEDvoc4cat:0005054The pid4cat handle is obsolete, e
    DEPRECATEDvoc4cat:0005055The pid4cat record is deprecated, e
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    statusThe status of the pid4cat record
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: Pid4CatStatus
    +description: The usage status of the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  SUBMITTED:
    +    text: SUBMITTED
    +    description: The pid4cat handle is reserved but the resource is not yet linked.
    +    meaning: voc4cat:0005052
    +  REGISTERED:
    +    text: REGISTERED
    +    description: The pid4cat handle is linked to a concrete resource.
    +    meaning: voc4cat:0005053
    +  OBSOLETED:
    +    text: OBSOLETED
    +    description: The pid4cat handle is obsolete, e.g. because the resource is referenced
    +      by another pid4cat.
    +    meaning: voc4cat:0005054
    +  DEPRECATED:
    +    text: DEPRECATED
    +    description: The pid4cat record is deprecated, e.g. because the resource can no
    +      longer be found.
    +    meaning: voc4cat:0005055
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/RelationType/index.html b/elements/RelationType/index.html new file mode 100644 index 0000000..f9b2c04 --- /dev/null +++ b/elements/RelationType/index.html @@ -0,0 +1,751 @@ + + + + + + + + + + + + + + + + + + Enum: RelationType - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: RelationType

    +

    The type of relation between two resources referenced by their PIDs.

    +

    URI: RelationType

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    IS_CITED_BYvoc4cat:0005019The resource is cited by another resource
    CITESvoc4cat:0005020The resource cites another resource
    IS_SUPPLEMENT_TOvoc4cat:0005021The resource is supplemented by another resource
    IS_SUPPLEMENTED_BYvoc4cat:0005022The resource supplements another resource
    IS_CONTINUED_BYvoc4cat:0005023The resource is continued by another resource
    CONTINUESvoc4cat:0005024The resource continues another resource
    HAS_METADATAvoc4cat:0005025The resource has metadata in another resource
    IS_METADATA_FORvoc4cat:0005026The resource is metadata for another resource
    HAS_VERSIONvoc4cat:0005027The resource has a version
    IS_VERSION_OFvoc4cat:0005028The resource is a version of another resource
    IS_NEW_VERSION_OFvoc4cat:0005029The resource is a new version of another resource
    IS_PREVIOUS_VERSION_OFvoc4cat:0005030The resource is a previous version of another resource
    IS_PART_OFvoc4cat:0005031The resource is part of another resource
    HAS_PARTvoc4cat:0005032The resource has part another resource
    IS_PUBLISHED_INvoc4cat:0005033The resource is published in another resource
    IS_REFERENCED_BYvoc4cat:0005034The resource is referenced by another resource
    REFERENCESvoc4cat:0005035The resource references another resource
    IS_DOCUMENTED_BYvoc4cat:0005036The resource is documented by another resource
    DOCUMENTSvoc4cat:0005037The resource documents another resource
    IS_COMPILED_BYvoc4cat:0005038The resource is compiled by another resource
    COMPILESvoc4cat:0005039The resource compiles another resource
    IS_VARIANT_FORM_OFvoc4cat:0005040The resource is variant form of another resource
    IS_ORIGINAL_FORM_OFvoc4cat:0005041The resource is original form of another resource
    IS_IDENTICAL_TOvoc4cat:0005042The resource is identical to another resource
    IS_DERIVED_FROMvoc4cat:0005043The resource is derived from another resource
    IS_SOURCE_OFvoc4cat:0005044The resource is source of another resource
    IS_COLLECTED_BYvoc4cat:0005045The resource is collected by another resource
    COLLECTSvoc4cat:0005046The resource collects another resource
    IS_REQUIRED_BYvoc4cat:0005047The resource is required by another resource
    REQUIRESvoc4cat:0005048The resource requires another resource
    IS_OBSOLETED_BYvoc4cat:0005049The resource is obsoleted by another resource
    OBSOLETESvoc4cat:0005050The resource obsoletes another resource
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    relation_typeRelation type between the resources
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: RelationType
    +description: The type of relation between two resources referenced by their PIDs.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  IS_CITED_BY:
    +    text: IS_CITED_BY
    +    description: The resource is cited by another resource.
    +    meaning: voc4cat:0005019
    +  CITES:
    +    text: CITES
    +    description: The resource cites another resource.
    +    meaning: voc4cat:0005020
    +  IS_SUPPLEMENT_TO:
    +    text: IS_SUPPLEMENT_TO
    +    description: The resource is supplemented by another resource.
    +    meaning: voc4cat:0005021
    +  IS_SUPPLEMENTED_BY:
    +    text: IS_SUPPLEMENTED_BY
    +    description: The resource supplements another resource.
    +    meaning: voc4cat:0005022
    +  IS_CONTINUED_BY:
    +    text: IS_CONTINUED_BY
    +    description: The resource is continued by another resource.
    +    meaning: voc4cat:0005023
    +  CONTINUES:
    +    text: CONTINUES
    +    description: The resource continues another resource.
    +    meaning: voc4cat:0005024
    +  HAS_METADATA:
    +    text: HAS_METADATA
    +    description: The resource has metadata in another resource.
    +    meaning: voc4cat:0005025
    +  IS_METADATA_FOR:
    +    text: IS_METADATA_FOR
    +    description: The resource is metadata for another resource.
    +    meaning: voc4cat:0005026
    +  HAS_VERSION:
    +    text: HAS_VERSION
    +    description: The resource has a version.
    +    meaning: voc4cat:0005027
    +    close_mappings:
    +    - dcterms:hasVersion
    +  IS_VERSION_OF:
    +    text: IS_VERSION_OF
    +    description: The resource is a version of another resource. This is useful to
    +      refer to an abstract resource that has different versions, for example, "Python
    +      3.12 is a version of Python".
    +    meaning: voc4cat:0005028
    +    close_mappings:
    +    - dcterms:isVersionOf
    +  IS_NEW_VERSION_OF:
    +    text: IS_NEW_VERSION_OF
    +    description: The resource is a new version of another resource.
    +    meaning: voc4cat:0005029
    +  IS_PREVIOUS_VERSION_OF:
    +    text: IS_PREVIOUS_VERSION_OF
    +    description: The resource is a previous version of another resource.
    +    meaning: voc4cat:0005030
    +  IS_PART_OF:
    +    text: IS_PART_OF
    +    description: The resource is part of another resource.
    +    meaning: voc4cat:0005031
    +    close_mappings:
    +    - dcterms:isPartOf
    +  HAS_PART:
    +    text: HAS_PART
    +    description: The resource has part another resource.
    +    meaning: voc4cat:0005032
    +    close_mappings:
    +    - dcterms:hasPart
    +  IS_PUBLISHED_IN:
    +    text: IS_PUBLISHED_IN
    +    description: The resource is published in another resource.
    +    meaning: voc4cat:0005033
    +  IS_REFERENCED_BY:
    +    text: IS_REFERENCED_BY
    +    description: The resource is referenced by another resource.
    +    meaning: voc4cat:0005034
    +    close_mappings:
    +    - dcterms:isReferencedBy
    +  REFERENCES:
    +    text: REFERENCES
    +    description: The resource references another resource.
    +    meaning: voc4cat:0005035
    +  IS_DOCUMENTED_BY:
    +    text: IS_DOCUMENTED_BY
    +    description: The resource is documented by another resource.
    +    meaning: voc4cat:0005036
    +  DOCUMENTS:
    +    text: DOCUMENTS
    +    description: The resource documents another resource.
    +    meaning: voc4cat:0005037
    +  IS_COMPILED_BY:
    +    text: IS_COMPILED_BY
    +    description: The resource is compiled by another resource.
    +    meaning: voc4cat:0005038
    +  COMPILES:
    +    text: COMPILES
    +    description: The resource compiles another resource.
    +    meaning: voc4cat:0005039
    +  IS_VARIANT_FORM_OF:
    +    text: IS_VARIANT_FORM_OF
    +    description: The resource is variant form of another resource.
    +    meaning: voc4cat:0005040
    +  IS_ORIGINAL_FORM_OF:
    +    text: IS_ORIGINAL_FORM_OF
    +    description: The resource is original form of another resource.
    +    meaning: voc4cat:0005041
    +  IS_IDENTICAL_TO:
    +    text: IS_IDENTICAL_TO
    +    description: The resource is identical to another resource.
    +    meaning: voc4cat:0005042
    +  IS_DERIVED_FROM:
    +    text: IS_DERIVED_FROM
    +    description: The resource is derived from another resource.
    +    meaning: voc4cat:0005043
    +  IS_SOURCE_OF:
    +    text: IS_SOURCE_OF
    +    description: The resource is source of another resource.
    +    meaning: voc4cat:0005044
    +  IS_COLLECTED_BY:
    +    text: IS_COLLECTED_BY
    +    description: The resource is collected by another resource.
    +    meaning: voc4cat:0005045
    +  COLLECTS:
    +    text: COLLECTS
    +    description: The resource collects another resource.
    +    meaning: voc4cat:0005046
    +  IS_REQUIRED_BY:
    +    text: IS_REQUIRED_BY
    +    description: The resource is required by another resource.
    +    meaning: voc4cat:0005047
    +    close_mappings:
    +    - dcterms:isRequiredBy
    +  REQUIRES:
    +    text: REQUIRES
    +    description: The resource requires another resource.
    +    meaning: voc4cat:0005048
    +    close_mappings:
    +    - dcterms:requires
    +  IS_OBSOLETED_BY:
    +    text: IS_OBSOLETED_BY
    +    description: The resource is obsoleted by another resource.
    +    meaning: voc4cat:0005049
    +  OBSOLETES:
    +    text: OBSOLETES
    +    description: The resource obsoletes another resource.
    +    meaning: voc4cat:0005050
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/RepresentationVariant/index.html b/elements/RepresentationVariant/index.html new file mode 100644 index 0000000..d6951c9 --- /dev/null +++ b/elements/RepresentationVariant/index.html @@ -0,0 +1,413 @@ + + + + + + + + + + +Class: RepresentationVariant - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: RepresentationVariant

    +

    A representation of the resource in other media types than text/html which is the default for landing_page_url.

    +

    URI: pid4cat_model:RepresentationVariant

    +
    classDiagram + class RepresentationVariant + click RepresentationVariant href "../RepresentationVariant" + RepresentationVariant : encoding_format + + RepresentationVariant : media_type + + + + + RepresentationVariant --> "0..1" MEDIATypes : media_type + click MEDIATypes href "../MEDIATypes" + + + RepresentationVariant : size + + RepresentationVariant : url + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    url0..1
    Uri
    The URL of the representationdirect
    media_type0..1
    MEDIATypes
    The media type of the representation as defined by [IANA](https://wwwdirect
    encoding_format0..1
    String
    The encoding of the representationdirect
    size0..1
    Integer
    The size of the representation in bytesdirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    ResourceInforepresentation_variantsrangeRepresentationVariant
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:RepresentationVariant
    nativepid4cat_model:RepresentationVariant
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: RepresentationVariant
    +description: A representation of the resource in other media types than text/html
    +  which is the default for landing_page_url.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- url
    +- media_type
    +- encoding_format
    +- size
    +
    +
    +
    +

    Induced

    +
    +
    name: RepresentationVariant
    +description: A representation of the resource in other media types than text/html
    +  which is the default for landing_page_url.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  url:
    +    name: url
    +    description: The URL of the representation.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: url
    +    owner: RepresentationVariant
    +    domain_of:
    +    - RepresentationVariant
    +    range: uri
    +  media_type:
    +    name: media_type
    +    description: The media type of the representation as defined by [IANA](https://www.iana.org/assignments/media-types/media-types.xhtml)
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: media_type
    +    owner: RepresentationVariant
    +    domain_of:
    +    - RepresentationVariant
    +    range: MEDIA_Types
    +  encoding_format:
    +    name: encoding_format
    +    description: The encoding of the representation. https://encoding.spec.whatwg.org/#names-and-labels
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: encoding_format
    +    owner: RepresentationVariant
    +    domain_of:
    +    - RepresentationVariant
    +    range: string
    +  size:
    +    name: size
    +    description: The size of the representation in bytes.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: size
    +    owner: RepresentationVariant
    +    domain_of:
    +    - RepresentationVariant
    +    range: integer
    +    minimum_value: 0
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/ResourceCategory/index.html b/elements/ResourceCategory/index.html new file mode 100644 index 0000000..06d4156 --- /dev/null +++ b/elements/ResourceCategory/index.html @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + Enum: ResourceCategory - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Enum: ResourceCategory

    +

    The ResourceCategory expresses for which type of resource the PID is used, e.g. if the PID is for a sample or a device.

    +

    URI: ResourceCategory

    +

    Permissible Values

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    ValueMeaningDescription
    COLLECTIONvoc4cat:0005012A collection is a group of resources and/or other collections
    SAMPLEvoc4cat:0005013A representative part of a material of interest on which observations are mad...
    MATERIALvoc4cat:0005014A material used in the research process (except samples)
    DEVICEvoc4cat:0005015A physical device used in a research or manufacturing process
    DATA_OBJECTvoc4cat:0005016A collection of data available for access or download
    DATA_SERVICEvoc4cat:0005017An organized system of operations that provide data processing functions or a...
    +

    Slots

    + + + + + + + + + + + + + +
    NameDescription
    resource_categoryThe category of the resource
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    LinkML Source

    +
    + +
    name: ResourceCategory
    +description: The ResourceCategory expresses for which type of resource the PID is
    +  used, e.g. if the PID is for a sample or a device.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +permissible_values:
    +  COLLECTION:
    +    text: COLLECTION
    +    description: A collection is a group of resources and/or other collections.
    +    meaning: voc4cat:0005012
    +    close_mappings:
    +    - http://purl.org/dc/dcmitype/Collection
    +  SAMPLE:
    +    text: SAMPLE
    +    description: A representative part of a material of interest on which observations
    +      are made.
    +    meaning: voc4cat:0005013
    +    close_mappings:
    +    - voc4cat:0005056
    +    broad_mappings:
    +    - https://www.w3.org/ns/sosa/Sample
    +  MATERIAL:
    +    text: MATERIAL
    +    description: A material used in the research process (except samples).
    +    meaning: voc4cat:0005014
    +  DEVICE:
    +    text: DEVICE
    +    description: A physical device used in a research or manufacturing process.
    +    meaning: voc4cat:0005015
    +  DATA_OBJECT:
    +    text: DATA_OBJECT
    +    description: A collection of data available for access or download. A data object
    +      might be a data file, a data set, a data collection.
    +    meaning: voc4cat:0005016
    +    close_mappings:
    +    - dcat:dataset
    +  DATA_SERVICE:
    +    text: DATA_SERVICE
    +    description: An organized system of operations that provide data processing functions
    +      or access to datasets.
    +    meaning: voc4cat:0005017
    +    close_mappings:
    +    - dcat:DataService
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/ResourceInfo/index.html b/elements/ResourceInfo/index.html new file mode 100644 index 0000000..5447127 --- /dev/null +++ b/elements/ResourceInfo/index.html @@ -0,0 +1,419 @@ + + + + + + + + + + +Class: ResourceInfo - pid4cat-model + + + + + + + + + + + + + + +
    + + Skip to content + +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +

    Class: ResourceInfo

    +

    Data object to hold information about the resource and its representation.

    +

    URI: pid4cat_model:ResourceInfo

    +
    classDiagram + class ResourceInfo + click ResourceInfo href "../ResourceInfo" + ResourceInfo : description + + ResourceInfo : label + + ResourceInfo : representation_variants + + + + + ResourceInfo --> "*" RepresentationVariant : representation_variants + click RepresentationVariant href "../RepresentationVariant" + + + ResourceInfo : resource_category + + + + + ResourceInfo --> "0..1" ResourceCategory : resource_category + click ResourceCategory href "../ResourceCategory" + + + +
    + +

    Slots

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    NameCardinality and RangeDescriptionInheritance
    label0..1
    String
    A human-readable name for a resourcedirect
    description0..1
    String
    A human-readable description for a resourcedirect
    resource_category0..1
    ResourceCategory
    The category of the resourcedirect
    representation_variants*
    RepresentationVariant
    The representations of the resource in other media types than text/htmldirect
    +

    Usages

    + + + + + + + + + + + + + + + + + +
    used byused intypeused
    HandleDatavalueexactly_one_of[range]ResourceInfo
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:ResourceInfo
    nativepid4cat_model:ResourceInfo
    +

    LinkML Source

    + +

    Direct

    +
    +
    name: ResourceInfo
    +description: Data object to hold information about the resource and its representation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +slots:
    +- label
    +- description
    +- resource_category
    +- representation_variants
    +
    +
    +
    +

    Induced

    +
    +
    name: ResourceInfo
    +description: Data object to hold information about the resource and its representation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +attributes:
    +  label:
    +    name: label
    +    description: A human-readable name for a resource.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: label
    +    owner: ResourceInfo
    +    domain_of:
    +    - ResourceInfo
    +    range: string
    +  description:
    +    name: description
    +    description: A human-readable description for a resource.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: description
    +    owner: ResourceInfo
    +    domain_of:
    +    - ResourceInfo
    +    - LogRecord
    +    range: string
    +  resource_category:
    +    name: resource_category
    +    description: The category of the resource.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: resource_category
    +    owner: ResourceInfo
    +    domain_of:
    +    - ResourceInfo
    +    range: ResourceCategory
    +  representation_variants:
    +    name: representation_variants
    +    description: The representations of the resource in other media types than text/html.
    +    from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +    rank: 1000
    +    alias: representation_variants
    +    owner: ResourceInfo
    +    domain_of:
    +    - ResourceInfo
    +    range: RepresentationVariant
    +    multivalued: true
    +
    +
    +
    +
    +
    + +
    +
    + +
    +
    +
    +
    + + + + \ No newline at end of file diff --git a/elements/Sparqlpath/index.html b/elements/Sparqlpath/index.html new file mode 100644 index 0000000..9077538 --- /dev/null +++ b/elements/Sparqlpath/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Sparqlpath - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Sparqlpath

    +

    A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF.

    +

    URI: xsd:string

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:sparqlpath
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/String/index.html b/elements/String/index.html new file mode 100644 index 0000000..5b81b87 --- /dev/null +++ b/elements/String/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + + + + + Type: String - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: String

    +

    A character string

    +

    URI: xsd:string

    +
      +
    • +

      base: str

      +
    • +
    • +

      uri: xsd:string

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:string
    nativepid4cat_model:string
    exactschema:Text
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Time/index.html b/elements/Time/index.html new file mode 100644 index 0000000..77e2ada --- /dev/null +++ b/elements/Time/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + Type: Time - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Time

    +

    A time object represents a (local) time of day, independent of any particular day

    +

    URI: xsd:time

    +
      +
    • +

      base: XSDTime

      +
    • +
    • +

      uri: xsd:time

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:time
    nativepid4cat_model:time
    exactschema:Time
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Uri/index.html b/elements/Uri/index.html new file mode 100644 index 0000000..dca432c --- /dev/null +++ b/elements/Uri/index.html @@ -0,0 +1,439 @@ + + + + + + + + + + + + + + + + + + Type: Uri - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Uri

    +

    a complete URI

    +

    URI: xsd:anyURI

    + +

    Comments

    +
      +
    • in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:anyURI
    nativepid4cat_model:uri
    closeschema:URL
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/Uriorcurie/index.html b/elements/Uriorcurie/index.html new file mode 100644 index 0000000..c134257 --- /dev/null +++ b/elements/Uriorcurie/index.html @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + Type: Uriorcurie - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Type: Uriorcurie

    +

    a URI or a CURIE

    +

    URI: xsd:anyURI

    +
      +
    • +

      base: URIorCURIE

      +
    • +
    • +

      uri: xsd:anyURI

      +
    • +
    • +

      repr: str

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfxsd:anyURI
    nativepid4cat_model:uriorcurie
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/affiliation_ror/index.html b/elements/affiliation_ror/index.html new file mode 100644 index 0000000..97d31be --- /dev/null +++ b/elements/affiliation_ror/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: affiliation_ror - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: affiliation_ror

    +

    The ROR of the agent's affiliation.

    +

    URI: pid4cat_model:affiliation_ror

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    AgentPerson who plays a role relative to PID creation or curationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:affiliation_ror
    nativepid4cat_model:affiliation_ror
    +

    LinkML Source

    +
    + +
    name: affiliation_ror
    +description: The ROR of the agent's affiliation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: affiliation_ror
    +domain_of:
    +- Agent
    +range: uri
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/change_log/index.html b/elements/change_log/index.html new file mode 100644 index 0000000..d3c3924 --- /dev/null +++ b/elements/change_log/index.html @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + Slot: change_log - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: change_log

    +

    Change log of pid4cat record.

    +

    URI: pid4cat_model:change_log

    + + +

    Properties

    +
      +
    • +

      Range: LogRecord

      +
    • +
    • +

      Multivalued: True

      +
    • +
    • +

      Required: True

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:change_log
    nativepid4cat_model:change_log
    +

    LinkML Source

    +
    + +
    name: change_log
    +description: Change log of pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: change_log
    +range: LogRecord
    +required: true
    +multivalued: true
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/changed_field/index.html b/elements/changed_field/index.html new file mode 100644 index 0000000..da956ee --- /dev/null +++ b/elements/changed_field/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: changed_field - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: changed_field

    +

    The field that was changed

    +

    URI: pid4cat_model:changed_field

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    LogRecordA log record for changes made in a pid4cat handle record starting from regist...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:changed_field
    nativepid4cat_model:changed_field
    +

    LinkML Source

    +
    + +
    name: changed_field
    +description: The field that was changed
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: changed_field
    +domain_of:
    +- LogRecord
    +range: ChangeLogField
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/contains_pids/index.html b/elements/contains_pids/index.html new file mode 100644 index 0000000..649c748 --- /dev/null +++ b/elements/contains_pids/index.html @@ -0,0 +1,481 @@ + + + + + + + + + + + + + + + + + + Slot: contains_pids - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: contains_pids

    +

    The HandleRecords contained in the container.

    +

    URI: pid4cat_model:contains_pids

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordContainerA container for all HandleRecordsno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:contains_pids
    nativepid4cat_model:contains_pids
    +

    LinkML Source

    +
    + +
    name: contains_pids
    +description: The HandleRecords contained in the container.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: contains_pids
    +owner: HandleRecordContainer
    +domain_of:
    +- HandleRecordContainer
    +range: HandleAPIRecord
    +multivalued: true
    +inlined: true
    +inlined_as_list: true
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/curation_contact_email/index.html b/elements/curation_contact_email/index.html new file mode 100644 index 0000000..98e77aa --- /dev/null +++ b/elements/curation_contact_email/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + Slot: curation_contact_email - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: curation_contact_email

    +

    The email address of a person or institution currently responsible for the curation of the pid4cat record.

    +

    URI: pid4cat_model:curation_contact_email

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:curation_contact_email
    nativepid4cat_model:curation_contact_email
    +

    LinkML Source

    +
    + +
    name: curation_contact_email
    +description: The email address of a person or institution currently responsible for
    +  the curation of the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: curation_contact_email
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/data/index.html b/elements/data/index.html new file mode 100644 index 0000000..a691f58 --- /dev/null +++ b/elements/data/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: data - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: data

    +

    The meta data stored in pid4cat record.

    +

    URI: pid4cat_model:data

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordA class representing a handle record in the same way as in the REST (json) AP...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:data
    nativepid4cat_model:data
    +

    LinkML Source

    +
    + +
    name: data
    +description: The meta data stored in pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: data
    +domain_of:
    +- HandleRecord
    +range: HandleData
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/datetime_log/index.html b/elements/datetime_log/index.html new file mode 100644 index 0000000..03345b8 --- /dev/null +++ b/elements/datetime_log/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: datetime_log - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: datetime_log

    +

    The date and time of a log record.

    +

    URI: pid4cat_model:datetime_log

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    LogRecordA log record for changes made in a pid4cat handle record starting from regist...no
    Pid4CatRelationA relation between pid4cat handles or between a pid4cat handle and other reso...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:datetime_log
    nativepid4cat_model:datetime_log
    +

    LinkML Source

    +
    + +
    name: datetime_log
    +description: The date and time of a log record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: datetime_log
    +domain_of:
    +- Pid4CatRelation
    +- LogRecord
    +range: datetime
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/description/index.html b/elements/description/index.html new file mode 100644 index 0000000..bc819be --- /dev/null +++ b/elements/description/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: description - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: description

    +

    A human-readable description for a resource.

    +

    URI: pid4cat_model:description

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    ResourceInfoData object to hold information about the resource and its representationno
    LogRecordA log record for changes made in a pid4cat handle record starting from regist...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:description
    nativepid4cat_model:description
    +

    LinkML Source

    +
    + +
    name: description
    +description: A human-readable description for a resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: description
    +domain_of:
    +- ResourceInfo
    +- LogRecord
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/email/index.html b/elements/email/index.html new file mode 100644 index 0000000..a35f68d --- /dev/null +++ b/elements/email/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: email - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: email

    +

    Email address of the agent that created or modified the PID record.

    +

    URI: pid4cat_model:email

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    AgentPerson who plays a role relative to PID creation or curationyes
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:email
    nativepid4cat_model:email
    +

    LinkML Source

    +
    + +
    name: email
    +description: Email address of the agent that created or modified the PID record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: email
    +domain_of:
    +- Agent
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/encoding_format/index.html b/elements/encoding_format/index.html new file mode 100644 index 0000000..08a690f --- /dev/null +++ b/elements/encoding_format/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: encoding_format - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: encoding_format

    +

    The encoding of the representation. https://encoding.spec.whatwg.org/#names-and-labels

    +

    URI: pid4cat_model:encoding_format

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    RepresentationVariantA representation of the resource in other media types than text/html which is...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:encoding_format
    nativepid4cat_model:encoding_format
    +

    LinkML Source

    +
    + +
    name: encoding_format
    +description: The encoding of the representation. https://encoding.spec.whatwg.org/#names-and-labels
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: encoding_format
    +domain_of:
    +- RepresentationVariant
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/format/index.html b/elements/format/index.html new file mode 100644 index 0000000..ae885c6 --- /dev/null +++ b/elements/format/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: format - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: format

    +

    The format of the handle data.

    +

    URI: pid4cat_model:format

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleDataA data element in the handle APIno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:format
    nativepid4cat_model:format
    +

    LinkML Source

    +
    + +
    name: format
    +description: The format of the handle data.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: format
    +domain_of:
    +- HandleData
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/handle/index.html b/elements/handle/index.html new file mode 100644 index 0000000..3d382ca --- /dev/null +++ b/elements/handle/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: handle - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: handle

    +

    The handle of the pid4cat record.

    +

    URI: pid4cat_model:handle

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleAPIRecordA class representing a handle record query response of the REST (json) API of...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:handle
    nativepid4cat_model:handle
    +

    LinkML Source

    +
    + +
    name: handle
    +description: The handle of the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: handle
    +domain_of:
    +- HandleAPIRecord
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/has_agent/index.html b/elements/has_agent/index.html new file mode 100644 index 0000000..6a49032 --- /dev/null +++ b/elements/has_agent/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: has_agent - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: has_agent

    +

    The person who registered or modified the PID record.

    +

    URI: pid4cat_model:has_agent

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    LogRecordA log record for changes made in a pid4cat handle record starting from regist...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:has_agent
    nativepid4cat_model:has_agent
    +

    LinkML Source

    +
    + +
    name: has_agent
    +description: The person who registered or modified the PID record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: has_agent
    +domain_of:
    +- LogRecord
    +range: Agent
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/index.html b/elements/index.html new file mode 100644 index 0000000..fbe4cf4 --- /dev/null +++ b/elements/index.html @@ -0,0 +1,590 @@ + + + + + + + + + + + + + + + + + + Schema - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: index

    +

    The index of the handle record.

    +

    URI: pid4cat_model:index

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordA class representing a handle record in the same way as in the REST (json) AP...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:index
    nativepid4cat_model:index
    +

    LinkML Source

    +
    + +
    name: index
    +description: The index of the handle record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: index
    +domain_of:
    +- HandleRecord
    +range: integer
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/label/index.html b/elements/label/index.html new file mode 100644 index 0000000..abbb3be --- /dev/null +++ b/elements/label/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: label - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: label

    +

    A human-readable name for a resource.

    +

    URI: pid4cat_model:label

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    ResourceInfoData object to hold information about the resource and its representationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:label
    nativepid4cat_model:label
    +

    LinkML Source

    +
    + +
    name: label
    +description: A human-readable name for a resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: label
    +domain_of:
    +- ResourceInfo
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/license/index.html b/elements/license/index.html new file mode 100644 index 0000000..b6503b5 --- /dev/null +++ b/elements/license/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + Slot: license - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: license

    +

    The license for the metadata contained in the pid4cat record.

    +

    URI: pid4cat_model:license

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:license
    nativepid4cat_model:license
    +

    LinkML Source

    +
    + +
    name: license
    +description: The license for the metadata contained in the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: license
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/media_type/index.html b/elements/media_type/index.html new file mode 100644 index 0000000..76775a5 --- /dev/null +++ b/elements/media_type/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: media_type - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: media_type

    +

    The media type of the representation as defined by IANA

    +

    URI: pid4cat_model:media_type

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    RepresentationVariantA representation of the resource in other media types than text/html which is...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:media_type
    nativepid4cat_model:media_type
    +

    LinkML Source

    +
    + +
    name: media_type
    +description: The media type of the representation as defined by [IANA](https://www.iana.org/assignments/media-types/media-types.xhtml)
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: media_type
    +domain_of:
    +- RepresentationVariant
    +range: MEDIA_Types
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/name/index.html b/elements/name/index.html new file mode 100644 index 0000000..23ea81b --- /dev/null +++ b/elements/name/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: name - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: name

    +

    The name of the agent that created or modified the PID record.

    +

    URI: pid4cat_model:name

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    AgentPerson who plays a role relative to PID creation or curationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:name
    nativepid4cat_model:name
    +

    LinkML Source

    +
    + +
    name: name
    +description: The name of the agent that created or modified the PID record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: name
    +domain_of:
    +- Agent
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/orcid/index.html b/elements/orcid/index.html new file mode 100644 index 0000000..a47a90c --- /dev/null +++ b/elements/orcid/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: orcid - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: orcid

    +

    The ORCID of the person

    +

    URI: pid4cat_model:orcid

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    AgentPerson who plays a role relative to PID creation or curationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:orcid
    nativepid4cat_model:orcid
    +

    LinkML Source

    +
    + +
    name: orcid
    +description: The ORCID of the person
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: orcid
    +domain_of:
    +- Agent
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/pid4cat-model/index.html b/elements/pid4cat-model/index.html new file mode 100644 index 0000000..b447a49 --- /dev/null +++ b/elements/pid4cat-model/index.html @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + pid4cat-model - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    pid4cat-model

    +

    A LinkML model for PIDs for resources in catalysis (pid4cat). pid4cat is a handle system based persistent identifier (PID) for digital or physical resources used in the catalysis research process. The handle record is used to store additional metadata about the PID besides the obligatory landing page URL. +The model describes metadata for the PID itself and how to access the identified resource. It does not describe the resource itself with the exception of the resource category, which is a high-level description of what is identified by the pid4cat handle, e.g. a sample or a device.

    +

    URI: https://w3id.org/nfdi4cat/pid4cat-model

    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/pid_schema_version/index.html b/elements/pid_schema_version/index.html new file mode 100644 index 0000000..d37024a --- /dev/null +++ b/elements/pid_schema_version/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + Slot: pid_schema_version - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: pid_schema_version

    +

    The version of the pid4cat schema used for the pid4cat record.

    +

    URI: pid4cat_model:pid_schema_version

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:pid_schema_version
    nativepid4cat_model:pid_schema_version
    +

    LinkML Source

    +
    + +
    name: pid_schema_version
    +description: The version of the pid4cat schema used for the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: pid_schema_version
    +range: string
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/related_identifier/index.html b/elements/related_identifier/index.html new file mode 100644 index 0000000..03bcec2 --- /dev/null +++ b/elements/related_identifier/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: related_identifier - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: related_identifier

    +

    Related identifiers for the resource.

    +

    URI: pid4cat_model:related_identifier

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    Pid4CatRelationA relation between pid4cat handles or between a pid4cat handle and other reso...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:related_identifier
    nativepid4cat_model:related_identifier
    +

    LinkML Source

    +
    + +
    name: related_identifier
    +description: Related identifiers for the resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: related_identifier
    +domain_of:
    +- Pid4CatRelation
    +range: uri
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/related_identifiers/index.html b/elements/related_identifiers/index.html new file mode 100644 index 0000000..309bc7b --- /dev/null +++ b/elements/related_identifiers/index.html @@ -0,0 +1,452 @@ + + + + + + + + + + + + + + + + + + Slot: related_identifiers - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: related_identifiers

    +

    Relations of the resource to other identifiers.

    +

    URI: pid4cat_model:related_identifiers

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:related_identifiers
    nativepid4cat_model:related_identifiers
    +

    LinkML Source

    +
    + +
    name: related_identifiers
    +description: Relations of the resource to other identifiers.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: related_identifiers
    +range: Pid4CatRelation
    +multivalued: true
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/relation_type/index.html b/elements/relation_type/index.html new file mode 100644 index 0000000..fc72b59 --- /dev/null +++ b/elements/relation_type/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: relation_type - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: relation_type

    +

    Relation type between the resources.

    +

    URI: pid4cat_model:relation_type

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    Pid4CatRelationA relation between pid4cat handles or between a pid4cat handle and other reso...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:relation_type
    nativepid4cat_model:relation_type
    +

    LinkML Source

    +
    + +
    name: relation_type
    +description: Relation type between the resources.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: relation_type
    +domain_of:
    +- Pid4CatRelation
    +range: RelationType
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/representation_variants/index.html b/elements/representation_variants/index.html new file mode 100644 index 0000000..849ea43 --- /dev/null +++ b/elements/representation_variants/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: representation_variants - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: representation_variants

    +

    The representations of the resource in other media types than text/html.

    +

    URI: pid4cat_model:representation_variants

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    ResourceInfoData object to hold information about the resource and its representationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:representation_variants
    nativepid4cat_model:representation_variants
    +

    LinkML Source

    +
    + +
    name: representation_variants
    +description: The representations of the resource in other media types than text/html.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: representation_variants
    +domain_of:
    +- ResourceInfo
    +range: RepresentationVariant
    +multivalued: true
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/resource_category/index.html b/elements/resource_category/index.html new file mode 100644 index 0000000..881781d --- /dev/null +++ b/elements/resource_category/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: resource_category - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: resource_category

    +

    The category of the resource.

    +

    URI: pid4cat_model:resource_category

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    ResourceInfoData object to hold information about the resource and its representationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:resource_category
    nativepid4cat_model:resource_category
    +

    LinkML Source

    +
    + +
    name: resource_category
    +description: The category of the resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: resource_category
    +domain_of:
    +- ResourceInfo
    +range: ResourceCategory
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/resource_info/index.html b/elements/resource_info/index.html new file mode 100644 index 0000000..58283a5 --- /dev/null +++ b/elements/resource_info/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + Slot: resource_info - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: resource_info

    +

    Information about the resource.

    +

    URI: pid4cat_model:resource_info

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:resource_info
    nativepid4cat_model:resource_info
    +

    LinkML Source

    +
    + +
    name: resource_info
    +description: Information about the resource.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: resource_info
    +range: ResourceInfo
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/response_code/index.html b/elements/response_code/index.html new file mode 100644 index 0000000..28d09b4 --- /dev/null +++ b/elements/response_code/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: response_code - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: response_code

    +

    The response code of the handle API.

    +

    URI: pid4cat_model:response_code

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleAPIRecordA class representing a handle record query response of the REST (json) API of...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:response_code
    nativepid4cat_model:response_code
    +

    LinkML Source

    +
    + +
    name: response_code
    +description: The response code of the handle API.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: responseCode
    +domain_of:
    +- HandleAPIRecord
    +range: integer
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/role/index.html b/elements/role/index.html new file mode 100644 index 0000000..17b6e4b --- /dev/null +++ b/elements/role/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: role - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: role

    +

    The role of the agent relative to the resource

    +

    URI: pid4cat_model:role

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    AgentPerson who plays a role relative to PID creation or curationno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:role
    nativepid4cat_model:role
    +

    LinkML Source

    +
    + +
    name: role
    +description: The role of the agent relative to the resource
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: role
    +domain_of:
    +- Agent
    +range: Pid4CatAgentRole
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/size/index.html b/elements/size/index.html new file mode 100644 index 0000000..a3c66b3 --- /dev/null +++ b/elements/size/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: size - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: size

    +

    The size of the representation in bytes.

    +

    URI: pid4cat_model:size

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    RepresentationVariantA representation of the resource in other media types than text/html which is...no
    +

    Properties

    +
      +
    • +

      Range: Integer

      +
    • +
    • +

      Minimum Value: 0

      +
    • +
    +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:size
    nativepid4cat_model:size
    +

    LinkML Source

    +
    + +
    name: size
    +description: The size of the representation in bytes.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: size
    +domain_of:
    +- RepresentationVariant
    +range: integer
    +minimum_value: 0
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/status/index.html b/elements/status/index.html new file mode 100644 index 0000000..dbb7484 --- /dev/null +++ b/elements/status/index.html @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + Slot: status - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: status

    +

    The status of the pid4cat record.

    +

    URI: pid4cat_model:status

    + + +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:status
    nativepid4cat_model:status
    +

    LinkML Source

    +
    + +
    name: status
    +description: The status of the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: status
    +range: Pid4CatStatus
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/timestamp/index.html b/elements/timestamp/index.html new file mode 100644 index 0000000..c891a28 --- /dev/null +++ b/elements/timestamp/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: timestamp - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: timestamp

    +

    The iso datetime for the last update of the handle data.

    +

    URI: pid4cat_model:timestamp

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordA class representing a handle record in the same way as in the REST (json) AP...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:timestamp
    nativepid4cat_model:timestamp
    +

    LinkML Source

    +
    + +
    name: timestamp
    +description: The iso datetime for the last update of the handle data.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: timestamp
    +domain_of:
    +- HandleRecord
    +range: datetime
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/ttl/index.html b/elements/ttl/index.html new file mode 100644 index 0000000..b65cc59 --- /dev/null +++ b/elements/ttl/index.html @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + Slot: ttl - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: ttl

    +

    A time to live in seconds for the handle record. Typically: 86400 => 1 day

    +

    TODO: Research details of ttl meaning for handle API.

    +

    __

    +

    URI: pid4cat_model:ttl

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordA class representing a handle record in the same way as in the REST (json) AP...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:ttl
    nativepid4cat_model:ttl
    +

    LinkML Source

    +
    + +
    name: ttl
    +description: 'A time to live in seconds for the handle record. Typically: 86400 =>
    +  1 day
    +
    +  TODO: Research details of ttl meaning for handle API.
    +
    +  '
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: ttl
    +domain_of:
    +- HandleRecord
    +range: integer
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/type/index.html b/elements/type/index.html new file mode 100644 index 0000000..93441fb --- /dev/null +++ b/elements/type/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: type - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: type

    +

    The type of the handle record.

    +

    URI: pid4cat_model:type

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleRecordA class representing a handle record in the same way as in the REST (json) AP...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:type
    nativepid4cat_model:type
    +

    LinkML Source

    +
    + +
    name: type
    +description: The type of the handle record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: type
    +domain_of:
    +- HandleRecord
    +range: HandleDataType
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/url/index.html b/elements/url/index.html new file mode 100644 index 0000000..fb5bac7 --- /dev/null +++ b/elements/url/index.html @@ -0,0 +1,472 @@ + + + + + + + + + + + + + + + + + + Slot: url - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: url

    +

    The URL of the representation.

    +

    URI: pid4cat_model:url

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    RepresentationVariantA representation of the resource in other media types than text/html which is...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:url
    nativepid4cat_model:url
    +

    LinkML Source

    +
    + +
    name: url
    +description: The URL of the representation.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: url
    +domain_of:
    +- RepresentationVariant
    +range: uri
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/value/index.html b/elements/value/index.html new file mode 100644 index 0000000..4eb5edb --- /dev/null +++ b/elements/value/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: value - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: value

    +

    The value of the handle data.

    +

    URI: pid4cat_model:value

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleDataA data element in the handle APIno
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:value
    nativepid4cat_model:value
    +

    LinkML Source

    +
    + +
    name: value
    +description: The value of the handle data.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: value
    +domain_of:
    +- HandleData
    +range: string
    +exactly_one_of:
    +- range: Pid4CatStatus
    +- range: string
    +- range: ResourceInfo
    +- range: Pid4CatRelation
    +- range: LogRecord
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/elements/values/index.html b/elements/values/index.html new file mode 100644 index 0000000..d8f7d27 --- /dev/null +++ b/elements/values/index.html @@ -0,0 +1,478 @@ + + + + + + + + + + + + + + + + + + Slot: values - pid4cat-model + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + Skip to content + + +
    +
    + +
    + + + + +
    + + +
    + +
    + + + + + + +
    +
    + + + +
    +
    +
    + + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    +
    + + + +
    +
    + + + + + + + + + +

    Slot: values

    +

    The values of the pid4cat record.

    +

    URI: pid4cat_model:values

    + + +

    Applicable Classes

    + + + + + + + + + + + + + + + +
    NameDescriptionModifies Slot
    HandleAPIRecordA class representing a handle record query response of the REST (json) API of...no
    +

    Properties

    + +

    Identifier and Mapping Information

    +

    Schema Source

    +
      +
    • from schema: https://w3id.org/nfdi4cat/pid4cat-model
    • +
    +

    Mappings

    + + + + + + + + + + + + + + + + + +
    Mapping TypeMapped Value
    selfpid4cat_model:values
    nativepid4cat_model:values
    +

    LinkML Source

    +
    + +
    name: values
    +description: The values of the pid4cat record.
    +from_schema: https://w3id.org/nfdi4cat/pid4cat-model
    +rank: 1000
    +alias: values
    +domain_of:
    +- HandleAPIRecord
    +range: HandleRecord
    +multivalued: true
    +
    +
    + +
    + + + + + + +
    +
    + + + + +
    + +
    + + + +
    +
    +
    +
    + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 6e4b50d..0718d5a 100644 --- a/index.html +++ b/index.html @@ -236,7 +236,7 @@
  • - + Schema
  • @@ -315,7 +315,7 @@

    pid4cat-model

    A LinkML model for handle-based PIDs for resources in catalysis (pid4cat).

    The model is work in progress! Please don't expect stability before Release 1.0.

    @@ -344,13 +344,13 @@

    pid4cat-model

    -