Response_PZ 
Logical Entity Name  Response_PZ 
Default Table Name  Response_PZ 
Definition  Summary information on poles & zeros 

Response_PZ Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
pz_id(PK)    NUMERIC(8, 0)  NO  Poles & zeros set identifier. Each poles & zeros set is assigned a unique integer which identifies it in a database 
pz_nb(PK)    NUMERIC(8, 0)  NO  This attribute denotes the pole/zero number of a response 
type    VARCHAR(1)  NO  This attribute denotes whether a value is associated with a pole/zero 
r_value    FLOAT  NO  The real portion of a complex pole/zero 
r_error    FLOAT  YES  The error value for the real portion of a complex pole/zero 
i_value    FLOAT  NO  The imaginary portion of a complex pole/zero 
i_error    FLOAT  YES  The error value for the imaginary portion of a complex pole/zero 
lddate    DATE  YES  Load date. Date and time that the record was created or last modified, in Oracle date datatype 

Response_PZ Keys 
Key Name  Key Type  Keys 
RPZ00  PrimaryKey  pz_id, pz_nb 

Response_PZ Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
Response  Non-Specific            NO 

Response_PZ Check Constraints 
Check Constraint Name  CheckConstraint 
RPZ01  pz_nb >= 1 
RPZ02  type IN ('P','Z')