Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • MAS-2018-0047
  • MAS-2018-0050
  • MAS-2018-0081-SDT4_change_log
  • MAS-2018-0082-Introducing_Product
  • MAS-2018-0084-SDT4_JSON
  • MAS-2018-0085-SDT4_removing_Module
  • MAS-2018-0135-SDT_4_0_-_Introducing_void_data_type_to_BasicType
  • MAS-2018-0139-SDT_4_0_–_Adding_support_for_enumeration_types_and_values
  • MAS-2018-0140-SDT_4_0_–_Adding_support_for_semantic_references
  • MAS-2018-0141-SDT_4_0_–_Adding_support_for_defining_and_referencing_data_types
  • MAS-2018-0158-SDT_4_0_–_Removing_BasicType_enum
  • MAS-2018-0161-SDT_4_0_-_Support_for_excluding_certain_components_when_inheriting
  • RDM-2019-0003-SDT_4_0_–_Proposed_Changes_to_XSD
  • RDM-2019-0008-SDT_4_0_-_Changes_to_Data_Points_and_Actions
  • RDM-2019-0009-SDT_4_0_–_Align_spelling_of_import
  • RDM-2019-0010-SDT_4_0_–_Align_types_of_names_and_identifiers
  • RDM-2019-0011-SDT_4_0_-_Moving_Product_under_Domain
  • RDM-2019-0031-Changing_SDT_XML_Namespace
  • RDM-2019-0042-SDT_4_0_–_Changes_to_Product
  • RDM-2019-0065-SDT_4_0_-_Documentation_changes
  • RDM-2020-0001-SDT_4_0_-_Proposed_Multiplicity_for_ModuleClasses_and_SubDevices
  • RDM-2020-0021-SDT_4_0_-_New_documentation
  • RDM-2020-0024-SDT_4_0_-_Renaming_Data_Types
  • RDM-2020-0025-SDT_4_0_-_Removing_optional_from_ModuleClass
  • RDM-2020-0026-SDT_4_0_–_Introducing_Referenced_SubDevices
  • WI-0081-Smart_Device_Template_4_0
  • master
  • 2.0.1
  • 3.0
29 results

Target

Select target project
  • MAS/SDT
1 result
Select Git revision
  • MAS-2018-0047
  • MAS-2018-0050
  • MAS-2018-0081-SDT4_change_log
  • MAS-2018-0082-Introducing_Product
  • MAS-2018-0084-SDT4_JSON
  • MAS-2018-0085-SDT4_removing_Module
  • MAS-2018-0135-SDT_4_0_-_Introducing_void_data_type_to_BasicType
  • MAS-2018-0139-SDT_4_0_–_Adding_support_for_enumeration_types_and_values
  • MAS-2018-0140-SDT_4_0_–_Adding_support_for_semantic_references
  • MAS-2018-0141-SDT_4_0_–_Adding_support_for_defining_and_referencing_data_types
  • MAS-2018-0158-SDT_4_0_–_Removing_BasicType_enum
  • MAS-2018-0161-SDT_4_0_-_Support_for_excluding_certain_components_when_inheriting
  • RDM-2019-0003-SDT_4_0_–_Proposed_Changes_to_XSD
  • RDM-2019-0008-SDT_4_0_-_Changes_to_Data_Points_and_Actions
  • RDM-2019-0009-SDT_4_0_–_Align_spelling_of_import
  • RDM-2019-0010-SDT_4_0_–_Align_types_of_names_and_identifiers
  • RDM-2019-0011-SDT_4_0_-_Moving_Product_under_Domain
  • RDM-2019-0031-Changing_SDT_XML_Namespace
  • RDM-2019-0042-SDT_4_0_–_Changes_to_Product
  • RDM-2019-0065-SDT_4_0_-_Documentation_changes
  • RDM-2020-0001-SDT_4_0_-_Proposed_Multiplicity_for_ModuleClasses_and_SubDevices
  • RDM-2020-0021-SDT_4_0_-_New_documentation
  • RDM-2020-0024-SDT_4_0_-_Renaming_Data_Types
  • RDM-2020-0025-SDT_4_0_-_Removing_optional_from_ModuleClass
  • RDM-2020-0026-SDT_4_0_–_Introducing_Referenced_SubDevices
  • WI-0081-Smart_Device_Template_4_0
  • master
  • 2.0.1
  • 3.0
29 results
Show changes
Commits on Source (2)
.DS_Store
/.project
/.Introduction.md.html
/.SDT_Components.md.html
......@@ -176,8 +176,8 @@ The element has the following attributes:
- **domain** : Identifier / Reference of the [Domain](#Domain) of the extended *DeviceClass*. Required for this element.
- **class** : Name of the *DeviceClass* in the [Domain](#Domain) that is extended. Required for this element.
The element has the following child elements:
- **ImplementModuleClasses** : A list of names of the implemented optional [ModuleClasses](#ModuleClass) in the [DeviceClass](#DeviceClass) that is extended. Optional. If not present, only mandatory [ModuleClasses](#ModuleClass) are implemented. If present, both the listed optional [ModuleClasses](#ModuleClass) and the mandatory [ModuleClass](#ModuleClass) are implemented.
- **ImplementProperties** : A list of name-value pairs of the implemented optional device [Properties](#Property) in the [DeviceClass](#DeviceClass) that is extended. Optional. If not present, only mandatory [Properties](#Property) are implemented. If present, both the listed optional [Properties](#Property) and the mandatory [Properties](#Property) are implemented, and the values of those [Properties](#Property) are initiated as provided. In the case that the value of the [Properties](#Property) should not be initiated, the value can be omitted.
- **ImplementedModuleClasses** : A list of names of the implemented optional [ModuleClasses](#ModuleClass) in the [DeviceClass](#DeviceClass) that is extended. Optional. If not present, only mandatory [ModuleClasses](#ModuleClass) are implemented. If present, both the listed optional [ModuleClasses](#ModuleClass) and the mandatory [ModuleClass](#ModuleClass) are implemented.
- **ImplementedProperties** : A list of name-value pairs of the implemented optional device [Properties](#Property) in the [DeviceClass](#DeviceClass) that is extended. Optional. If not present, only mandatory [Properties](#Property) are implemented. If present, both the listed optional [Properties](#Property) and the mandatory [Properties](#Property) are implemented, and the values of those [Properties](#Property) are initiated as provided. In the case that the value of the [Properties](#Property) should not be initiated, the value can be omitted.
**Note**: New extended *Properties* and *ModuleClasses* **should** have different names from those in the inherited *DeviceClass*. In case the names conflict, the newly defined *Properties* and *ModuleClasses* shall override the inherited ones.
......@@ -187,15 +187,15 @@ The element has the following child elements:
```
<Product id="myMseebProduct">
<Extends domain="org.exampleDomain" class="MSEEB.root">
<ImplementProperty>
<ImplementedPropertyies>
<Property name="name" value="product-abc"/>
<Property name="vendor" value="xyz"/>
<Property name="SerialNumber"/>
</ImplementProperty>
<ImplementModuleClasses>
</ImplementedProperties>
<ImplementedModuleClasses>
<MoudleClass name="rootPowerOnOff"/>
<MoudleClass name="power" />
</ImplementModuleClasses>
</ImplementedModuleClasses>
</Extends>
<Properties name="someNewProperty" value="someValue">
<Doc>...</Doc>
......@@ -223,7 +223,7 @@ The element has the following child elements:
"Extends": {
"domain": "org.exampleDomain",
"class": "MSEEB.root",
"ImplementProperties": [{
"ImplementedProperties": [{
"name": "name",
"value": "product-abc"
},
......@@ -234,7 +234,7 @@ The element has the following child elements:
{
"name": "SerialNumber"
}],
"ImplementModuleClasses": ["rootPowerOnOff","power"]
"ImplementedModuleClasses": ["rootPowerOnOff","power"]
},
"Properties": [{
"name": "someNewProperty",
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="13.3">
<diagram program="umlet" version="14.2">
<help_text/>
<zoom_level>7</zoom_level>
<element>
<id>UMLNote</id>
<coordinates>
<x>21</x>
<y>427</y>
<x>938</x>
<y>532</y>
<w>217</w>
<h>182</h>
</coordinates>
......@@ -35,8 +35,8 @@ Cardinalities:
<element>
<id>Relation</id>
<coordinates>
<x>105</x>
<y>497</y>
<x>1029</x>
<y>602</y>
<w>77</w>
<h>28</h>
</coordinates>
......@@ -49,8 +49,8 @@ m1=0..*
<element>
<id>Relation</id>
<coordinates>
<x>105</x>
<y>525</y>
<x>1029</x>
<y>630</y>
<w>77</w>
<h>21</h>
</coordinates>
......@@ -61,8 +61,8 @@ fontsize=10</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>651</x>
<y>770</y>
<x>1099</x>
<y>854</y>
<w>105</w>
<h>154</h>
</coordinates>
......@@ -85,8 +85,8 @@ uri</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>357</x>
<y>833</y>
<x>805</x>
<y>917</y>
<w>98</w>
<h>56</h>
</coordinates>
......@@ -98,8 +98,8 @@ m1= 0,1
<element>
<id>Relation</id>
<coordinates>
<x>357</x>
<y>777</y>
<x>805</x>
<y>861</y>
<w>98</w>
<h>56</h>
</coordinates>
......@@ -111,8 +111,8 @@ m1= 0,1
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>777</y>
<x>469</x>
<y>861</y>
<w>133</w>
<h>84</h>
</coordinates>
......@@ -129,8 +129,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>126</x>
<y>735</y>
<x>574</x>
<y>819</y>
<w>490</w>
<h>91</h>
</coordinates>
......@@ -142,8 +142,8 @@ m2=1..*
<element>
<id>Relation</id>
<coordinates>
<x>126</x>
<y>735</y>
<x>574</x>
<y>819</y>
<w>490</w>
<h>133</h>
</coordinates>
......@@ -155,8 +155,8 @@ m2=1
<element>
<id>UMLClass</id>
<coordinates>
<x>441</x>
<y>861</y>
<x>889</x>
<y>945</y>
<w>133</w>
<h>35</h>
</coordinates>
......@@ -169,8 +169,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>567</x>
<y>875</y>
<x>1015</x>
<y>959</y>
<w>98</w>
<h>35</h>
</coordinates>
......@@ -182,8 +182,8 @@ m1= 1
<element>
<id>UMLClass</id>
<coordinates>
<x>441</x>
<y>917</y>
<x>889</x>
<y>1001</y>
<w>133</w>
<h>70</h>
</coordinates>
......@@ -199,8 +199,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>147</x>
<y>847</y>
<x>595</x>
<y>931</y>
<w>308</w>
<h>98</h>
</coordinates>
......@@ -212,8 +212,8 @@ m1=0..*
<element>
<id>Relation</id>
<coordinates>
<x>567</x>
<y>917</y>
<x>1015</x>
<y>1001</y>
<w>147</w>
<h>56</h>
</coordinates>
......@@ -225,8 +225,8 @@ m1=1
<element>
<id>UMLClass</id>
<coordinates>
<x>441</x>
<y>777</y>
<x>889</x>
<y>861</y>
<w>133</w>
<h>35</h>
</coordinates>
......@@ -239,8 +239,8 @@ fg=blue</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>441</x>
<y>819</y>
<x>889</x>
<y>903</y>
<w>133</w>
<h>35</h>
</coordinates>
......@@ -253,8 +253,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>357</x>
<y>812</y>
<x>805</x>
<y>896</y>
<w>98</w>
<h>35</h>
</coordinates>
......@@ -267,13 +267,13 @@ m1= 0,1
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>672</y>
<x>469</x>
<y>756</y>
<w>735</w>
<h>28</h>
</coordinates>
<panel_attributes>halign=center
SDT 3.0 - DataType
SDT 4.0 - DataType
fontsize=24
bg=gray
lw=0.1</panel_attributes>
......@@ -282,12 +282,12 @@ lw=0.1</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>7</y>
<x>469</x>
<y>91</y>
<w>840</w>
<h>28</h>
</coordinates>
<panel_attributes>SDT 3.0 - Basic Elements
<panel_attributes>SDT 4.0 - Basic Elements
halign=center
fontsize=24
bg=gray
......@@ -297,8 +297,8 @@ lw=0.1</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>259</x>
<y>126</y>
<x>707</x>
<y>210</y>
<w>154</w>
<h>133</h>
</coordinates>
......@@ -321,8 +321,8 @@ fg=blue
<element>
<id>UMLClass</id>
<coordinates>
<x>497</x>
<y>126</y>
<x>945</x>
<y>210</y>
<w>154</w>
<h>77</h>
</coordinates>
......@@ -339,8 +339,8 @@ fg=blue</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>742</x>
<y>189</y>
<x>1190</x>
<y>273</y>
<w>119</w>
<h>56</h>
</coordinates>
......@@ -355,8 +355,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>644</x>
<y>189</y>
<x>1092</x>
<y>273</y>
<w>112</w>
<h>28</h>
</coordinates>
......@@ -367,8 +367,8 @@ m1= 0..*</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>126</y>
<x>469</x>
<y>210</y>
<w>154</w>
<h>77</h>
</coordinates>
......@@ -377,7 +377,7 @@ m1= 0..*</panel_attributes>
*@ id : ID*
/- Doc : Doc/
/* imports/
/* Modules : ModuleClass/
/* ModuleClasses : ModuleClass/
/* Devices : Device/
fg=blue</panel_attributes>
<additional_attributes/>
......@@ -385,8 +385,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>126</y>
<x>616</x>
<y>210</y>
<w>105</w>
<h>63</h>
</coordinates>
......@@ -397,8 +397,8 @@ m1= 0..*</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>308</y>
<x>469</x>
<y>392</y>
<w>154</w>
<h>70</h>
</coordinates>
......@@ -407,15 +407,15 @@ m1= 0..*</panel_attributes>
*@ id : Name*
/- Doc : Doc/
/* Properties : Property/
/* Modules : Module/
/* ModuleClasses : ModuleClass/
fg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>182</y>
<x>616</x>
<y>266</y>
<w>49</w>
<h>63</h>
</coordinates>
......@@ -427,8 +427,8 @@ m1=0..*
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>315</y>
<x>616</x>
<y>399</y>
<w>105</w>
<h>49</h>
</coordinates>
......@@ -439,8 +439,8 @@ m1= 0..*</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>742</x>
<y>357</y>
<x>1190</x>
<y>441</y>
<w>119</w>
<h>35</h>
</coordinates>
......@@ -452,8 +452,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>406</x>
<y>126</y>
<x>854</x>
<y>210</y>
<w>105</w>
<h>42</h>
</coordinates>
......@@ -465,8 +465,8 @@ m1= 0..*
<element>
<id>Relation</id>
<coordinates>
<x>686</x>
<y>350</y>
<x>1134</x>
<y>434</y>
<w>70</w>
<h>35</h>
</coordinates>
......@@ -478,8 +478,8 @@ m1=0,1
<element>
<id>Relation</id>
<coordinates>
<x>406</x>
<y>161</y>
<x>854</x>
<y>245</y>
<w>105</w>
<h>84</h>
</coordinates>
......@@ -491,8 +491,8 @@ m1= 0..*
<element>
<id>UMLClass</id>
<coordinates>
<x>497</x>
<y>217</y>
<x>945</x>
<y>301</y>
<w>154</w>
<h>98</h>
</coordinates>
......@@ -513,8 +513,8 @@ fg=blue
<element>
<id>UMLClass</id>
<coordinates>
<x>497</x>
<y>329</y>
<x>945</x>
<y>413</y>
<w>154</w>
<h>63</h>
</coordinates>
......@@ -531,8 +531,8 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>406</x>
<y>231</y>
<x>854</x>
<y>315</y>
<w>105</w>
<h>126</h>
</coordinates>
......@@ -541,57 +541,33 @@ m1= 0..*
</panel_attributes>
<additional_attributes>130.0;150.0;80.0;150.0;80.0;10.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>259</x>
<y>280</y>
<w>154</w>
<h>21</h>
</coordinates>
<panel_attributes>Module
fg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>280</y>
<x>616</x>
<y>315</y>
<w>105</w>
<h>98</h>
<h>147</h>
</coordinates>
<panel_attributes>lt=&lt;.
</panel_attributes>
<additional_attributes>130.0;10.0;80.0;10.0;80.0;120.0;10.0;120.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>322</x>
<y>252</y>
<w>21</w>
<h>42</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;-
</panel_attributes>
<additional_attributes>10.0;10.0;10.0;40.0</additional_attributes>
<additional_attributes>130.0;10.0;80.0;10.0;80.0;190.0;10.0;190.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>21</x>
<y>217</y>
<x>469</x>
<y>301</y>
<w>154</w>
<h>77</h>
</coordinates>
<panel_attributes>Device
<panel_attributes>DeviceClass
--
*@ id : Name*
/- Doc : Doc/
/* Properties : Property/
/* Modules : Module/
/* ModuleClasses : ModuleClass/
/* SubDevices : SubDevice/
fg=blue</panel_attributes>
<additional_attributes/>
......@@ -599,9 +575,9 @@ fg=blue</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>280</y>
<w>49</w>
<x>616</x>
<y>364</y>
<w>42</w>
<h>56</h>
</coordinates>
<panel_attributes>lt=&lt;.
......@@ -612,21 +588,21 @@ m1=0..*
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>252</y>
<x>616</x>
<y>315</y>
<w>105</w>
<h>56</h>
<h>42</h>
</coordinates>
<panel_attributes>lt=&lt;.
m1= 0..*
</panel_attributes>
<additional_attributes>130.0;50.0;80.0;50.0;80.0;10.0;10.0;10.0</additional_attributes>
<additional_attributes>130.0;10.0;80.0;10.0;80.0;40.0;10.0;40.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>168</x>
<y>266</y>
<x>616</x>
<y>350</y>
<w>105</w>
<h>70</h>
</coordinates>
......@@ -636,8 +612,8 @@ m1= 0..*
<element>
<id>UMLClass</id>
<coordinates>
<x>259</x>
<y>315</y>
<x>707</x>
<y>399</y>
<w>154</w>
<h>77</h>
</coordinates>
......@@ -655,8 +631,8 @@ transparency=80</panel_attributes>
<element>
<id>Relation</id>
<coordinates>
<x>644</x>
<y>217</y>
<x>1092</x>
<y>301</y>
<w>56</w>
<h>147</h>
</coordinates>
......@@ -668,8 +644,8 @@ m1=0..*
<element>
<id>Relation</id>
<coordinates>
<x>406</x>
<y>245</y>
<x>854</x>
<y>329</y>
<w>49</w>
<h>98</h>
</coordinates>
......@@ -680,8 +656,8 @@ m1=0..*</panel_attributes>
<element>
<id>UMLClass</id>
<coordinates>
<x>231</x>
<y>777</y>
<x>679</x>
<y>861</y>
<w>133</w>
<h>70</h>
</coordinates>
......@@ -698,8 +674,8 @@ Array : ArrayType
<element>
<id>Relation</id>
<coordinates>
<x>147</x>
<y>784</y>
<x>595</x>
<y>868</y>
<w>98</w>
<h>63</h>
</coordinates>
......@@ -708,4 +684,77 @@ m1= 1
</panel_attributes>
<additional_attributes>120.0;10.0;80.0;10.0;80.0;70.0;10.0;70.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>210</x>
<y>301</y>
<w>210</w>
<h>133</h>
</coordinates>
<panel_attributes>Product
--
*@ name : text*
/- Doc : Doc/
/- extends/
/ @domain : IDRF/
/ @class : text /
/ -ImplementedProperties : Property /
/ -ImplementedModuleClasses : ModuleClass /
/* Properties : Property/
/* ModuleClasses : ModuleClass/
/* SubDevices : SubDevice/
fg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>413</x>
<y>294</y>
<w>70</w>
<h>35</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;-
m1= 0,1
</panel_attributes>
<additional_attributes>80.0;20.0;10.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>343</x>
<y>182</y>
<w>378</w>
<h>133</h>
</coordinates>
<panel_attributes>lt=&lt;.
m1= 0..*</panel_attributes>
<additional_attributes>520.0;50.0;440.0;50.0;440.0;10.0;10.0;10.0;10.0;170.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>343</x>
<y>427</y>
<w>378</w>
<h>91</h>
</coordinates>
<panel_attributes>lt=&lt;.
m1= 0..*</panel_attributes>
<additional_attributes>520.0;50.0;430.0;50.0;430.0;110.0;10.0;110.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>413</x>
<y>385</y>
<w>70</w>
<h>35</h>
</coordinates>
<panel_attributes>lt=&lt;.
m1=0..*
</panel_attributes>
<additional_attributes>80.0;20.0;10.0;20.0</additional_attributes>
</element>
</diagram>
SDT/schema4.0/docs/images/Product.png

8.08 KiB

SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png

57.1 KiB | W: 0px | H: 0px

SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png

72.8 KiB | W: 0px | H: 0px

SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
  • 2-up
  • Swipe
  • Onion skin
SDT/schema4.0/docs/images/SDT_simplified.png

36.2 KiB | W: 0px | H: 0px

SDT/schema4.0/docs/images/SDT_simplified.png

72.7 KiB | W: 0px | H: 0px

SDT/schema4.0/docs/images/SDT_simplified.png
SDT/schema4.0/docs/images/SDT_simplified.png
SDT/schema4.0/docs/images/SDT_simplified.png
SDT/schema4.0/docs/images/SDT_simplified.png
  • 2-up
  • Swipe
  • Onion skin