From 30d05f325d76f38eedd298be34aed0c6f96a770f Mon Sep 17 00:00:00 2001 From: perro Date: Wed, 25 Jan 2023 19:39:36 -0800 Subject: [PATCH] Ajustes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e6e041..c0779f4 100644 --- a/README.md +++ b/README.md @@ -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