Hi,
 
Could someone explain as to if the "..." can be followed by a data field ?
 
e.g.
 
My-Type ::= SEQUENCE {
  my-Field-1        MY-FIELD-1,
  my-Field-2        MY-FIELD-2,
  ...,
  my-Field-X        MY-FIELD-X  -- can my-Field-X follow "..." ??
}
 
or must it be... ?
 
My-Type ::= SEQUENCE {
  my-Field-1        MY-FIELD-1,
  my-Field-2        MY-FIELD-2,
  ...,
  my-Field-X        MY-FIELD-X    OPTIONAL    -- is "OPTIONAL" mandatory here ??
}
 
also, is NULL, a predefined type ?
 
thanks & regards,
bani
_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1

Reply via email to