-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6931f3c
commit dab4f90
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|