Skip to content

Commit

Permalink
correct amf version number in example files
Browse files Browse the repository at this point in the history
  • Loading branch information
aforsythe committed Dec 27, 2023
1 parent f7f71bb commit aa22c46
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/example1.amf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile
xmlns:aces="urn:ampas:aces:amf:v1.0"
xmlns:aces="urn:ampas:aces:amf:v2.0"
xmlns:cdl="urn:ASC:CDL:v1.01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/example2.amf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile
xmlns:aces="urn:ampas:aces:amf:v1.0"
xmlns:aces="urn:ampas:aces:amf:v2.0"
xmlns:cdl="urn:ASC:CDL:v1.01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/example3.amf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile
xmlns:aces="urn:ampas:aces:amf:v1.0"
xmlns:aces="urn:ampas:aces:amf:v2.0"
xmlns:cdl="urn:ASC:CDL:v1.01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/example4.amf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile
xmlns:aces="urn:ampas:aces:amf:v1.0"
xmlns:aces="urn:ampas:aces:amf:v2.0"
xmlns:cdl="urn:ASC:CDL:v1.01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/example5.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile
xmlns:aces="urn:ampas:aces:amf:v1.0"
xmlns:aces="urn:ampas:aces:amf:v2.0"
xmlns:cdl="urn:ASC:CDL:v1.01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
version="1.0">
Expand Down
2 changes: 1 addition & 1 deletion examples/exampleMinimum.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<aces:acesMetadataFile version="1.0" xmlns:aces="urn:ampas:aces:amf:v1.0">
<aces:acesMetadataFile version="1.0" xmlns:aces="urn:ampas:aces:amf:v2.0">
<aces:amfInfo>
<aces:dateTime>
<aces:creationDateTime>2023-08-15T08:00:00-07:00</aces:creationDateTime>
Expand Down

0 comments on commit aa22c46

Please sign in to comment.