port needs to be 1 inclusive because positiveInteger

This commit is contained in:
2020-06-14 03:46:05 -04:00
parent 2219fbe4c0
commit a663b5802f
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
<xs:complexType name="e_repomir_tstmp_file">
<xs:simpleContent>
<xs:extension base="t_unix_filepath">
<xs:attribute name="timeFormat" type="xs:string" use="optional"/>
<xs:attribute name="timeFormat" type="xs:string" use="optional" default="UNIX_EPOCH"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>