



{"id":147,"date":"2014-07-22T08:43:32","date_gmt":"2014-07-22T08:43:32","guid":{"rendered":"http:\/\/www.w3computing.com\/systemsanalysis\/?p=147"},"modified":"2021-04-21T06:32:24","modified_gmt":"2021-04-21T06:32:24","slug":"systems-context-level-data-flow-diagram","status":"publish","type":"post","link":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/","title":{"rendered":"Systems and the Context-Level Data Flow Diagram"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries of the system and the information used in the system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first model is the context-level data flow diagram (also called an environmental model). Data flow diagrams focus on the data flowing into and out of the system and the processing of the data. These basic components of every computer program can be described in detail and used to analyze the system for accuracy and completeness.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As shown in table below, the context-level data flow diagram employs only three symbols: (1) a rectangle with rounded corners, (2) a square with two shaded edges, and (3) an arrow. Processes transform incoming data into outgoing information, and the content level has only one process, representing the entire system. The external entity represents any entity that supplies or receives information from the system but is not a part of the system. This entity may be a person, a group of people, a corporate position or department, or other systems. The lines that connect the external entities to the process are called data flows, and they represent data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An example of a context-level data flow diagram is shown in the figure below the table. In this example, the most basic elements of an airline reservation system are represented. The passenger (an entity) initiates a travel request (data flow). The context-level diagram doesn\u2019t show enough detail to indicate exactly what happens (it isn\u2019t supposed to), but we can see that the passenger\u2019s preferences and the available flights are sent to the travel agent, who sends ticketing information back to the process.We can also see that the passenger reservation is sent to the airline. The context-level data flow diagram serves as a good starting point for drawing the use case diagram (discussed later in this chapter).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><em>The basic symbols of a data flow diagram.<\/em><\/h3>\n\n\n<style>\r\r\n\r\r\ntable#t2 {\r\r\n    border-collapse: collapse;\r\r\n\tborder-width: 0px;\r\r\n\tborder-style: outset;\r\r\n    margin: 20px 0;\r\r\n\tline-height: 2.0em;\r\r\n    text-align: 0;\r\r\n    vertical-align: top;width: 100%;border-top: 1px solid #94DBFF;border-bottom: 1px solid #94DBFF;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);\r\r\n\t\r\r\n}\r\r\ntable#t2 thead tr {\r\r\n\r\r\n}\r\r\ntable#t2 thead tr th.t2 {\r\r\n    color: #333333;\r\r\n\tbackground: none repeat scroll 0 0 #D1F0FF;\r\r\n    font-size: 1em;\r\r\n    letter-spacing: 0;\r\r\n    line-height: 2.0;\r\r\n\tfont-size: 1.5em;\r\r\n    padding: 4px;\r\r\n    text-transform: none;\r\r\n    text-align: center;border-bottom: 1px solid #94DBFF;\r\r\n}\r\r\n\r\r\ntable#t2 thead tr th#t2.start {\r\r\n\r\r\n}\r\r\ntable#t2 thead tr th#t2.end {\r\r\n\r\r\n}\r\r\ntable#t2 tbody tr {\r\r\n    background: none repeat scroll 0 0 #F0FAFF;\r\r\n}\r\r\ntable#t2 tbody tr.table-alternate {\r\r\n    background: none repeat scroll 0 0 #FCFEFF;\r\r\n}\r\r\ntable#t2 tbody tr td {\r\r\n    padding: 5px;\r\r\n\tborder-width: 0px;\r\r\n\tfont-size: 1.0em;\r\r\n\tborder-top: medium none;border-bottom: 1px solid #94DBFF;\r\r\n    text-align: 0;\r\r\n\tline-height: 1.2;\r\r\n\tvertical-align: middle;\r\r\n}\r\r\ntable#t2 tbody tr td#n1 {\r\r\n\twidth: 10%;\r\r\n\t}table#t2 tbody tr td#n2 {\r\r\n\twidth: 35%;\r\r\n\t}\r\r\ntable#t2 tbody tr:hover td {\r\r\n}\r\r\ntable#t2 tfoot tr {\r\r\n}\r\r\n\r\r\ntable#t2 tfoot tr td {\r\r\n    background: none repeat scroll 0 0 #D1F0FF;\t\r\r\n\tpadding: 4px;\r\r\n\tborder-width: 0px;\r\r\n\tfont-size: 1.0em;\r\r\n\tborder-top: medium none;\r\r\n    text-align: center;\r\r\n}\r\r\n<\/style><table id=\"t2\"><tfoot><tr><td><\/td><td><\/td><\/tr><\/tfoot>\r\r\n\t<tbody><tr class=\"table-alternate row1\"> <td id=\"n1\" class=\"start\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.4.1.jpg\" width=\"149\" height=\"148\" \/><\/td><td id=\"n2\" >A process means that some action or group of actions take place.<\/td><\/tr><tr class= \"table-noalt row2\"><td id=\"n1\" class=\"start\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.4.2.jpg\" width=\"148\" height=\"148\" \/><\/td><td id=\"n2\" >An entity is a person, group, department, or any system that either receives or originates information or data.<\/td><\/tr><tr class=\"table-alternate row3\"> <td id=\"n1\" class=\"start\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.4.3.jpg\" width=\"148\" height=\"36\" \/><\/td><td id=\"n2\" >A data flow shows that information is being passed from or to a process.<\/td><\/tr><\/tbody><\/table>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5.jpg\" rel=\"lightbox[147]\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"263\" src=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg\" alt=\"A context-level data flow diagram for an airline reservation system.\" class=\"wp-image-154\" srcset=\"https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg 300w, https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5.jpg 444w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em>A context-level data flow diagram for an airline reservation system.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In Chapter 7 we see that a data flow contains much information. For example, the passenger reservation contains the passenger\u2019s name, airline, flight number(s), date(s) of travel, price, seating preference, and so on. For now, however, we are concerned mainly with how a context level defines the boundaries of the system. In the preceding example, only reservations are part of the process. Other decisions that the airline would make (for example, purchasing airplanes, changing schedules, pricing) are not part of this system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The context-level data flow diagram is one way to show the scope of the system, or what is to be included in the system. The external entities are outside of the scope and something over which the system has no control.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Contents<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/organizations-systems\/\">Organizations as Systems<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/virtual-organizations-virtual-teams\/\" rel=\"bookmark\">Virtual Organizations and Virtual Teams<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/taking-systems-perspective\/\" rel=\"bookmark\">Taking a Systems Perspective<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/enterprise-systems-viewing-organization-system\/\" rel=\"bookmark\">Enterprise Systems: Viewing the Organization as a System<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/\" rel=\"bookmark\">Systems and the Context-Level Data Flow Diagram<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/systems-entity-relationship-model\/\" rel=\"bookmark\">Systems and the Entity-Relationship Model<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/use-case-modeling-use-case-symbols\/\" rel=\"bookmark\">Use Case Modeling \/ Use Case Symbols<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/use-case-relationships\/\" rel=\"bookmark\">Use Case Relationships<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/use-case-diagrams-scenarios\/\" rel=\"bookmark\">Developing Use Case Diagrams &amp; Use Case Scenarios<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/use-case-levels\/\" rel=\"bookmark\">Use Case Levels (Use case Modeling)<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/levels-management\/\" rel=\"bookmark\">Levels of Management<\/a><\/li><li><a href=\"http:\/\/www.w3computing.com\/systemsanalysis\/organizational-culture\/\" rel=\"bookmark\">Organizational Culture<\/a><\/li><\/ol>\n","protected":false},"excerpt":{"rendered":"<p>A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries of the system and the information used in the system. The first model is the context-level data flow diagram (also called an environmental model). Data flow diagrams focus on the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[5],"tags":[],"class_list":["post-147","post","type-post","status-publish","format-standard","category-understanding-modeling-organizational-systems","entry","has-post-thumbnail"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Systems and the Context-Level Data Flow Diagram<\/title>\n<meta name=\"description\" content=\"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Systems and the Context-Level Data Flow Diagram\" \/>\n<meta property=\"og:description\" content=\"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/w3computing\" \/>\n<meta property=\"article:published_time\" content=\"2014-07-22T08:43:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-21T06:32:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg\" \/>\n<meta name=\"author\" content=\"w3computing.com\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"w3computing.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/\"},\"author\":{\"name\":\"w3computing.com\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\"},\"headline\":\"Systems and the Context-Level Data Flow Diagram\",\"datePublished\":\"2014-07-22T08:43:32+00:00\",\"dateModified\":\"2021-04-21T06:32:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/\"},\"wordCount\":530,\"image\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/07\\\/2.5-300x263.jpg\",\"articleSection\":[\"Understanding and Modeling Organizational Systems\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/\",\"url\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/\",\"name\":\"Systems and the Context-Level Data Flow Diagram\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/07\\\/2.5-300x263.jpg\",\"datePublished\":\"2014-07-22T08:43:32+00:00\",\"dateModified\":\"2021-04-21T06:32:24+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\"},\"description\":\"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/07\\\/2.5.jpg\",\"contentUrl\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/wp-content\\\/uploads\\\/2014\\\/07\\\/2.5.jpg\",\"width\":444,\"height\":390},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/systems-context-level-data-flow-diagram\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Systems Analysis\",\"item\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Understanding and Modeling Organizational Systems\",\"item\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/understanding-modeling-organizational-systems\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Systems and the Context-Level Data Flow Diagram\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#website\",\"url\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.w3computing.com\\\/systemsanalysis\\\/#\\\/schema\\\/person\\\/8395166dc0b94b38a3aeb88dafbd63ce\",\"name\":\"w3computing.com\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Systems and the Context-Level Data Flow Diagram","description":"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/","og_locale":"en_US","og_type":"article","og_title":"Systems and the Context-Level Data Flow Diagram","og_description":"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries","og_url":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/","article_publisher":"https:\/\/www.facebook.com\/w3computing","article_published_time":"2014-07-22T08:43:32+00:00","article_modified_time":"2021-04-21T06:32:24+00:00","og_image":[{"url":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg","type":"","width":"","height":""}],"author":"w3computing.com","twitter_misc":{"Written by":"w3computing.com","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#article","isPartOf":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/"},"author":{"name":"w3computing.com","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce"},"headline":"Systems and the Context-Level Data Flow Diagram","datePublished":"2014-07-22T08:43:32+00:00","dateModified":"2021-04-21T06:32:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/"},"wordCount":530,"image":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#primaryimage"},"thumbnailUrl":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg","articleSection":["Understanding and Modeling Organizational Systems"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/","url":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/","name":"Systems and the Context-Level Data Flow Diagram","isPartOf":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#primaryimage"},"image":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#primaryimage"},"thumbnailUrl":"http:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5-300x263.jpg","datePublished":"2014-07-22T08:43:32+00:00","dateModified":"2021-04-21T06:32:24+00:00","author":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce"},"description":"A system or subsystem as it exists within the corporate organization may be graphically depicted in several ways. The various graphical models show the boundaries","breadcrumb":{"@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#primaryimage","url":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5.jpg","contentUrl":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-content\/uploads\/2014\/07\/2.5.jpg","width":444,"height":390},{"@type":"BreadcrumbList","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/systems-context-level-data-flow-diagram\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Systems Analysis","item":"https:\/\/www.w3computing.com\/systemsanalysis\/"},{"@type":"ListItem","position":2,"name":"Understanding and Modeling Organizational Systems","item":"https:\/\/www.w3computing.com\/systemsanalysis\/understanding-modeling-organizational-systems\/"},{"@type":"ListItem","position":3,"name":"Systems and the Context-Level Data Flow Diagram"}]},{"@type":"WebSite","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#website","url":"https:\/\/www.w3computing.com\/systemsanalysis\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.w3computing.com\/systemsanalysis\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.w3computing.com\/systemsanalysis\/#\/schema\/person\/8395166dc0b94b38a3aeb88dafbd63ce","name":"w3computing.com"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p4NNeA-2n","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts\/147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/comments?post=147"}],"version-history":[{"count":0,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/posts\/147\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/media?parent=147"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/categories?post=147"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.w3computing.com\/systemsanalysis\/wp-json\/wp\/v2\/tags?post=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}