fix(1c): separate template descriptor type from payload carrier

This commit is contained in:
2026-08-14 20:53:49 +03:00
parent 9f46d8e39e
commit 7cd24bffd4
4 changed files with 113 additions and 20 deletions
+4 -1
View File
@@ -96,7 +96,10 @@ from its name or a guessed `.0` stream.
```
`appearance.inspect` is a separate read-only reader for a base
`CommonTemplate` whose `.0` carrier is confirmed as `AppearanceTemplate` XML.
`CommonTemplate` whose `.0` carrier has the `AppearanceTemplate` XML root.
This selects the payload reader only; it does not establish the 1C platform
`TemplateType`, which remains unresolved until its metadata descriptor is
decoded.
It returns raw XML-backed `item(parameter, value)` rules and an XML tag
outline. It has no write operation, and an extension template returns explicit
`unsupported` until an extension carrier route is proven.