Skip to content

Commit

Permalink
Add Hasselblad alias
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Feb 8, 2024
1 parent bf0bf45 commit 9ab7b0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions data/cameras.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17420,6 +17420,16 @@
<Sensor black="256" white="62914"/>
<Aliases>
<Alias id="CFV-50c">Hasselblad CFV-50c</Alias>
<Alias id="CFV-50c/Flash Sync">CFV-50c/Flash Sync</Alias>
<Alias id="CFV-50c/SWC">CFV-50c/SWC</Alias>
<Alias id="CFV-50c/200">CFV-50c/200</Alias>
<Alias id="CFV-50c/500">CFV-50c/500</Alias>
<Alias id="CFV-50c/Schneider">CFV-50c/Schneider</Alias>
<Alias id="CFV-50c/LensCtrl S">CFV-50c/LensCtrl S</Alias>
<Alias id="CFV-50c/Winder CW">CFV-50c/Winder CW</Alias>
<Alias id="CFV-50c/ELD">CFV-50c/ELD</Alias>
<Alias id="CFV-50c/ELX">CFV-50c/ELX</Alias>
<Alias id="CFV-50c/Pinhole">CFV-50c/Pinhole</Alias>
</Aliases>
<ColorMatrices>
<ColorMatrix planes="3">
Expand Down
4 changes: 2 additions & 2 deletions data/cameras.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
</xs:simpleType>
<xs:simpleType name="AliasTypeIdType">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9 \-]{7,21}"/>
<xs:pattern value="[a-zA-Z0-9 \-/]{7,21}"/>
<xs:minLength value="7"/>
<xs:maxLength value="21"/>
</xs:restriction>
Expand All @@ -306,7 +306,7 @@
</xs:complexType>
<xs:complexType name="AliasesType">
<xs:sequence>
<xs:element type="AliasType" name="Alias" minOccurs="1" maxOccurs="9"/>
<xs:element type="AliasType" name="Alias" minOccurs="1" maxOccurs="11"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="HintTypeNameType">
Expand Down

0 comments on commit 9ab7b0d

Please sign in to comment.