- All Superinterfaces:
org.gcube.informationsystem.base.reference.Element, org.gcube.informationsystem.model.reference.entities.Entity, org.gcube.informationsystem.base.reference.entities.EntityElement, org.gcube.informationsystem.model.reference.ERElement, org.gcube.informationsystem.model.reference.entities.Facet, org.gcube.informationsystem.base.reference.IdentifiableElement, org.gcube.informationsystem.model.reference.ModelElement, org.gcube.informationsystem.base.reference.SchemaMixedElement, Serializable
- All Known Implementing Classes:
SchemaFacetImpl
@TypeMetadata(name="SchemaFacet",
description="SchemaFacet captures information on any schema, i.e., a vocabulary used to validate a document associated with a resource. Examples of schema are JavaScript Object Notation (JSON) schema and XML schema. JSON schema \"is a vocabulary that allows you to annotate and validate JSON documents\". JSON schema is under standardisation by Internet Engineering Task force (IETF) (see references at https://json-schema.org/specification.html). XSD defines the legal building blocks of an XML document. DTD defines the structure and the legal elements and attributes of an XML document.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface SchemaFacet
extends org.gcube.informationsystem.model.reference.entities.Facet
SchemaFacet captures information on any schema,
i.e., a vocabulary used to validate a document associated with a resource.
Examples of schema are JavaScript Object Notation (JSON) schema and XML schema.
JSON schema "is a vocabulary that allows you to annotate and validate JSON documents".
JSON schema is under standardisation by Internet Engineering Task force (IETF)
(see references at https://json-schema.org/specification.html).
XSD defines the legal building blocks of an XML document.
DTD defines the structure and the legal elements and attributes of an XML document.
https://wiki.gcube-system.org/gcube/GCube_Model#Schema_Facet
- Author:
- Luca Frosini (ISTI - CNR)