Skip to content

Commit 5077b0f

Browse files
pj-gitlab-botRobert Organ
andauthored
Update Onix example file & Add codelist for mapping (#70)
* Update Onix * Fix style --------- Co-authored-by: Robert Organ <robert.organ@schibsted.com>
1 parent 502f357 commit 5077b0f

File tree

1 file changed

+16
-1
lines changed
  • docs/feeds/product/formats/onix

1 file changed

+16
-1
lines changed

docs/feeds/product/formats/onix/onix.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: 'Onix For Books XML'
77

88
If your products are books, we support the [Onix For Books](https://www.editeur.org/14/Code-Lists/) XML format to import your products.
99

10+
Code list for mappings can be found [here](https://www.editeur.org/files/ONIX%20for%20books%20-%20code%20lists/ONIX_BookProduct_Codelists_Issue_65.html).
11+
1012
## Example Files
1113

1214
```xml
@@ -37,6 +39,7 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
3739
<DescriptiveDetail>
3840
<ProductComposition>00</ProductComposition>
3941
<ProductForm>00</ProductForm>
42+
<ProductFormDetail>E116</ProductFormDetail>
4043
<ProductFormDescription>CD-skiva</ProductFormDescription>
4144
<Measure>
4245
<MeasureType>01</MeasureType>
@@ -82,6 +85,18 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
8285
<SubjectSchemeIdentifier>95</SubjectSchemeIdentifier>
8386
<SubjectCode>2ACB</SubjectCode>
8487
</Subject>
88+
<Extent>
89+
<ExtentType>00</ExtentType>
90+
<ExtentValue>200</ExtentValue>
91+
<ExtentUnit>03</ExtentUnit>
92+
</Extent>
93+
<Contributor>
94+
<SequenceNumber>2</SequenceNumber>
95+
<ContributorRole>A01</ContributorRole>
96+
<PersonNameInverted>King, Ben</PersonNameInverted>
97+
<NamesBeforeKey>Ben</NamesBeforeKey>
98+
<KeyNames>King</KeyNames>
99+
</Contributor>
85100
</DescriptiveDetail>
86101
<CollateralDetail/>
87102
<PublishingDetail>
@@ -145,4 +160,4 @@ If your products are books, we support the [Onix For Books](https://www.editeur.
145160
</ProductSupply>
146161
</Product>
147162
</ONIXMessage>
148-
```
163+
```

0 commit comments

Comments
 (0)