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

models.dsl.ResourceBoundTo.rapid Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
/* This is a Zen Model template. Customize it to describe your services and data types. */
rapidModel ResourceBoundTo
	resourceAPI ResourceBoundToAPI baseURI "http://my-namespace.com"

		objectResource ResourceBoundToObject type ResourceBoundTo

		objectResource ResourceBoundToObject2 bound type ResourceBoundTo
		
		objectResource ResourceBoundToObject3 bound to type ResourceBoundTo
		
		collectionResource ResourceBoundToCollection type ResourceBoundTo

		collectionResource ResourceBoundToCollection2 bound type ResourceBoundTo

		collectionResource ResourceBoundToCollection3 bound to type ResourceBoundTo

	dataModel ResourceBoundToDataModel
		structure ResourceBoundTo
			id : string




© 2015 - 2024 Weber Informatics LLC | Privacy Policy