Skip to content

Commit

Permalink
Correct range limit for XML schema to intege from float
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezra Peisach committed Jan 30, 2024
1 parent 30be0c6 commit 5377ce8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archive/mmcif_pdbx_v50-v5.386.dic
Original file line number Diff line number Diff line change
Expand Up @@ -116395,7 +116395,7 @@ save__em_entity_assembly.number_unique_components
_item_type.code int
#
_item_range.maximum .
_item_range.minimum 0.0
_item_range.minimum 0
#
_pdbx_item_context.type WWPDB_LOCAL,EMDB_PUBLIC
_pdbx_item_context.item_name "_em_entity_assembly.number_of_copies"
Expand Down
2 changes: 1 addition & 1 deletion archive/mmcif_pdbx_v5_next-v5.394.dic
Original file line number Diff line number Diff line change
Expand Up @@ -116645,7 +116645,7 @@ save__em_entity_assembly.number_unique_components
_item_type.code int
#
_item_range.maximum .
_item_range.minimum 0.0
_item_range.minimum 0
#
_pdbx_item_context.type WWPDB_LOCAL,EMDB_PUBLIC
_pdbx_item_context.item_name "_em_entity_assembly.number_of_copies"
Expand Down
2 changes: 1 addition & 1 deletion base/mmcif_pdbx-base.dic
Original file line number Diff line number Diff line change
Expand Up @@ -95577,7 +95577,7 @@ save__em_entity_assembly.number_unique_components

loop_
_item_range.maximum
_item_range.minimum . 0.0
_item_range.minimum . 0

_pdbx_item_context.type WWPDB_LOCAL,EMDB_PUBLIC #V5
_pdbx_item_context.item_name '_em_entity_assembly.number_of_copies' #V5
Expand Down
2 changes: 1 addition & 1 deletion dist/mmcif_pdbx_v50.dic
Original file line number Diff line number Diff line change
Expand Up @@ -116395,7 +116395,7 @@ save__em_entity_assembly.number_unique_components
_item_type.code int
#
_item_range.maximum .
_item_range.minimum 0.0
_item_range.minimum 0
#
_pdbx_item_context.type WWPDB_LOCAL,EMDB_PUBLIC
_pdbx_item_context.item_name "_em_entity_assembly.number_of_copies"
Expand Down
2 changes: 1 addition & 1 deletion dist/mmcif_pdbx_v5_next.dic
Original file line number Diff line number Diff line change
Expand Up @@ -116645,7 +116645,7 @@ save__em_entity_assembly.number_unique_components
_item_type.code int
#
_item_range.maximum .
_item_range.minimum 0.0
_item_range.minimum 0
#
_pdbx_item_context.type WWPDB_LOCAL,EMDB_PUBLIC
_pdbx_item_context.item_name "_em_entity_assembly.number_of_copies"
Expand Down

0 comments on commit 5377ce8

Please sign in to comment.