Skip to content

Commit

Permalink
More description for MyFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Feb 26, 2024
1 parent 6931f3c commit dab4f90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _sources/myFeature/description.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Custom Feature Type

This building block illustrates a typical "Feature Type" - where an object is modelled as a "Feature with geometry", but has its own "native schema" - or "domain model".

This is an **interoperable** approach to defining a Feature, allowing re-use of a well-defined domain model.

i.e. the attributes (properties) are managed independently of the packaging container (Feature)

the **mySchema" building block is referenced by this container, complete with an example of semantic annotations for the domain model. It may inherit reusable sub-components using the same mechanisms - after all there is usually a lot in common across a range of FeatureTypes in any environment.

This building block **inherits** reusable semantic annotations from a common library, simplifying implementation.



0 comments on commit dab4f90

Please sign in to comment.