-
Notifications
You must be signed in to change notification settings - Fork 0
/
SupTotalMinimaVivienda.dmn
10 lines (10 loc) · 3.51 KB
/
SupTotalMinimaVivienda.dmn
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" ?><dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_9CBEDDEB-89C9-469A-AE41-9D6D98984371" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_0CE11F0D-20B4-4772-B2C0-3F96E1EF0FDB" name="SuperficieTotalMinimaVivienda-Dormitorios" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_9CBEDDEB-89C9-469A-AE41-9D6D98984371"><dmn:extensionElements/><dmn:itemDefinition id="_FD6DE7D5-9D70-4ADD-96A4-4BC0AEB83187" name="tVivienda" isCollection="false"><dmn:itemComponent id="_166AF6C7-399E-4FBA-8172-0836E3E317EC" name="areaTotal" isCollection="false"><dmn:typeRef>number</dmn:typeRef></dmn:itemComponent><dmn:itemComponent id="_78D25531-9A46-4EF2-9336-0D41DAB5E524" name="cantDormitorio" isCollection="false"><dmn:typeRef>number</dmn:typeRef></dmn:itemComponent></dmn:itemDefinition><dmn:decision id="_484DBEF3-9121-4C4F-9958-ADFCD569FA7D" name="superficieTotalMinimaVivienda-Dormitorios"><dmn:extensionElements/><dmn:variable id="_DD53CB6E-FBB0-4B16-9783-44428474E444" name="superficieTotalMinimaVivienda-Dormitorios" typeRef="boolean"/><dmn:informationRequirement id="_B89F75AC-5F00-45B2-A51D-0FE10806F337"><dmn:requiredInput href="#_33D736DE-D353-45D3-8995-431A4DA12726"/></dmn:informationRequirement><dmn:literalExpression id="_6B588509-A943-4643-8472-560921ABEACC"><dmn:text>if vivienda.cantDormitorio = 1 then
vivienda.areaTotal >= 32
else if vivienda.cantDormitorio = 2 then
vivienda.areaTotal >= 44
else if vivienda.cantDormitorio = 3 then
vivienda.areaTotal >= 56
else if vivienda.cantDormitorio = 4 then
vivienda.areaTotal >= 68
else
false</dmn:text></dmn:literalExpression></dmn:decision><dmn:inputData id="_33D736DE-D353-45D3-8995-431A4DA12726" name="vivienda"><dmn:extensionElements/><dmn:variable id="_58C8B74C-E9A2-4573-BE91-56ADFCD1C980" name="vivienda" typeRef="tVivienda"/></dmn:inputData><dmndi:DMNDI><dmndi:DMNDiagram id="_9F13CB4F-B933-424E-B012-6E7EF39B611F" name="DRG"><di:extension><kie:ComponentsWidthsExtension><kie:ComponentWidths dmnElementRef="_6B588509-A943-4643-8472-560921ABEACC"><kie:width>300</kie:width></kie:ComponentWidths></kie:ComponentsWidthsExtension></di:extension><dmndi:DMNShape id="dmnshape-drg-_484DBEF3-9121-4C4F-9958-ADFCD569FA7D" dmnElementRef="_484DBEF3-9121-4C4F-9958-ADFCD569FA7D" isCollapsed="false"><dmndi:DMNStyle><dmndi:FillColor red="255" green="255" blue="255"/><dmndi:StrokeColor red="0" green="0" blue="0"/><dmndi:FontColor red="0" green="0" blue="0"/></dmndi:DMNStyle><dc:Bounds x="370" y="172" width="305" height="50"/><dmndi:DMNLabel/></dmndi:DMNShape><dmndi:DMNShape id="dmnshape-drg-_33D736DE-D353-45D3-8995-431A4DA12726" dmnElementRef="_33D736DE-D353-45D3-8995-431A4DA12726" isCollapsed="false"><dmndi:DMNStyle><dmndi:FillColor red="255" green="255" blue="255"/><dmndi:StrokeColor red="0" green="0" blue="0"/><dmndi:FontColor red="0" green="0" blue="0"/></dmndi:DMNStyle><dc:Bounds x="472" y="272" width="100" height="50"/><dmndi:DMNLabel/></dmndi:DMNShape><dmndi:DMNEdge id="dmnedge-drg-_B89F75AC-5F00-45B2-A51D-0FE10806F337" dmnElementRef="_B89F75AC-5F00-45B2-A51D-0FE10806F337"><di:waypoint x="522" y="297"/><di:waypoint x="522.5" y="222"/></dmndi:DMNEdge></dmndi:DMNDiagram></dmndi:DMNDI></dmn:definitions>