2 Variables PowerPoint PPT Presentation

presentation player overlay
1 / 2
About This Presentation
Transcript and Presenter's Notes

Title: 2 Variables


1
2) Variables
  • Current
  • Integer Parameters have optional attributes that
    enables one to declare a Lower Bound and an Upper
    Bound
  • ltcomplexType name"IntegerParameterType"gt
  • ltcomplexContentgt
  • ltextension base"sdd-ddBaseParameterType"
    gt
  • ltattribute name"lowerBound" type"sdd-ddVariabl
    eExpressionType" use"optional"/gt
  • ltattribute name"upperBound" type"sdd-ddVariabl
    eExpressionType" use"optional"/gt
  • ltanyAttribute namespace"other"
    processContents"lax"/gt
  • lt/extensiongt
  • lt/complexContentgt
  • lt/complexTypegt
  • Issue
  • SAP would like multiple ranges
  • For example, 0 5 AND 10 - 20.
  • Proposal
  • Make ltBoundsgt an element under IntegerParameterTyp
    e

2
6) String Variables
  • Issue
  • Can not declare the case sensitivity of a string
    parameter
  • Proposal
  • Add optional attribute to delcare
  • ltcomplexType name"StringParameterType"gt
  • ltcomplexContentgt
  • ltextension base"sdd-ddBaseParameterTyp
    e"gt
  • ltsequencegt
  • ltelement name"ValidValue" type"string"
    minOccurs"0" maxOccurs"unbounded"/gt
  • lt/sequencegt
  • ltattribute name"minLength"
    type"positiveInteger" use"optional"/gt
  • ltattribute name"maxLength"
    type"positiveInteger" use"optional"/gt
  • ltattribute name"case"
    type"sdd-ddStringCaseType" use"optional"
    default"mixed"/gt
  • ltanyAttribute namespace"other"
    processContents"lax"/gt
  • lt/extensiongt
  • lt/complexContentgt
  • lt/complexTypegt
  • ltsimpleType name"StringCaseType"gt
Write a Comment
User Comments (0)
About PowerShow.com