Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define custom types for 'rt' and 'rel' attributes in schema #192

Merged
merged 4 commits into from
Oct 23, 2024
Merged

Conversation

koriym
Copy link
Member

@koriym koriym commented Oct 6, 2024

Modified the XML schema to introduce new simple types for 'rt' and 'rel' attributes. The 'rt' attribute now requires a value conforming to a specific pattern, while the 'rel' attribute can either be a predefined relationship token or a strict URI. This change enhances validation and ensures stricter type enforcement for these attributes.

Modified the XML schema to introduce new simple types for 'rt' and 'rel' attributes. The 'rt' attribute now requires a value conforming to a specific pattern, while the 'rel' attribute can either be a predefined relationship token or a strict URI. This change enhances validation and ensures stricter type enforcement for these attributes.
@koriym koriym requested a review from NaokiTsuchiya October 6, 2024 05:27
koriym added 3 commits October 7, 2024 21:31
Introduced a detailed JSON file to define the ALPS schema for an Amazon-like e-commerce platform. This file includes descriptors and attributes covering user management, product catalog, order processing, inventory management, and other essential e-commerce functionalities. This helps in providing a structured and clear outline for developers implementing similar platforms.
nameでの(method)表記を削除

Remove redundant type display in the tooltip attribute of table rows within the Edge.php file. This streamlines the HTML by omitting duplicate type information.
@koriym koriym merged commit 2074f9c into master Oct 23, 2024
22 checks passed
@koriym koriym deleted the xsd branch October 23, 2024 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants