Skip to content

Commit

Permalink
Merge pull request #341 from ngageoint/SIDD-updates
Browse files Browse the repository at this point in the history
Fix minOccurs in schema
  • Loading branch information
vkrishna1997 authored Jun 2, 2020
2 parents 0b4c15d + 412ee3f commit fbab858
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@
<xs:documentation>Name of sensor profile in ICC Profile database.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DisplayProfile" type="xs:string" minOccur="0">
<xs:element name="DisplayProfile" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Name of display profile in ICC Profile database.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ICCProfileSignature" type="xs:string" minOccur="0">
<xs:element name="ICCProfileSignature" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Valid ICC profile signature.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit fbab858

Please sign in to comment.