|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <?xml-stylesheet type="text/xsl" href="/cn/xslt/dataone.types.v1.xsl"?>
|
3 |
| -<d1v2:objectFormatList count="151" start="0" total="151" |
| 3 | +<d1v2:objectFormatList count="155" start="0" total="155" |
4 | 4 | xmlns:d1v2="http://ns.dataone.org/service/types/v2.0"
|
5 | 5 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
6 | 6 | xsi:schemaLocation="http://ns.dataone.org/service/types/v2.0 dataoneTypes_v2.0.xsd">
|
|
1082 | 1082 | <mediaType name="application/vnd.gdb+zip"/>
|
1083 | 1083 | <extension>zip</extension>
|
1084 | 1084 | </objectFormat>
|
| 1085 | + <objectFormat> |
| 1086 | + <formatId>application/vnd.apache.parquet</formatId> |
| 1087 | + <formatName>Apache Parquet</formatName> |
| 1088 | + <formatType>DATA</formatType> |
| 1089 | + <mediaType name="application/vnd.apache.parquet"/> |
| 1090 | + <extension>parquet</extension> |
| 1091 | + </objectFormat> |
| 1092 | + <objectFormat> |
| 1093 | + <formatId>application/vnd.sqlite3</formatId> |
| 1094 | + <formatName>SQLite Database</formatName> |
| 1095 | + <formatType>DATA</formatType> |
| 1096 | + <mediaType name="application/vnd.sqlite3"/> |
| 1097 | + <extension>db</extension> |
| 1098 | + </objectFormat> |
| 1099 | + <objectFormat> |
| 1100 | + <formatId>https://ns.dataone.org/service/types/v2.0#SystemMetadata</formatId> |
| 1101 | + <formatName>System Metadata</formatName> |
| 1102 | + <formatType>METADATA</formatType> |
| 1103 | + <mediaType name="text/xml"/> |
| 1104 | + <extension>xml</extension> |
| 1105 | + </objectFormat> |
| 1106 | + <objectFormat> |
| 1107 | + <formatId>http://ns.dataone.org/service/types/v2.0#ObjectFormatList</formatId> |
| 1108 | + <formatName>Object Format List</formatName> |
| 1109 | + <formatType>METADATA</formatType> |
| 1110 | + <mediaType name="text/xml"/> |
| 1111 | + <extension>xml</extension> |
| 1112 | + </objectFormat> |
1085 | 1113 | </d1v2:objectFormatList>
|
0 commit comments