All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.links.TwoReferences_1to3.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
rapidModel TwoReferences_1to3
	resourceAPI TwoReferences baseURI "http://modelsolv.com"
		objectResource DataType1Object type DataType1

		objectResource DataType2Object type DataType2

		objectResource DataType3Object type DataType3


	dataModel TwoReferences
		structure DataType1
			dataType1ID : string
			dataType1_containment3 : reference DataType3*
			CustomerName : string

		structure DataType2
			dataType2ID : string
			dataType2_containment1 : reference DataType1*

		structure DataType3
			dataType2ID : string






© 2015 - 2024 Weber Informatics LLC | Privacy Policy