add files
This commit is contained in:
		
							
								
								
									
										17
									
								
								temp/exificient/data/schema/substitutionGroup1.xsd
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								temp/exificient/data/schema/substitutionGroup1.xsd
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | ||||
|      | ||||
|     <xs:element name="name" type="xs:string"/> | ||||
|     <xs:element name="navn" substitutionGroup="name"/> | ||||
|     <xs:element name="nome" substitutionGroup="navn"/> | ||||
|      | ||||
|     <xs:complexType name="custinfo"> | ||||
|         <xs:sequence> | ||||
|             <xs:element ref="name"/> | ||||
|         </xs:sequence> | ||||
|     </xs:complexType> | ||||
|      | ||||
|     <xs:element name="customer" type="custinfo"/> | ||||
|     <xs:element name="kunde" substitutionGroup="customer"/> | ||||
|      | ||||
| </xs:schema>  | ||||
		Reference in New Issue
	
	Block a user
	 ChiKyun Kim
					ChiKyun Kim