Skip to content

Commit

Permalink
create a new page.xsd that includes all page types
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Oct 24, 2024
1 parent bdf1677 commit a867982
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/xmlns/page.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" targetNamespace="https://mobile-content-api.cru.org/xmlns/page">

<xs:include schemaLocation="page_base.xsd" />
<xs:include schemaLocation="page_cardcollection.xsd" />
<xs:include schemaLocation="page_content.xsd" />
</xs:schema>

0 comments on commit a867982

Please sign in to comment.