Skip to content

Commit

Permalink
New testproject (5.18)
Browse files Browse the repository at this point in the history
  • Loading branch information
melvingrootenboers committed Apr 13, 2016
1 parent b43abb4 commit 99f29a7
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 0 deletions.
Binary file modified test/[Test] DocumentViewer.mpr
Binary file not shown.
33 changes: 33 additions & 0 deletions test/resources/XMLSchema.xsd
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

<xs:element name="questionnaire">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="xs:string"/>
<xs:element name="description" type="xs:string"/>

<xs:element name="respondent" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string"/>

<xs:element name="entry" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="question" type="xs:string"/>
<xs:element name="answer" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="respondentnr" type="xs:integer" use="required"/>
</xs:complexType>
</xs:element>

</xs:sequence>
<xs:attribute name="revisionnr" type="xs:integer" use="required"/>
</xs:complexType>
</xs:element>

</xs:schema>
Binary file modified test/widgets/FileDocumentViewer.mpk
Binary file not shown.
Binary file added test/widgets/MendixAppCloudNavigation.mpk
Binary file not shown.
Binary file added test/widgets/MendixAppSwitcher.mpk
Binary file not shown.
Binary file added test/widgets/MendixProfileMenu.mpk
Binary file not shown.
Binary file added test/widgets/SprintrFeedbackWidget.mpk
Binary file not shown.

0 comments on commit 99f29a7

Please sign in to comment.