Implemented basic Vue.js frontend (#222)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #222 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
		
							
								
								
									
										10
									
								
								Samples/xsd/sample.xsd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								Samples/xsd/sample.xsd
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd" targetNamespace="http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd" elementFormDefault="qualified" attributeFormDefault="unqualified"> | ||||
|     <xs:element name="values"> | ||||
|         <xs:complexType> | ||||
|             <xs:sequence> | ||||
|                 <xs:element name="value" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> | ||||
|             </xs:sequence> | ||||
|         </xs:complexType> | ||||
|     </xs:element> | ||||
| </xs:schema> | ||||
		Reference in New Issue
	
	Block a user