<?xml version="1.0"?>
<Entity>
	<Name>Standard_Notice</Name>
	<Type>Standard</Type>
	<Table>
		<Name>Notice</Name>
		<Type>Main</Type>
	</Table>
	<Table>
		<Name>NoticeAttachMent</Name>
		<Type>Child</Type>
		<ParentColumnName>NoticeCode</ParentColumnName>
		<ChildColumnName>NoticeCode</ChildColumnName>
	</Table>
	<Table>
		<Name>NoticeUser</Name>
		<Type>Child</Type>
		<ParentColumnName>NoticeCode</ParentColumnName>
		<ChildColumnName>NoticeCode</ChildColumnName>
	</Table>
</Entity>