This commit is contained in:
ykh
2024-12-30 23:04:30 +09:00
parent c01051f024
commit 8f89991a09
45 changed files with 7567 additions and 1033 deletions

View File

@@ -1654,6 +1654,7 @@ SELECT code, name FROM weather_group WHERE (code = @code) ORDER BY code</Command
<xs:element name="수열_열성능비_냉방35도" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="수열_열성능비_냉방35도" msprop:Generator_ColumnVarNameInTable="column수열_열성능비_냉방35도" msprop:Generator_ColumnPropNameInTable="수열_열성능비_냉방35도Column" msprop:Generator_UserColumnName="수열_열성능비_냉방35도" type="xs:string" minOccurs="0" />
<xs:element name="대지외설치여부_풍력" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="대지외설치여부_풍력" msprop:Generator_ColumnVarNameInTable="column대지외설치여부_풍력" msprop:Generator_ColumnPropNameInTable="대지외설치여부_풍력Column" msprop:Generator_UserColumnName="대지외설치여부_풍력" type="xs:boolean" minOccurs="0" />
<xs:element name="sortkey" msprop:nullValue="1" msprop:Generator_ColumnPropNameInRow="sortkey" msprop:Generator_ColumnVarNameInTable="columnsortkey" msprop:Generator_ColumnPropNameInTable="sortkeyColumn" msprop:Generator_UserColumnName="sortkey" type="xs:short" default="1" minOccurs="0" />
<xs:element name="외부공급비율" msprop:nullValue="_empty" msprop:Generator_ColumnPropNameInRow="외부공급비율" msprop:Generator_ColumnVarNameInTable="column외부공급비율" msprop:Generator_ColumnPropNameInTable="외부공급비율Column" msprop:Generator_UserColumnName="외부공급비율" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
@@ -3600,6 +3601,22 @@ SELECT code, name FROM weather_group WHERE (code = @code) ORDER BY code</Command
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="tbl_exportdata" msprop:Generator_TableClassName="tbl_exportdataDataTable" msprop:Generator_TableVarName="tabletbl_exportdata" msprop:Generator_RowChangedName="tbl_exportdataRowChanged" msprop:Generator_TablePropName="tbl_exportdata" msprop:Generator_RowDeletingName="tbl_exportdataRowDeleting" msprop:Generator_RowChangingName="tbl_exportdataRowChanging" msprop:Generator_RowEvHandlerName="tbl_exportdataRowChangeEventHandler" msprop:Generator_RowDeletedName="tbl_exportdataRowDeleted" msprop:Generator_RowClassName="tbl_exportdataRow" msprop:Generator_UserTableName="tbl_exportdata" msprop:Generator_RowEvArgName="tbl_exportdataRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="mon" msprop:Generator_ColumnVarNameInTable="columnmon" msprop:Generator_ColumnPropNameInRow="mon" msprop:Generator_ColumnPropNameInTable="monColumn" msprop:Generator_UserColumnName="mon" type="xs:string" />
<xs:element name="외부전기생산량" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="외부전기생산량" msprop:Generator_ColumnVarNameInTable="column외부전기생산량" msprop:Generator_ColumnPropNameInTable="외부전기생산량Column" msprop:Generator_UserColumnName="외부전기생산량" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="tbl_importdata" msprop:Generator_TableClassName="tbl_importdataDataTable" msprop:Generator_TableVarName="tabletbl_importdata" msprop:Generator_RowChangedName="tbl_importdataRowChanged" msprop:Generator_TablePropName="tbl_importdata" msprop:Generator_RowDeletingName="tbl_importdataRowDeleting" msprop:Generator_RowChangingName="tbl_importdataRowChanging" msprop:Generator_RowEvHandlerName="tbl_importdataRowChangeEventHandler" msprop:Generator_RowDeletedName="tbl_importdataRowDeleted" msprop:Generator_RowClassName="tbl_importdataRow" msprop:Generator_UserTableName="tbl_importdata" msprop:Generator_RowEvArgName="tbl_importdataRowChangeEvent">
<xs:complexType>
<xs:sequence>
<xs:element name="mon" msprop:Generator_ColumnVarNameInTable="columnmon" msprop:Generator_ColumnPropNameInRow="mon" msprop:Generator_ColumnPropNameInTable="monColumn" msprop:Generator_UserColumnName="mon" type="xs:string" />
<xs:element name="외부전기도입량" msdata:Caption="외부전기생산량" msprop:nullValue="0" msprop:Generator_ColumnPropNameInRow="외부전기도입량" msprop:Generator_ColumnVarNameInTable="column외부전기도입량" msprop:Generator_ColumnPropNameInTable="외부전기도입량Column" msprop:Generator_UserColumnName="외부전기도입량" type="xs:decimal" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
<xs:unique name="Constraint1" msdata:PrimaryKey="true">
@@ -3708,5 +3725,13 @@ SELECT code, name FROM weather_group WHERE (code = @code) ORDER BY code</Command
<xs:field xpath="mstns:pcode" />
<xs:field xpath="mstns:code" />
</xs:unique>
<xs:unique name="tbl_exportdata_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:tbl_exportdata" />
<xs:field xpath="mstns:mon" />
</xs:unique>
<xs:unique name="tbl_importdata_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
<xs:selector xpath=".//mstns:tbl_importdata" />
<xs:field xpath="mstns:mon" />
</xs:unique>
</xs:element>
</xs:schema>