Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typos. Also added comments

...

Code Block
<xs:simpleType name="fruitLocalType"
     dfdlx:inputValueCalc ="{ dfdlx:repTypeValue() – 2 }"
     dfdlx:ouputValueCalcoutputValueCalc ="{ dfdlx:logicalTypeValue() + 2 }" 
     dfdlx:repType=”tns:fruitIntType”
     dfdlx:repValues="12 14"
     dfdlx:repValueRanges="3 10 16 255" >
  <xs:restriction base=”xs:int” />
</xs:simpleType>

...

Code Block
<xs:choice dfdlx:choiceBranckKeyKindchoiceBranchKeyKind=”byType” dfdlx:choiceDispathKeyKindchoiceDispatchKeyKind=”byType”>
  <xs:element name=”fruit” type=”tns:fruitEnumType”/>
  <xs:element name=”localFruit” type=”tns:fruitLocalType”/>
  <xs:element name=”disused” type=”tns:fruitDisusedType”/>
</xs:choice>

...