Skip to content

Commit

Permalink
Merge pull request #41 from i-Cell-Mobilsoft-Open-Source/feature/remo…
Browse files Browse the repository at this point in the history
…ve-schemaLocation-from-document-and-notification-xsds

#40 remove schemaLocation from document and notification xsds
  • Loading branch information
cserhatit authored Jul 29, 2020
2 parents a6ac985 + d39dd95 commit ecaf39b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
targetNamespace="http://document.dto.coffee.icellmobilsoft.hu/document"
elementFormDefault="qualified" attributeFormDefault="unqualified">

<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/common"
schemaLocation="../common/common.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonservice"
schemaLocation="../common/commonservice.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonsecurity"
schemaLocation="../common/commonsecurity.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/common" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonservice" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonsecurity" />

<!-- SIMPLE TYPES -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@
targetNamespace="http://notification.dto.coffee.icellmobilsoft.hu/notification"
elementFormDefault="qualified" attributeFormDefault="unqualified">

<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/common"
schemaLocation="../common/common.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonservice"
schemaLocation="../common/commonservice.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonsecurity"
schemaLocation="../common/commonsecurity.xsd" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/common" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonservice" />
<xsd:import namespace="http://common.dto.coffee.icellmobilsoft.hu/commonsecurity" />

<!-- SIMPLE TYPES -->
<xsd:simpleType name="DeviceOSType">
Expand Down

0 comments on commit ecaf39b

Please sign in to comment.