This commit is contained in:
perro tuerto 2023-01-25 19:39:36 -08:00
parent 73a4bf08f6
commit 30d05f325d
1 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ To better understad what YASD does, see the inputs and outputs:
## Structure
General structure:
### General structure
schema:
SCHM
@ -53,7 +53,7 @@ General structure:
groups:
- GRPS
Schema (SCHM) structure:
### Schema (SCHM) structure
elementFormDefault: qualified|unqualified
targetNamespace: http://a.link
@ -61,7 +61,7 @@ Schema (SCHM) structure:
schemaLocation: http://a-link-to.xsd
version: 0.1
Element (ELMT) structure:
### Element (ELMT) structure
name: element_name
description: Element description
@ -83,7 +83,7 @@ Element (ELMT) structure:
- group: group_name
...
Attribute (ATTR) structure:
### Attribute (ATTR) structure
name: attribute_name
description: Attribute description
@ -95,7 +95,7 @@ Attribute (ATTR) structure:
CONSTRAIN
...
Group (GRPS) structure:
### Group (GRPS) structure
name: group_name
attribute_group: true|false