Skip to content

Commit

Permalink
cleanup sample content, restore asset mix:reference and jcr:uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 30, 2024
1 parent 516659e commit a87a3f3
Show file tree
Hide file tree
Showing 51 changed files with 122 additions and 88 deletions.
2 changes: 1 addition & 1 deletion content-packages/sample-content/jcr_root/.content.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:mixinTypes="[rep:AccessControllable,rep:RepoAccessControllable]"
jcr:primaryType="rep:root"
sling:resourceType="sling:redirect"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:OrderedFolder">
<cq:graphql/>
Expand All @@ -8,6 +8,7 @@
<campaigns/>
<projects/>
<experience-fragments/>
<outbound-marketing/>
<cq:tags/>
<usergenerated/>
<launches/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="sling:Folder"/>
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="sling:Folder">
<jcr:content
cq:conf=""
jcr:primaryType="nt:unstructured"
jcr:title=""
processingProfile="None">
<folderThumbnail/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:dam="http://www.day.com/dam/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:file">
<jcr:content
dam:folderThumbnailPaths="[/content/dam/wcm-io-samples/content/user.png,/content/dam/wcm-io-samples/content/talk.png,/content/dam/wcm-io-samples/content/location.png]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="sling:Folder"
jcr:title="content">
<jcr:content
cq:conf=""
jcr:primaryType="nt:unstructured"
processingProfile="None">
<folderThumbnail/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:dam="http://www.day.com/dam/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:file">
<jcr:content
dam:folderThumbnailPaths="[/content/dam/adaptto/sample/content/user.png,/content/dam/adaptto/sample/content/talk.png,/content/dam/adaptto/sample/content/location.png]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="e79aee3b-9465-49f6-9df8-d228047ba768">
<jcr:content
cq:name="archive.png"
cq:parentPath="/content/dam/wcm-io-samples/content"
Expand All @@ -16,7 +18,7 @@
dam:Physicalwidthindpi="{Long}72"
dam:Physicalwidthininches="{Decimal}6.668185710906982"
dam:Progressive="no"
dam:size="{Long}7461"
dam:size="{Long}9889"
dam:writebackEnable="False"
dc:format="image/png"
jcr:primaryType="nt:unstructured"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="25a9fc1c-4c47-4096-99fa-dd4cc4f20f3a">
<jcr:content
cq:name="location.png"
cq:parentPath="/content/dam/wcm-io-samples/content"
Expand All @@ -16,7 +18,7 @@
dam:Physicalwidthindpi="{Long}72"
dam:Physicalwidthininches="{Decimal}6.668185710906982"
dam:Progressive="no"
dam:size="{Long}6487"
dam:size="{Long}8503"
dam:writebackEnable="False"
dc:format="image/png"
jcr:primaryType="nt:unstructured"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="64bdcee7-801e-425e-b728-1147b65b3ca6">
<jcr:content
cq:name="provision-logo.png"
cq:parentPath="/content/dam/wcm-io-samples/content"
Expand All @@ -16,7 +18,7 @@
dam:Physicalwidthindpi="{Long}72"
dam:Physicalwidthininches="{Decimal}5.556821346282959"
dam:Progressive="no"
dam:size="{Long}19108"
dam:size="{Long}20682"
dam:writebackEnable="False"
dc:format="image/png"
jcr:primaryType="nt:unstructured"
Expand All @@ -36,6 +38,10 @@
jcr:primaryType="nt:unstructured"
imageHeight="{Long}9"
imageWidth="{Long}48"/>
<cq5dam.thumbnail.319.319.png
jcr:primaryType="nt:unstructured"
imageHeight="{Long}65"
imageWidth="{Long}319"/>
</renditionsMetadata>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:pdf="http://ns.adobe.com/pdf/1.3/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="29d0a27a-7c9f-4d62-bb2e-53b32c90d30a">
<jcr:content jcr:primaryType="dam:AssetContent">
<metadata
dam:Author="Stefan Seifert"
Expand All @@ -16,9 +18,9 @@
pdf:Producer="Microsoft® Word für Microsoft 365"
xmp:CreateDate="{Date}2021-06-25T19:55:06.000+02:00"
xmp:CreatorTool="Microsoft® Word für Microsoft 365"
xmp:ModifyDate="{Date}2021-06-25T19:55:06.000+02:00"
xmpMM:DocumentID="uuid:B1C9FDB5-9863-4989-B880-D61874EED8D3"
xmpMM:InstanceID="uuid:B1C9FDB5-9863-4989-B880-D61874EED8D3"/>
xmpMM:InstanceID="uuid:B1C9FDB5-9863-4989-B880-D61874EED8D3"
xmp:ModifyDate="{Date}2021-06-25T19:55:06.000+02:00"/>
<related jcr:primaryType="nt:unstructured"/>
<renditionsMetadata jcr:primaryType="nt:unstructured">
<cq5dam.thumbnail.140.100.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content jcr:primaryType="oak:Resource"/>
</jcr:root>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="nt:file">
<jcr:content
jcr:mimeType="application/pdf"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="8a58c7f2-5756-4b2e-98fe-a2936c623dd7">
<jcr:content
cq:name="stageheader-outside2.jpg"
cq:parentPath="/content/dam/wcm-io-samples/content"
Expand All @@ -17,9 +19,9 @@
dam:Physicalwidthindpi="{Long}-1"
dam:Physicalwidthininches="{Decimal}-1.0"
dam:Progressive="no"
dam:size="{Long}102447"
dam:size="{Long}102541"
dam:writebackEnable="False"
dc:creator="[Alexander Muthmann,Alexander Muthmann,Alexander Muthmann,Alexander Muthmann]"
dc:creator="[Alexander Muthmann,Alexander Muthmann]"
dc:creator_xmpArrayType="rdf:Seq"
dc:format="image/jpeg"
jcr:primaryType="nt:unstructured"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="1433dbe9-4d21-4941-8caf-6a0f6cae3190">
<jcr:content
cq:name="talk.png"
cq:parentPath="/content/dam/wcm-io-samples/content"
Expand All @@ -16,7 +18,7 @@
dam:Physicalwidthindpi="{Long}72"
dam:Physicalwidthininches="{Decimal}6.668185710906982"
dam:Progressive="no"
dam:size="{Long}6652"
dam:size="{Long}8668"
dam:writebackEnable="False"
dc:format="image/png"
jcr:primaryType="nt:unstructured"
Expand All @@ -36,6 +38,10 @@
jcr:primaryType="nt:unstructured"
imageHeight="{Long}179"
imageWidth="{Long}319"/>
<cq5dam.thumbnail.48.48.png
jcr:primaryType="nt:unstructured"
imageHeight="{Long}27"
imageWidth="{Long}48"/>
</renditionsMetadata>
</jcr:content>
</jcr:root>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:creatorAtom="http://ns.adobe.com/creatorAtom/1.0/" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmpDM="http://ns.adobe.com/xmp/1.0/DynamicMedia/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dam="http://www.day.com/dam/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="dam:Asset">
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:tiff="http://ns.adobe.com/tiff/1.0/" xmlns:creatorAtom="http://ns.adobe.com/creatorAtom/1.0/" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:stEvt="http://ns.adobe.com/xap/1.0/sType/ResourceEvent#" xmlns:xmpDM="http://ns.adobe.com/xmp/1.0/DynamicMedia/" xmlns:stDim="http://ns.adobe.com/xap/1.0/sType/Dimensions#" xmlns:dam="http://www.day.com/dam/1.0" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:mix="http://www.jcp.org/jcr/mix/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/"
jcr:mixinTypes="[mix:referenceable]"
jcr:primaryType="dam:Asset"
jcr:uuid="9efe504e-1850-4c10-b607-cb882650c207">
<jcr:content jcr:primaryType="dam:AssetContent">
<metadata
dam:size="{Long}955481"
Expand All @@ -11,8 +13,6 @@
tiff:ImageWidth="{Long}480"
tiff:Orientation="{Long}1"
xmp:CreateDate="{Date}2020-01-20T20:28:45.000Z"
xmp:MetadataDate="{Date}2020-01-20T21:28:45.000+01:00"
xmp:ModifyDate="{Date}2020-01-20T20:28:45.000Z"
xmpDM:audioChannelType="Stereo"
xmpDM:audioSampleRate="{Long}48000"
xmpDM:audioSampleType="16Int"
Expand All @@ -21,9 +21,11 @@
xmpDM:videoFieldOrder="Progressive"
xmpDM:videoFrameRate="25.000000"
xmpDM:videoPixelAspectRatio="1/1"
xmp:MetadataDate="{Date}2020-01-20T21:28:45.000+01:00"
xmpMM:DocumentID="06f1c0a1-4545-ddbd-4a9a-784500000047"
xmpMM:InstanceID="xmp.iid:5082d121-2487-bd4e-9132-1254346a94ad"
xmpMM:OriginalDocumentID="xmp.did:4cf4288f-df9b-6546-9eaf-85061bddee1e">
xmpMM:OriginalDocumentID="xmp.did:4cf4288f-df9b-6546-9eaf-85061bddee1e"
xmp:ModifyDate="{Date}2020-01-20T20:28:45.000Z">
<xmpDM:projectRef
jcr:primaryType="nt:unstructured"
xmpDM:type="movie"
Expand Down Expand Up @@ -82,21 +84,6 @@
stEvt:when="{Date}2020-01-20T21:28:45.000+01:00"
xmpNodeType="xmpStruct"/>
</xmpMM:History>
<xmpMM:Ingredients
jcr:primaryType="nt:unstructured"
xmpArraySize="{Long}1"
xmpArrayType="rdf:Bag"
xmpNodeType="xmpArray">
<_x0031_
jcr:primaryType="nt:unstructured"
stRef:documentID="cac0907d-f2ba-e0d4-c76c-8e0400000043"
stRef:filePath="P1030651.MP4"
stRef:fromPart="time:0d304819200000f254016000000"
stRef:instanceID="a38656e7-d40c-1ada-1b9c-923e00000070"
stRef:maskMarkers="None"
stRef:toPart="time:0d304819200000f254016000000"
xmpNodeType="xmpStruct"/>
</xmpMM:Ingredients>
<xmpMM:Pantry
jcr:primaryType="nt:unstructured"
xmpArraySize="{Long}1"
Expand All @@ -107,10 +94,10 @@
tiff:Orientation="{Long}1"
xmp:CreateDate="{Date}2019-07-04T13:07:25.000Z"
xmp:MetadataDate="{Date}2020-01-20T21:28:21.000+01:00"
xmp:ModifyDate="{Date}2020-01-20T21:28:21.000+01:00"
xmpMM:DocumentID="cac0907d-f2ba-e0d4-c76c-8e0400000043"
xmpMM:InstanceID="a38656e7-d40c-1ada-1b9c-923e00000070"
xmpMM:OriginalDocumentID="xmp.did:9a1b78ca-cd0d-4e48-8bdc-970928fee4e7"
xmp:ModifyDate="{Date}2020-01-20T21:28:21.000+01:00"
xmpNodeType="xmpStruct">
<xmpDM:duration
jcr:primaryType="nt:unstructured"
Expand Down Expand Up @@ -149,6 +136,21 @@
creatorAtom:invocationAppleEvent="{Long}1129468018"
jcr:primaryType="nt:unstructured"
xmpNodeType="xmpStruct"/>
<xmpMM:Ingredients
jcr:primaryType="nt:unstructured"
xmpArraySize="{Long}1"
xmpArrayType="rdf:Bag"
xmpNodeType="xmpArray">
<_x0031_
jcr:primaryType="nt:unstructured"
stRef:documentID="cac0907d-f2ba-e0d4-c76c-8e0400000043"
stRef:filePath="P1030651.MP4"
stRef:fromPart="time:0d304819200000f254016000000"
stRef:instanceID="a38656e7-d40c-1ada-1b9c-923e00000070"
stRef:maskMarkers="None"
stRef:toPart="time:0d304819200000f254016000000"
xmpNodeType="xmpStruct"/>
</xmpMM:Ingredients>
</metadata>
<related jcr:primaryType="nt:unstructured"/>
<renditionsMetadata jcr:primaryType="nt:unstructured">
Expand Down
Loading

0 comments on commit a87a3f3

Please sign in to comment.