Skip to content

Add PercentType or Equivalent #297

Description

@corymosiman12

Is your feature request related to a problem? Please describe.

We have many elements that require a percent from 0-100 as an expected value. Define a new simple type like:

  <xs:simpleType name="PercentType">
    <xs:restriction base="xs:decimal">
      <xs:minInclusive value="0"/>
      <xs:maxInclusive value="100"/>
    </xs:restriction>
  </xs:simpleType>

and migrate all existing elements with percent requirements.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions