markus / KCOM / Connected Services / ServiceDeepView / ServiceDeepView913.xsd @ 1305c420
이력 | 보기 | 이력해설 | 다운로드 (5.32 KB)
1 | 1305c420 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/IKCOM" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/IKCOM" xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
||
3 | <xs:complexType name="KCOM_SystemInfo"> |
||
4 | <xs:sequence> |
||
5 | <xs:element minOccurs="0" name="HostName" nillable="true" type="xs:string" /> |
||
6 | <xs:element minOccurs="0" name="HostPort" nillable="true" type="xs:string" /> |
||
7 | <xs:element minOccurs="0" name="Notify" nillable="true" type="xs:string" /> |
||
8 | <xs:element minOccurs="0" name="STAMP" nillable="true" type="xs:string" /> |
||
9 | </xs:sequence> |
||
10 | </xs:complexType> |
||
11 | <xs:element name="KCOM_SystemInfo" nillable="true" type="tns:KCOM_SystemInfo" /> |
||
12 | <xs:complexType name="KCOM_BasicParam"> |
||
13 | <xs:sequence> |
||
14 | <xs:element minOccurs="0" name="documentID" nillable="true" type="xs:string" /> |
||
15 | <xs:element minOccurs="0" name="projectNo" nillable="true" type="xs:string" /> |
||
16 | <xs:element minOccurs="0" name="userID" nillable="true" type="xs:string" /> |
||
17 | </xs:sequence> |
||
18 | </xs:complexType> |
||
19 | <xs:element name="KCOM_BasicParam" nillable="true" type="tns:KCOM_BasicParam" /> |
||
20 | <xs:complexType name="ArrayOfVPRevision"> |
||
21 | <xs:sequence> |
||
22 | <xs:element minOccurs="0" maxOccurs="unbounded" name="VPRevision" nillable="true" type="tns:VPRevision" /> |
||
23 | </xs:sequence> |
||
24 | </xs:complexType> |
||
25 | <xs:element name="ArrayOfVPRevision" nillable="true" type="tns:ArrayOfVPRevision" /> |
||
26 | <xs:complexType name="VPRevision"> |
||
27 | <xs:sequence> |
||
28 | <xs:element minOccurs="0" name="DOCUMENT_ID" nillable="true" type="xs:string" /> |
||
29 | <xs:element minOccurs="0" name="DocNo" nillable="true" type="xs:string" /> |
||
30 | <xs:element minOccurs="0" name="EnsembleLink" nillable="true" type="xs:string" /> |
||
31 | <xs:element minOccurs="0" name="FROM_VENDOR" nillable="true" type="xs:string" /> |
||
32 | <xs:element minOccurs="0" name="GroupNo" nillable="true" type="xs:string" /> |
||
33 | <xs:element minOccurs="0" name="IsSyncPossible" type="xs:boolean" /> |
||
34 | <xs:element minOccurs="0" name="RESULT" nillable="true" type="xs:string" /> |
||
35 | <xs:element minOccurs="0" name="RevNo" nillable="true" type="xs:string" /> |
||
36 | <xs:element minOccurs="0" name="TO_VENDOR" nillable="true" type="xs:string" /> |
||
37 | </xs:sequence> |
||
38 | </xs:complexType> |
||
39 | <xs:element name="VPRevision" nillable="true" type="tns:VPRevision" /> |
||
40 | <xs:complexType name="ArrayOfMarkupInfoItem"> |
||
41 | <xs:sequence> |
||
42 | <xs:element minOccurs="0" maxOccurs="unbounded" name="MarkupInfoItem" nillable="true" type="tns:MarkupInfoItem" /> |
||
43 | </xs:sequence> |
||
44 | </xs:complexType> |
||
45 | <xs:element name="ArrayOfMarkupInfoItem" nillable="true" type="tns:ArrayOfMarkupInfoItem" /> |
||
46 | <xs:complexType name="MarkupInfoItem"> |
||
47 | <xs:sequence> |
||
48 | <xs:element minOccurs="0" name="AvoidConsolidate" type="xs:int" /> |
||
49 | <xs:element minOccurs="0" name="Consolidate" type="xs:int" /> |
||
50 | <xs:element minOccurs="0" name="CreateTime" type="xs:dateTime" /> |
||
51 | <xs:element minOccurs="0" name="Depatment" nillable="true" type="xs:string" /> |
||
52 | <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" /> |
||
53 | <xs:element minOccurs="0" name="DisplayColor" nillable="true" type="xs:string" /> |
||
54 | <xs:element minOccurs="0" name="IsPreviewUser" type="xs:boolean" /> |
||
55 | <xs:element minOccurs="0" name="MarkupInfoID" nillable="true" type="xs:string" /> |
||
56 | <xs:element minOccurs="0" name="MarkupList" nillable="true" type="tns:ArrayOfMarkupItem" /> |
||
57 | <xs:element minOccurs="0" name="MarkupVersionID" nillable="true" type="xs:string" /> |
||
58 | <xs:element minOccurs="0" name="PageCount" type="xs:int" /> |
||
59 | <xs:element minOccurs="0" name="PartConsolidate" type="xs:int" /> |
||
60 | <xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime" /> |
||
61 | <xs:element minOccurs="0" name="UserID" nillable="true" type="xs:string" /> |
||
62 | <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" /> |
||
63 | <xs:element minOccurs="0" name="userDelete" type="xs:boolean" /> |
||
64 | </xs:sequence> |
||
65 | </xs:complexType> |
||
66 | <xs:element name="MarkupInfoItem" nillable="true" type="tns:MarkupInfoItem" /> |
||
67 | <xs:complexType name="ArrayOfMarkupItem"> |
||
68 | <xs:sequence> |
||
69 | <xs:element minOccurs="0" maxOccurs="unbounded" name="MarkupItem" nillable="true" type="tns:MarkupItem" /> |
||
70 | </xs:sequence> |
||
71 | </xs:complexType> |
||
72 | <xs:element name="ArrayOfMarkupItem" nillable="true" type="tns:ArrayOfMarkupItem" /> |
||
73 | <xs:complexType name="MarkupItem"> |
||
74 | <xs:sequence> |
||
75 | <xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" /> |
||
76 | <xs:element minOccurs="0" name="Data_Type" type="xs:int" /> |
||
77 | <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" /> |
||
78 | <xs:element minOccurs="0" name="PageNumber" type="xs:int" /> |
||
79 | <xs:element minOccurs="0" name="ParsingMemo" nillable="true" type="xs:string" /> |
||
80 | <xs:element minOccurs="0" name="Symbol_ID" nillable="true" type="xs:string" /> |
||
81 | </xs:sequence> |
||
82 | </xs:complexType> |
||
83 | <xs:element name="MarkupItem" nillable="true" type="tns:MarkupItem" /> |
||
84 | <xs:simpleType name="FAVORITE_FLAG"> |
||
85 | <xs:restriction base="xs:string"> |
||
86 | <xs:enumeration value="ALL" /> |
||
87 | <xs:enumeration value="TeamShare" /> |
||
88 | <xs:enumeration value="Personal" /> |
||
89 | </xs:restriction> |
||
90 | </xs:simpleType> |
||
91 | <xs:element name="FAVORITE_FLAG" nillable="true" type="tns:FAVORITE_FLAG" /> |
||
92 | </xs:schema> |