fix(1c): separate template descriptor type from payload carrier
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user