RSpec – Metadata

  • Post author:
  • Post category:RSpec
  • Post comments:0 Comments

RSpec is a flexible and powerful tool. The Metadata functionality in RSpec is no exception. Metadata generally refers to “data about data”. In RSpec, this means data about your describe, context and it blocks.…

Continue ReadingRSpec – Metadata

XSD – Restriction

  • Post author:
  • Post category:XSD
  • Post comments:1 Comment

Restriction element is used to define accepted values that an XML element can take. Syntax <xs:restriction base = "element-type"> restrictions </xs:restriction> baseType of the Element on which restriction is to…

Continue ReadingXSD – Restriction