Examples
HEXT Standard 1.0 · Reference documents
Semantic XML (Canonical)
| File | Description |
|---|---|
minimal.hext.xml | Smallest valid HEXT document |
rfc.hext.xml | RFC-class document with full metadata |
experiment.hext.xml | Experiment record with extension module |
Legacy Markdown-Hosted (v0.1.0)
Supported under grandfather compatibility rules.
| File | Description |
|---|---|
sample.hxt | Valid verification example |
invalid.hxt | Tampered document (should fail verification) |
sample_knowledge_object.hxt | Knowledge object with object/provenance/semantic fields |
Verify Legacy Examples
git clone https://github.com/HEXT-AI/hxt-spec
cd hxt-spec
python3 hxt.py verify examples/sample.hxt
python3 hxt.py verify examples/invalid.hxt See Conformance for validation and compliance requirements.