Section Home

Data structure A master

Code: Master
Description:
This is the master entity.
  • HTML tags work here.
  • NameCodeStatusTypeDescription
    Empty    
    With codewithCode   
    With allwithAllOString [123]Attribute with all options set up.
    Display only D/O  
    Optional O  
    Mandatory M  
    Unique U  
    Natural key NK  
    Primary key PK  
    Integer  Integer 
    Float  Float 
    Decimal  Decimal 
    Boolean  Boolean 
    Date  Date 
    Time  Time 
    Date time  Date-time 
    Timestamp  Timestamp 
    Binary  Binary [4098] 
    String without length  String [] 
    Binary without length  Binary [] 
    Reference to other structure  Detail 1 
    Collection of integers  Collection [Integer] 
    Integer with length  Integer [3]Three digits.
    Collection of integers with length  Collection [Integer] [10]Collection of max 10 integers.
    Collection of other structures  Collection [Detail N] 
    Collection of other structures with length  Collection [Detail N] [5]Collection of max 5 instances of DetailN.
    Selected detail N  Detail N 
    References in use cases: mas-001 - Maintain masters, mas-002 - Work with masters

    Section Home