From dab4f9053e1e1071e0d7eb045aee902e3ca70d60 Mon Sep 17 00:00:00 2001 From: Rob Atkinson Date: Mon, 26 Feb 2024 17:55:11 +1100 Subject: [PATCH] More description for MyFeature --- _sources/myFeature/description.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _sources/myFeature/description.md diff --git a/_sources/myFeature/description.md b/_sources/myFeature/description.md new file mode 100644 index 0000000..40cf159 --- /dev/null +++ b/_sources/myFeature/description.md @@ -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. + + +