File: xml-md_smv

package info (click to toggle)
haskell-ogma-core 1.7.0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: trixie
  • size: 584 kB
  • sloc: haskell: 2,268; cpp: 270; ansic: 176; makefile: 30; xml: 17
file content (15 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
XMLFormat
  { XML.specInternalVars          = Nothing
  , XML.specInternalVarId         = ("//*", Nothing)
  , XML.specInternalVarExpr       = ("//*", Nothing)
  , XML.specInternalVarType       = Nothing
  , XML.specExternalVars          = Nothing
  , XML.specExternalVarId         = ("//*", Nothing)
  , XML.specExternalVarType       = Nothing
  , XML.specRequirements          = ("//sysml:Requirement", Nothing)
  , XML.specRequirementId         = ("//sysml:Requirement/@Id/text()", Nothing)
  , XML.specRequirementDesc       = Just ("//sysml:Requirement/@Id/text()", Nothing)
  , XML.specRequirementExpr       = ("//sysml:Requirement/@Text/text()", Nothing)
  , XML.specRequirementResultType = Nothing
  , XML.specRequirementResultExpr = Nothing
  }