<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Leeaxe</id>
		<title>스토리  데이터베이스 - 사용자 기여 [ko]</title>
		<link rel="self" type="application/atom+xml" href="http://dh.aks.ac.kr/~leeaxe/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Leeaxe"/>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php/%ED%8A%B9%EC%88%98:%EA%B8%B0%EC%97%AC/Leeaxe"/>
		<updated>2026-04-11T09:28:26Z</updated>
		<subtitle>사용자 기여</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%84%9C%EC%82%AC%EA%B5%AC%EC%A1%B0%EC%A0%95%EB%B3%B4.png&amp;diff=1046</id>
		<title>파일:서사구조정보.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%84%9C%EC%82%AC%EA%B5%AC%EC%A1%B0%EC%A0%95%EB%B3%B4.png&amp;diff=1046"/>
				<updated>2017-11-05T15:01:29Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1045</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1045"/>
				<updated>2017-11-05T15:01:10Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (3) 서사구조정보 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|1500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|2500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
  [[파일:사건관계스키마.png|2500픽셀|center|섬네일|사건관계 XML 스키마 그래프]]&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
 [[파일:서사구조정보.png|2500픽셀|center|섬네일|서사구조정보 XML 스키마 그래프]]&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4%EA%B4%80%EA%B3%84%EC%8A%A4%ED%82%A4%EB%A7%88.png&amp;diff=1044</id>
		<title>파일:사건관계스키마.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4%EA%B4%80%EA%B3%84%EC%8A%A4%ED%82%A4%EB%A7%88.png&amp;diff=1044"/>
				<updated>2017-11-05T14:51:20Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1043</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1043"/>
				<updated>2017-11-05T14:50:15Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (2) 사건관계 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|1500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|2500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
  [[파일:사건관계스키마.png|2500픽셀|center|섬네일|사건관계 XML 스키마 그래프]]&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1042</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1042"/>
				<updated>2017-11-05T14:49:15Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (2) 사건관계 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|1500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|2500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
  [[파일:사건관계.png|2500픽셀|center|섬네일|사건관계 XML 스키마 그래프]]&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1041</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1041"/>
				<updated>2017-11-05T14:47:07Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (1) 설화,문장,사건,행위 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|1500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|2500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1040</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1040"/>
				<updated>2017-11-05T14:46:38Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* 1) 설화 스토리 데이터베이스의 개체관계도 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|1500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|1500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1039</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1039"/>
				<updated>2017-11-05T14:46:22Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (1) 설화,문장,사건,행위 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|1500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%84%A4%ED%99%94_%EC%8A%A4%ED%86%A0%EB%A6%AC_%EC%84%A4%ED%99%94_%EB%AC%B8%EC%9E%A5_%EC%82%AC%EA%B1%B4_%ED%96%89%EC%9C%84.png&amp;diff=1038</id>
		<title>파일:설화 스토리 설화 문장 사건 행위.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%84%A4%ED%99%94_%EC%8A%A4%ED%86%A0%EB%A6%AC_%EC%84%A4%ED%99%94_%EB%AC%B8%EC%9E%A5_%EC%82%AC%EA%B1%B4_%ED%96%89%EC%9C%84.png&amp;diff=1038"/>
				<updated>2017-11-05T14:45:37Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1037</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1037"/>
				<updated>2017-11-05T14:45:01Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* 1) 설화 스토리 데이터베이스의 개체관계도 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1036</id>
		<title>대문</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%EB%8C%80%EB%AC%B8&amp;diff=1036"/>
				<updated>2017-11-05T14:43:14Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: /* (1) 설화,문장,사건,행위 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==시뮬레이션 기반 스토리 데이터베이스 설계==&lt;br /&gt;
=== 1. 설화 스토리데이터베이스의 구조===&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 데이터베이스의 개체관계도.png|500픽셀|center|섬네일|설화 스토리 데이터베이스의 개체관계도]]&lt;br /&gt;
&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 XML 모델링  ==== &lt;br /&gt;
===== (1) 설화,문장,사건,행위 =====&lt;br /&gt;
==== 1) 설화 스토리 데이터베이스의 개체관계도==== &lt;br /&gt;
    [[파일:설화 스토리 설화_문장_사건_행위.png|500픽셀|center|섬네일|설화_문장_사건_행위 XML 스키마 그래프]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;설화자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;설화&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;설화명&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;문장들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;문장&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;문장내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위들&amp;quot;&amp;gt;&lt;br /&gt;
                                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                            &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;행위&amp;quot;&amp;gt;&lt;br /&gt;
                                              &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;조작주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;접합종류상세&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;상태주체&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                  &amp;lt;xs:element name=&amp;quot;대상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;행위번호&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시상&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;시도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;양태변형&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;사실진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;의도진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;부사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                                &amp;lt;xs:attribute name=&amp;quot;강도&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                              &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                            &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;주어&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;동사&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상1&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;대상2&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;사건성격&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;문장번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;설화번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;xs:attribute name=&amp;quot;중심명제&amp;quot; type=&amp;quot;xs:unsignedLong&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (2) 사건관계 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;사건관계자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;사건관계들&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:choice maxOccurs=&amp;quot;unbounded&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건관계&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;관계&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:element name=&amp;quot;대상사건&amp;quot;&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:element name=&amp;quot;대상사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:attribute name=&amp;quot;대상사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;관계연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:attribute name=&amp;quot;사건관계번호&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                &amp;lt;xs:element name=&amp;quot;사건들&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:choice&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== (3) 서사구조정보 =====&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xs:schema xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot; attributeFormDefault=&amp;quot;unqualified&amp;quot; elementFormDefault=&amp;quot;qualified&amp;quot; xmlns:xs=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xs:element name=&amp;quot;서사구조정보자료&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
      &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
        &amp;lt;xs:element name=&amp;quot;서사구조정보&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
            &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
              &amp;lt;xs:element name=&amp;quot;사건들&amp;quot;&amp;gt;&lt;br /&gt;
                &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                  &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                    &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;사건&amp;quot;&amp;gt;&lt;br /&gt;
                      &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;사건내용&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                          &amp;lt;xs:element name=&amp;quot;양상들&amp;quot;&amp;gt;&lt;br /&gt;
                            &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                              &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                &amp;lt;xs:element maxOccurs=&amp;quot;unbounded&amp;quot; name=&amp;quot;양상정보&amp;quot;&amp;gt;&lt;br /&gt;
                                  &amp;lt;xs:complexType&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:sequence&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;행위주&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;양상&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                      &amp;lt;xs:element name=&amp;quot;조종자&amp;quot; type=&amp;quot;xs:string&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;구조연번&amp;quot; type=&amp;quot;xs:unsignedByte&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;변경여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;실제여부&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                    &amp;lt;xs:attribute name=&amp;quot;진위&amp;quot; type=&amp;quot;xs:string&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                                  &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                                &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                              &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                            &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                          &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                        &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                        &amp;lt;xs:attribute name=&amp;quot;사건번호&amp;quot; type=&amp;quot;xs:unsignedInt&amp;quot; use=&amp;quot;required&amp;quot; /&amp;gt;&lt;br /&gt;
                      &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
                    &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
                  &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
                &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
              &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
            &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
          &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
        &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
      &amp;lt;/xs:sequence&amp;gt;&lt;br /&gt;
    &amp;lt;/xs:complexType&amp;gt;&lt;br /&gt;
  &amp;lt;/xs:element&amp;gt;&lt;br /&gt;
&amp;lt;/xs:schema&amp;gt;&lt;br /&gt;
==== 2) 설화 스토리 데이터베이스의 RDB 모델링  ==== &lt;br /&gt;
 [[파일:스토리 데이터베이스  테이블 관계도.png|900픽셀|center|섬네일|스토리 데이터베이스  테이블 관계도]]&lt;br /&gt;
&lt;br /&gt;
==2. 설화별 데이터 ==&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style = &amp;quot;width:100%;background:white;&amp;quot;&lt;br /&gt;
!style = &amp;quot;width:10%&amp;quot; | 설화번호 || 설화명&lt;br /&gt;
|- &lt;br /&gt;
| 1130101 ||[[이성계와 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130102 ||[[ 이성계와 지리산 산신]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130103 ||[[ 이성계와 우투리]]&lt;br /&gt;
|-&lt;br /&gt;
| 1130104 ||[[ 이성계의 꿈풀이]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130210 ||[[ 신거무 장터 유래]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130708 ||[[ 고창녕과 미인]]&lt;br /&gt;
|-&lt;br /&gt;
| 2130711 ||[[ 문수보살과 임금]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150101 ||[[ 주인을 위해 죽은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150102 ||[[ 주인을 위해 사냥감을 물어다 주는 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150103 ||[[ 묏자리를 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150104 ||[[ 아들을 찾아 준 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150301 ||[[ 두꺼비와 지네의 대결1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150302 ||[[ 잉어와 두꺼비의 보은]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150303 ||[[ 두꺼비와 지네의 대결2]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150304 ||[[ 두꺼비와 지네의 대결3]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150305 ||[[ 못에서 지네와 싸운 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
|4150306 || [[원님과 처녀를 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150307 || [[구렁이를 물리친 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150308 || [[원님과 딸을 구한 두꺼비]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150401 || [[전장에서 돌아온 말]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150402 || [[은혜갚은 물고기]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150403 || [[아이를 찾은 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150404 || [[부부를 구한 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150405 || [[지네와 싸운 쥐]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150406 || [[은혜 갚은 새]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150407 || [[은혜 갚은 뱀]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150408 || [[귀신과 싸운 개]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150409 || [[도둑과 싸우는 주인을 도운 개]] &lt;br /&gt;
|-&lt;br /&gt;
| 4150605 || [[의도치 않은 선행과 구렁이의 보은1]]&lt;br /&gt;
|-&lt;br /&gt;
| 4150803 || [[호랑이의 보은]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080315.png&amp;diff=1035</id>
		<title>파일:사건 415080315.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080315.png&amp;diff=1035"/>
				<updated>2017-10-28T16:57:40Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080314.png&amp;diff=1034</id>
		<title>파일:사건 415080314.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080314.png&amp;diff=1034"/>
				<updated>2017-10-28T16:57:17Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080313.png&amp;diff=1033</id>
		<title>파일:사건 415080313.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080313.png&amp;diff=1033"/>
				<updated>2017-10-28T16:56:56Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080312.png&amp;diff=1032</id>
		<title>파일:사건 415080312.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080312.png&amp;diff=1032"/>
				<updated>2017-10-28T16:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080311.png&amp;diff=1031</id>
		<title>파일:사건 415080311.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080311.png&amp;diff=1031"/>
				<updated>2017-10-28T16:56:04Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080310.png&amp;diff=1030</id>
		<title>파일:사건 415080310.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080310.png&amp;diff=1030"/>
				<updated>2017-10-28T16:55:39Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080309.png&amp;diff=1029</id>
		<title>파일:사건 415080309.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080309.png&amp;diff=1029"/>
				<updated>2017-10-28T16:55:09Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080308.png&amp;diff=1028</id>
		<title>파일:사건 415080308.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080308.png&amp;diff=1028"/>
				<updated>2017-10-28T16:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080307.png&amp;diff=1027</id>
		<title>파일:사건 415080307.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080307.png&amp;diff=1027"/>
				<updated>2017-10-28T16:54:19Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080306.png&amp;diff=1026</id>
		<title>파일:사건 415080306.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080306.png&amp;diff=1026"/>
				<updated>2017-10-28T16:53:59Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080305.png&amp;diff=1025</id>
		<title>파일:사건 415080305.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080305.png&amp;diff=1025"/>
				<updated>2017-10-28T16:53:37Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080304.png&amp;diff=1024</id>
		<title>파일:사건 415080304.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080304.png&amp;diff=1024"/>
				<updated>2017-10-28T16:53:10Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080303.png&amp;diff=1023</id>
		<title>파일:사건 415080303.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080303.png&amp;diff=1023"/>
				<updated>2017-10-28T16:52:45Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080302.png&amp;diff=1022</id>
		<title>파일:사건 415080302.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080302.png&amp;diff=1022"/>
				<updated>2017-10-28T16:52:20Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080301.png&amp;diff=1021</id>
		<title>파일:사건 415080301.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080301.png&amp;diff=1021"/>
				<updated>2017-10-28T16:51:57Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080300.png&amp;diff=1020</id>
		<title>파일:사건 415080300.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415080300.png&amp;diff=1020"/>
				<updated>2017-10-28T16:51:39Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:4150803_%EC%82%AC%EA%B1%B4%EA%B4%80%EA%B3%84.png&amp;diff=1019</id>
		<title>파일:4150803 사건관계.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:4150803_%EC%82%AC%EA%B1%B4%EA%B4%80%EA%B3%84.png&amp;diff=1019"/>
				<updated>2017-10-28T16:51:07Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060502.png&amp;diff=1018</id>
		<title>파일:사건 415060502.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060502.png&amp;diff=1018"/>
				<updated>2017-10-28T16:45:41Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: Leeaxe님이 파일:사건 415060502.png의 새 판을 올렸습니다&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060521.png&amp;diff=1017</id>
		<title>파일:사건 415060521.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060521.png&amp;diff=1017"/>
				<updated>2017-10-28T16:39:25Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060520.png&amp;diff=1016</id>
		<title>파일:사건 415060520.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060520.png&amp;diff=1016"/>
				<updated>2017-10-28T16:38:57Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060519.png&amp;diff=1015</id>
		<title>파일:사건 415060519.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060519.png&amp;diff=1015"/>
				<updated>2017-10-28T16:36:27Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060518.png&amp;diff=1014</id>
		<title>파일:사건 415060518.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060518.png&amp;diff=1014"/>
				<updated>2017-10-28T16:35:28Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060517.png&amp;diff=1013</id>
		<title>파일:사건 415060517.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060517.png&amp;diff=1013"/>
				<updated>2017-10-28T16:34:24Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060516.png&amp;diff=1012</id>
		<title>파일:사건 415060516.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060516.png&amp;diff=1012"/>
				<updated>2017-10-28T16:33:46Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060515.png&amp;diff=1011</id>
		<title>파일:사건 415060515.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060515.png&amp;diff=1011"/>
				<updated>2017-10-28T16:33:16Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060514.png&amp;diff=1010</id>
		<title>파일:사건 415060514.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060514.png&amp;diff=1010"/>
				<updated>2017-10-28T16:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060513.png&amp;diff=1009</id>
		<title>파일:사건 415060513.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060513.png&amp;diff=1009"/>
				<updated>2017-10-28T16:32:13Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060512.png&amp;diff=1008</id>
		<title>파일:사건 415060512.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060512.png&amp;diff=1008"/>
				<updated>2017-10-28T16:31:38Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060511.png&amp;diff=1007</id>
		<title>파일:사건 415060511.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060511.png&amp;diff=1007"/>
				<updated>2017-10-28T16:31:01Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060510.png&amp;diff=1006</id>
		<title>파일:사건 415060510.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060510.png&amp;diff=1006"/>
				<updated>2017-10-28T16:30:33Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060509.png&amp;diff=1005</id>
		<title>파일:사건 415060509.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060509.png&amp;diff=1005"/>
				<updated>2017-10-28T16:30:02Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060508.png&amp;diff=1004</id>
		<title>파일:사건 415060508.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060508.png&amp;diff=1004"/>
				<updated>2017-10-28T16:29:27Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060507.png&amp;diff=1003</id>
		<title>파일:사건 415060507.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060507.png&amp;diff=1003"/>
				<updated>2017-10-28T16:29:02Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060506.png&amp;diff=1002</id>
		<title>파일:사건 415060506.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060506.png&amp;diff=1002"/>
				<updated>2017-10-28T16:27:46Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060505.png&amp;diff=1001</id>
		<title>파일:사건 415060505.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060505.png&amp;diff=1001"/>
				<updated>2017-10-28T16:26:56Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060504.png&amp;diff=1000</id>
		<title>파일:사건 415060504.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060504.png&amp;diff=1000"/>
				<updated>2017-10-28T16:06:28Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060503.png&amp;diff=999</id>
		<title>파일:사건 415060503.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060503.png&amp;diff=999"/>
				<updated>2017-10-28T16:05:34Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: Leeaxe님이 파일:사건 415060503.png의 새 판을 올렸습니다&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060503.png&amp;diff=998</id>
		<title>파일:사건 415060503.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060503.png&amp;diff=998"/>
				<updated>2017-10-28T16:05:02Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	<entry>
		<id>http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060502.png&amp;diff=997</id>
		<title>파일:사건 415060502.png</title>
		<link rel="alternate" type="text/html" href="http://dh.aks.ac.kr/~leeaxe/wiki/index.php?title=%ED%8C%8C%EC%9D%BC:%EC%82%AC%EA%B1%B4_415060502.png&amp;diff=997"/>
				<updated>2017-10-28T16:04:14Z</updated>
		
		<summary type="html">&lt;p&gt;Leeaxe: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Leeaxe</name></author>	</entry>

	</feed>