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 ## Structure
General structure: ### General structure
schema: schema:
SCHM SCHM
@ -53,7 +53,7 @@ General structure:
groups: groups:
- GRPS - GRPS
Schema (SCHM) structure: ### Schema (SCHM) structure
elementFormDefault: qualified|unqualified elementFormDefault: qualified|unqualified
targetNamespace: http://a.link targetNamespace: http://a.link
@ -61,7 +61,7 @@ Schema (SCHM) structure:
schemaLocation: http://a-link-to.xsd schemaLocation: http://a-link-to.xsd
version: 0.1 version: 0.1
Element (ELMT) structure: ### Element (ELMT) structure
name: element_name name: element_name
description: Element description description: Element description
@ -83,7 +83,7 @@ Element (ELMT) structure:
- group: group_name - group: group_name
... ...
Attribute (ATTR) structure: ### Attribute (ATTR) structure
name: attribute_name name: attribute_name
description: Attribute description description: Attribute description
@ -95,7 +95,7 @@ Attribute (ATTR) structure:
CONSTRAIN CONSTRAIN
... ...
Group (GRPS) structure: ### Group (GRPS) structure
name: group_name name: group_name
attribute_group: true|false attribute_group: true|false