태그>schema(총 17개의 글)
'schema' 관련 최근글
-
- CloudKit Quick Start - Creating a Database Schema by Saving ..

-
SCIENART BB by SCIENART BB|2019/03/27 02:11
Creating a Database Schema by Saving Records 개발과정에서 클라우드킷 API를 사용해 스키마를 생성하는 것은 쉽다. 데이터베이스에 레코드 객체를 저장할 때 연관된 레코드 형식과 그 필드가 자동적으로 생성된다. 이 기능은 저스트인타임 스키마라는 기능으로서 개..
- CloudKit Quick Start - Creating a Database Schema by Saving ..
-
- 스키마 형성

-
Cliver's a Omtmoa by Fredric Cliver|2010/10/18 18:44
예전에는 북마크나 폴더관리 같은건 제대로 하지 않았다. 그런게 쌓이면 되려 귀찮고 그만큼 많은 사이트를 갈 필요도 없다고 생각했다.하지만 점점 그런 관리를 하면서 그러한 디렉토리화 하는 구조가 점점 익숙해졌다.그 구조 안의 내용은 얼마든지 변화하므로 그것은 '암기'의 영..
- 스키마 형성
-
-
- XML Schema (14) - <annotation>

-
Web Services 계단 오르기 by ides|2008/01/31 18:25
Last Modified 2008/01/31 by ides 14. - 주석.: 스키마의 거의 모든 곳에 사용될 수 있고, 보통 다른 엘리먼트의 첫 번째 자식으로 많이 사용한다. annotation 엘리먼트는 appInfo 인스턴스(applicaition 정보) 와 documentation(사용자용 주석 또는 문서화 정보) 인..
- XML Schema (14) - <annotation>
-
- XML Schema (13) - restriction, list, union

-
Web Services 계단 오르기 by ides|2008/01/31 18:21
Last Modified 2008/01/31 by ides 11. restriction (제한)- 기초가 되는 타입을 적은 범위로 한정한다. (Line 24): simpleType, simpleContent, complexContent 에 대한 restriction을 정의한다. 11-1. restriction 엘리먼트의 Attribute idunique IDbase이 스키..
- XML Schema (13) - restriction, list, union
-
- XML Schema (12) - data type (Primitive, ..

-
Web Services 계단 오르기 by ides|2008/01/31 18:11
Last Modified 2008/01/31 by ides 10. data type 10-1. built-in data type (미리 정의된 데이터 타입) 10-1-1. Primitive datatypes - 스키마에 내장. 엘리먼트나 애트리뷰트의 값에 사용된다. 구 분Primit..
- XML Schema (12) - data type (Primitive, ..
-
- XML Schema (11) - <attributeGroup>

-
Web Services 계단 오르기 by ides|2008/01/31 18:07
Last Modified 2008/01/31 by ides 9. : XML 스키마의 공통의 속성 선언을 유지 보수하고 재사용하기 무척 쉽게 해준다. attributeGroup은 schema 요소의 자식으로서만 정의할 수 있다. 이 경우 name 속성이 있어야 하며 attributeGroup을 구성하는 attribute, attributeGrou..
- XML Schema (11) - <attributeGroup>
-
- XML Schema (10) - <anyAttribute>

-
Web Services 계단 오르기 by ides|2008/01/31 18:05
Last Modified 2008/01/31 by ides 8. : 지정된 네임스페이스에 속한 특성이 포함하는 complexType 엘리먼트에 나타나도록한다. ◎ attribute 설명 참조 → 엘리먼트 8-1. anyAttribute 엘리먼트의 Parent 엘리먼트: complexType, restriction (both simpleContent an..
- XML Schema (10) - <anyAttribute>
-
- XML Schema (9) - <attribute>

-
Web Services 계단 오르기 by ides|2008/01/31 18:00
Last Modified 2008/01/31 by ides 7. - 속성을 정의.: 속성 선언은 global type의 schema 나 complexType 의 자식으로서 존재할 수 있다.complexType 의 경우, attribute 선언은 local 또는 global 내의 속성에 대한 참조로서 존재할 수 있다. local 및 global attrib..
- XML Schema (9) - <attribute>
-
- XML Schema (8) - Contents model (sequence, choice, all)

-
Web Services 계단 오르기 by ides|2008/01/31 17:58
Last Modified 2008/01/31 by ides 6. Contents model 6-1. - 순차적인 엘리먼트들을 사용한 Contents model을 규정. (Line 8) 6-1-1. sequence 엘리먼트의 Attribute Id엘리먼트의 Unique ID.minOccurs엘리먼트가 나타나는 최소 빈도수.maxOccurs엘리먼트가..
- XML Schema (8) - Contents model (sequence, choice, all)
-
- XML Schema (6) - <complextType>

-
Web Services 계단 오르기 by ides|2008/01/31 17:43
Last Modified 2008/01/31 by ides 4. - type 선언(simpleType, complextType)의 하나.: 어느 한 요소가 여러 자식 요소 or 속성을 가질 때, complextType으로 요소를 선언할 수 있다. // xml 명명 규칙을 따른다.id="unique ID" mixed="bo..
- XML Schema (6) - <complextType>
-
- XML Schema (5) - <any>

-
Web Services 계단 오르기 by ides|2008/01/31 17:40
Last Modified 2008/01/31 by ides 3. - element wildcard. 네임스페이스와의 결합을 통해서만 사용할 수 있다.: 제한되어 선언되는 하나의 엘리먼트 외에 많은 제어를 필요로 하지 않는 요소들을 포함시키고 싶을 때 사용한다.예를 들어, 어떤 요소 안에 네임스페이스 안에 선언..
- XML Schema (5) - <any>
-
- XML Schema (4) - <element>

-
Web Services 계단 오르기 by ides|2008/01/31 17:37
Last Modified 2008/01/31 by ides 2. - XML 문서의 요소를 설명. W3C element 요소를 나타낸다. <element name="Name" // xml 명명 규칙을 따른다. type="data_type" // simpleType | complexType ref="global_element..
- XML Schema (4) - <element>
-
- XML Schema (3) - <schema>

-
Web Services 계단 오르기 by ides|2008/01/31 17:33
Last Modified 2008/01/31 by ides 1. - XML Schema의 루트 엘리먼트. (Line 2) 1-1. Schema 엘리먼트의 Attribute targetNamespace
- XML Schema (3) - <schema>
-
- XML Schema (2) - 구조 및 예제

-
Web Services 계단 오르기 by ides|2008/01/31 16:15
Last Modified 2008/01/31 by ides ♣ 구조 Order.xml<?xml version="1.0"?> JS1001 9500 12345678910111213141516
- XML Schema (2) - 구조 및 예제




