You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "hdalsania (via GitHub)" <gi...@apache.org> on 2023/05/11 12:31:33 UTC

[GitHub] [daffodil-vscode] hdalsania commented on issue #587: Add missing xs:restriction child elements

hdalsania commented on issue #587:
URL: https://github.com/apache/daffodil-vscode/issues/587#issuecomment-1543912911

   restriction element is available for SimpleType schema element. For example,
   
   <xs:simpleType name="mountainbikesize">
     <xs:restriction base="xs:string">
       <xs:enumeration value="small"/>
       <xs:enumeration value="medium"/>
       <xs:enumeration value="large"/>
     </xs:restriction>
   </xs:simpleType>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org